]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
CI: Only post Appveyor IRC notifications when the build fails
authorteor <teor@torproject.org>
Wed, 22 Aug 2018 23:39:36 +0000 (09:39 +1000)
committerteor <teor@torproject.org>
Fri, 24 Aug 2018 00:06:06 +0000 (10:06 +1000)
Implements 27275.

.appveyor.yml
changes/ticket27275 [new file with mode: 0644]

index 197097d1fdf53dbb9949535e8af01c442671e655..d1d8d7c45be1062f264f39f7b60e06b7412df191 100644 (file)
@@ -54,9 +54,6 @@ test_script:
             Execute-Bash "VERBOSE=1 make -j2 check"\r
     }\r
 \r
-on_success:\r
-- cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci success\r
-\r
 on_failure:\r
 - cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci failure\r
 \r
diff --git a/changes/ticket27275 b/changes/ticket27275
new file mode 100644 (file)
index 0000000..d1332e9
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor features (continuous integration):
+    - Only post Appveyor IRC notifications when the build fails.
+      Implements ticket 27275.