From 362a20e04c3f429c629638e75dcf5aaba2fc1631 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 10 Feb 2016 19:45:47 +0530 Subject: [PATCH 01/67] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e090dee..89d6d59 100755 --- a/test.py +++ b/test.py @@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase): def test(self): app = App() app.calculate() - self.failIf(app.retrieve() != 62) + self.failIf(app.retrieve() != 61) def main(): From 7adca8de5b1e28501c5680533e7bb23148d37cc2 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 10 Feb 2016 19:49:27 +0530 Subject: [PATCH 02/67] Update shippable.yml --- shippable.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/shippable.yml b/shippable.yml index 21367aa..9ccd7f5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -28,4 +28,38 @@ build: - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - coverage xml -o shippable/codecoverage/coverage.xml + integrations: + notifications: + - integrationName: email + type: email + recipients: + - shiphitchcock2@gmail.com + - vidya@shippable.com + + on_pull_request: always + on_start: always + on_success: always + on_failure: always + + - integrationName: ship-slack + type: slack + recipients: + - "#hitchcock1-public" + - pvt-channel + + on_start: always + on_pull_request: always + on_success: always + on_failure: always + + - integrationName: irc + type: irc + recipients: + - "chat.freenode.net#test-cock" + - "chat.freenode.net#hitchcok2-irc" + + on_start: always + on_pull_request: always + on_success: always + on_failure: always From 04dba39e386c9d09a6d04984f7676c6cd03d088f Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 10 Feb 2016 19:50:55 +0530 Subject: [PATCH 03/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9ccd7f5..944ceb2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -28,7 +28,7 @@ build: - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - coverage xml -o shippable/codecoverage/coverage.xml - integrations: +integrations: notifications: - integrationName: email From 0bf667af98349de41a5e037dc990e5d45c72b452 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 10 Feb 2016 19:56:24 +0530 Subject: [PATCH 04/67] [skip ci] --- testresults2.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 testresults2.xml diff --git a/testresults2.xml b/testresults2.xml new file mode 100644 index 0000000..90de2e7 --- /dev/null +++ b/testresults2.xml @@ -0,0 +1,33 @@ + + + + + + Expected: <0> + Actual: <1> + + package:unittest/src/simple_configuration.dart 122:9 SimpleConfiguration.onExpectFailure +package:unittest/src/simple_configuration.dart 15:28 _ExpectFailureHandler.fail +package:matcher/src/expect.dart 113:9 DefaultFailureHandler.failMatch +package:matcher/src/expect.dart 73:29 expect +test/all.dart 27:32 main.<fn>.<fn> +package:unittest/src/test_case.dart 102:37 _run.<fn> +dart:async/zone.dart 899 _rootRunUnary +dart:async/zone.dart 801 _CustomZone.runUnary +dart:async/future_impl.dart 496 _Future._propagateToListeners.handleValueCallback +dart:async/future_impl.dart 579 _Future._propagateToListeners +dart:async/future_impl.dart 339 _Future._completeWithValue +dart:async/future_impl.dart 401 _Future._asyncComplete.<fn> +dart:async/zone.dart 892 _rootRun +dart:async/zone.dart 793 _CustomZone.run +dart:async/zone.dart 701 _CustomZone.runGuarded +dart:async/zone.dart 726 _CustomZone.bindCallback.<fn> +dart:async/schedule_microtask.dart 41 _asyncRunCallbackLoop +dart:async/schedule_microtask.dart 48 _asyncRunCallback +dart:isolate-patch/isolate_patch.dart 84 _runPendingImmediateCallback +dart:isolate-patch/isolate_patch.dart 244 _startIsolate +dart:isolate-patch/isolate_patch.dart 192 _startMainIsolate.<fn> +dart:isolate-patch/isolate_patch.dart 130 _RawReceivePortImpl._handleMessage + + + From 0d2546543b4c60149b3706ded1e2e76d208824e4 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 10 Feb 2016 19:57:32 +0530 Subject: [PATCH 05/67] Update shippable.yml --- shippable.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 944ceb2..de90afc 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,9 +24,10 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - which python - - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - coverage xml -o shippable/codecoverage/coverage.xml + - cp testresults2.xml ./shippable/testresults + # - which python + # - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + # - coverage xml -o shippable/codecoverage/coverage.xml integrations: From de01fdb48ee08c05179e667bdcca8fac40a6f92d Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Thu, 11 Feb 2016 21:06:40 +0530 Subject: [PATCH 06/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index de90afc..7751f47 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,7 @@ language: python python: - 3.4 + - 2.7 env: global: From 281634867bfc23f98066c64e805da22344ec1394 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 12 Feb 2016 13:06:16 +0530 Subject: [PATCH 07/67] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 7751f47..d95a895 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,8 +1,9 @@ language: python + python: - 3.4 - - 2.7 + #- 2.7 env: global: From a7c6a45f5ee771203d3b0a98a68fcb8e8772e05e Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 12 Feb 2016 17:04:49 +0530 Subject: [PATCH 08/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index d95a895..d3441ce 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,7 +3,7 @@ language: python python: - 3.4 - #- 2.7 + - 2.7 env: global: From b5f2303a2fe8a81550fab9730fd616dc532fc639 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Sat, 13 Feb 2016 09:54:13 +0530 Subject: [PATCH 09/67] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index d3441ce..5308c4e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,4 @@ language: python - - python: - 3.4 - 2.7 From 3732af364ead6670e6d5554be82a0cb24c8d3fce Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Sat, 13 Feb 2016 10:16:10 +0530 Subject: [PATCH 10/67] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 5308c4e..6db57a3 100755 --- a/shippable.yml +++ b/shippable.yml @@ -41,7 +41,7 @@ integrations: on_pull_request: always on_start: always on_success: always - on_failure: always + on_failure: change - integrationName: ship-slack type: slack @@ -52,7 +52,7 @@ integrations: on_start: always on_pull_request: always on_success: always - on_failure: always + on_failure: change - integrationName: irc type: irc @@ -63,4 +63,4 @@ integrations: on_start: always on_pull_request: always on_success: always - on_failure: always + on_failure: change From a59d8a0c7d9a8fa371cebab16407738397985e00 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 15 Feb 2016 11:55:18 +0530 Subject: [PATCH 11/67] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 6db57a3..16c2b8f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,10 +24,10 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - cp testresults2.xml ./shippable/testresults - # - which python - # - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - # - coverage xml -o shippable/codecoverage/coverage.xml + # - cp testresults2.xml ./shippable/testresults + - which python + - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + - coverage xml -o shippable/codecoverage/coverage.xml integrations: From 8b3bd5a9e18755bdacaeafe52adafd2c8247a764 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 15 Feb 2016 11:57:01 +0530 Subject: [PATCH 12/67] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 16c2b8f..959c45c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,10 +24,10 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - # - cp testresults2.xml ./shippable/testresults - - which python - - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - coverage xml -o shippable/codecoverage/coverage.xml + - cp testresults2.xml ./shippable/testresults + # - which python + # - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + # - coverage xml -o shippable/codecoverage/coverage.xml integrations: From 8d8c461b818cb6549e07e7e8020bf60922835711 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 15 Feb 2016 12:12:35 +0530 Subject: [PATCH 13/67] Update shippable.yml --- shippable.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 959c45c..4bf5f70 100755 --- a/shippable.yml +++ b/shippable.yml @@ -28,7 +28,11 @@ build: # - which python # - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml # - coverage xml -o shippable/codecoverage/coverage.xml - + on_success: + - echo "build success" + on_failure: + - echo "build failed" + integrations: notifications: @@ -41,7 +45,7 @@ integrations: on_pull_request: always on_start: always on_success: always - on_failure: change + on_failure: always - integrationName: ship-slack type: slack From c8dc860e4c91bdf2d171ec627d557b7da6ecde1a Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 15 Feb 2016 12:24:47 +0530 Subject: [PATCH 14/67] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 4bf5f70..b693ebb 100755 --- a/shippable.yml +++ b/shippable.yml @@ -56,7 +56,7 @@ integrations: on_start: always on_pull_request: always on_success: always - on_failure: change + on_failure: always - integrationName: irc type: irc @@ -67,4 +67,4 @@ integrations: on_start: always on_pull_request: always on_success: always - on_failure: change + on_failure: always From d09cfbada1e84c81d021da0fdc27bed590fea0bf Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 15 Feb 2016 12:25:07 +0530 Subject: [PATCH 15/67] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 89d6d59..e090dee 100755 --- a/test.py +++ b/test.py @@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase): def test(self): app = App() app.calculate() - self.failIf(app.retrieve() != 61) + self.failIf(app.retrieve() != 62) def main(): From 796a474320f17b4bd8f14dfe6a9d670c85b72d62 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 15 Feb 2016 20:34:09 +0530 Subject: [PATCH 16/67] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index b693ebb..e8122be 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,10 +24,10 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - cp testresults2.xml ./shippable/testresults - # - which python - # - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - # - coverage xml -o shippable/codecoverage/coverage.xml + # - cp testresults2.xml ./shippable/testresults + - which python + - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + - coverage xml -o shippable/codecoverage/coverage.xml on_success: - echo "build success" on_failure: From e9bd27e8e1bc199c500100cceb9f22b564730a0a Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Sat, 27 Feb 2016 17:01:36 +0530 Subject: [PATCH 17/67] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index e8122be..1d5f78d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,10 +24,10 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - # - cp testresults2.xml ./shippable/testresults - - which python - - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - coverage xml -o shippable/codecoverage/coverage.xml + - cp testresults2.xml ./shippable/testresults + #- which python + #- coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + #- coverage xml -o shippable/codecoverage/coverage.xml on_success: - echo "build success" on_failure: From 14a35bb10011e31d680654ce5830b6861704357f Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Sat, 27 Feb 2016 17:55:18 +0530 Subject: [PATCH 18/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 1d5f78d..b68a0a1 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,7 +1,7 @@ language: python python: - 3.4 - - 2.7 + # - 2.7 env: global: From bf8c2a7b76f8968fa29e2978a6adc80e5d76b138 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Sat, 27 Feb 2016 18:03:56 +0530 Subject: [PATCH 19/67] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index b68a0a1..c3dcaf1 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,10 +24,10 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - cp testresults2.xml ./shippable/testresults - #- which python - #- coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - #- coverage xml -o shippable/codecoverage/coverage.xml + # - cp testresults2.xml ./shippable/testresults + - which python + - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + - coverage xml -o shippable/codecoverage/coverage.xml on_success: - echo "build success" on_failure: From b500aba752872552c842381a9699e4a0427b21a4 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Sat, 27 Feb 2016 19:16:03 +0530 Subject: [PATCH 20/67] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index c3dcaf1..dfa2928 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,10 +24,10 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - # - cp testresults2.xml ./shippable/testresults - - which python - - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - coverage xml -o shippable/codecoverage/coverage.xml + - cp testresults2.xml ./shippable/testresults + # - which python + #- coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + #- coverage xml -o shippable/codecoverage/coverage.xml on_success: - echo "build success" on_failure: From 4676a6955cb73f614bedff00ed5d667e8c0d0887 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Sat, 27 Feb 2016 19:24:19 +0530 Subject: [PATCH 21/67] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index dfa2928..113e659 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,9 +25,9 @@ build: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - cp testresults2.xml ./shippable/testresults - # - which python - #- coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - #- coverage xml -o shippable/codecoverage/coverage.xml + - which python + - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + - coverage xml -o shippable/codecoverage/coverage.xml on_success: - echo "build success" on_failure: From 4602a05cbda97abecd7921314dd63c087dabe364 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 2 Mar 2016 15:32:41 +0530 Subject: [PATCH 22/67] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 113e659..3ab9768 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,6 @@ language: python python: - 3.4 # - 2.7 - env: global: - FOO=FUBU From 29a9e7a7f4b04024486723b21f7739e8e9beace9 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 2 Mar 2016 15:58:28 +0530 Subject: [PATCH 23/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 3ab9768..c516a52 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,5 @@ language: python + python: - 3.4 # - 2.7 From bb8fe44d4dbe67dff1a22eb8dc532caf5fe0f2c5 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Thu, 3 Mar 2016 18:33:41 +0530 Subject: [PATCH 24/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index c516a52..c0b0ca0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,6 +10,7 @@ env: matrix: - M1=ONE + build: pre_ci_boot: From 25328c1d3c133019407f5ae00d64ae0406de23e3 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 9 Mar 2016 10:47:46 +0530 Subject: [PATCH 25/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index c0b0ca0..45f93f0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,7 +25,7 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - cp testresults2.xml ./shippable/testresults + # - cp testresults2.xml ./shippable/testresults - which python - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - coverage xml -o shippable/codecoverage/coverage.xml From 4c62954f2414e30ffd3516467df0cc78bbbc86ca Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 9 Mar 2016 10:54:21 +0530 Subject: [PATCH 26/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 45f93f0..2a99e9a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,6 +3,7 @@ language: python python: - 3.4 # - 2.7 + env: global: - FOO=FUBU From d343d62aa7e61d8b26108703474944fff5cbbc72 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 9 Mar 2016 10:56:05 +0530 Subject: [PATCH 27/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 2a99e9a..7e69834 100755 --- a/shippable.yml +++ b/shippable.yml @@ -26,7 +26,7 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - # - cp testresults2.xml ./shippable/testresults + - cp testresults2.xml ./shippable/testresults - which python - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - coverage xml -o shippable/codecoverage/coverage.xml From 1d96547af436c3c5acea9d0f1d6f8fcffb8948d5 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 9 Mar 2016 10:56:55 +0530 Subject: [PATCH 28/67] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 7e69834..12e8420 100755 --- a/shippable.yml +++ b/shippable.yml @@ -26,7 +26,7 @@ build: - pip install -r requirements.txt - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - cp testresults2.xml ./shippable/testresults + #- cp testresults2.xml ./shippable/testresults - which python - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - coverage xml -o shippable/codecoverage/coverage.xml @@ -42,7 +42,7 @@ integrations: type: email recipients: - shiphitchcock2@gmail.com - - vidya@shippable.com + # - vidya@shippable.com on_pull_request: always on_start: always From ed1d025d95191bde0b87468f6e83d043ce15decc Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 9 Mar 2016 10:58:29 +0530 Subject: [PATCH 29/67] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 12e8420..6aa8724 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,7 +11,6 @@ env: matrix: - M1=ONE - build: pre_ci_boot: From 337909e675f36e6cda9230c28f24a576e6c33c55 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 11 Mar 2016 12:33:26 +0530 Subject: [PATCH 30/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 6aa8724..d30a4ad 100755 --- a/shippable.yml +++ b/shippable.yml @@ -29,6 +29,7 @@ build: - which python - coverage run `which nosetests` test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - coverage xml -o shippable/codecoverage/coverage.xml + on_success: - echo "build success" on_failure: From 0daeb471f0b5593104013d6ca78e5fd61c1957dd Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 11 Mar 2016 18:51:51 +0530 Subject: [PATCH 31/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index d30a4ad..5ed4c2f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,6 +4,7 @@ python: - 3.4 # - 2.7 + env: global: - FOO=FUBU From ef9f7a7de9879016ca390d4b3c570b05329b71de Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 11 Mar 2016 19:01:51 +0530 Subject: [PATCH 32/67] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5ed4c2f..d30a4ad 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,7 +4,6 @@ python: - 3.4 # - 2.7 - env: global: - FOO=FUBU From 5cd6ec2984c3800b1fd6cd09a1347c29faa781cc Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 11 Mar 2016 19:03:02 +0530 Subject: [PATCH 33/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index d30a4ad..5e0b36a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,6 +7,7 @@ python: env: global: - FOO=FUBU + - M2=two matrix: - M1=ONE From e228a60275563ecccd3d34c2002259aefd8d7213 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Thu, 17 Mar 2016 11:01:16 +0530 Subject: [PATCH 34/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 5e0b36a..0f62adc 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,6 +4,7 @@ python: - 3.4 # - 2.7 + env: global: - FOO=FUBU From 064837857e7c38a4c42c641f2d4be3be447868ae Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 21 Mar 2016 13:52:07 +0530 Subject: [PATCH 35/67] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0f62adc..5e0b36a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,7 +4,6 @@ python: - 3.4 # - 2.7 - env: global: - FOO=FUBU From faa8a69ed16ffa9088ff3826d9b9e060e07aa217 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 23 Mar 2016 19:29:30 +0530 Subject: [PATCH 36/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 5e0b36a..d5e73c7 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python + python: - 3.4 # - 2.7 From da4413eeb5eb7c25672be0cffe2e0a3b7cbd14af Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Tue, 29 Mar 2016 11:02:10 +0530 Subject: [PATCH 37/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index d5e73c7..9d784a9 100755 --- a/shippable.yml +++ b/shippable.yml @@ -44,7 +44,7 @@ integrations: type: email recipients: - shiphitchcock2@gmail.com - # - vidya@shippable.com + - vidya@shippable.com on_pull_request: always on_start: always From 51eb6ba9b5d3d5aa9efaab4bc1f09257157fffa8 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Thu, 31 Mar 2016 10:57:00 +0530 Subject: [PATCH 38/67] Update shippable.yml --- shippable.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/shippable.yml b/shippable.yml index 9d784a9..0232d2d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -72,3 +72,14 @@ integrations: on_pull_request: always on_success: always on_failure: always + + - integrationName: ship-hipchat + type: hipchat + recipients: + - "#pvt-room" + - @shiphitchcock2 + + on_start: always + on_pull_request: always + on_success: always + on_failure: always From d3423e706a235632d3727b51871b483aec902735 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Thu, 31 Mar 2016 10:59:16 +0530 Subject: [PATCH 39/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0232d2d..e6e495a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -77,7 +77,7 @@ integrations: type: hipchat recipients: - "#pvt-room" - - @shiphitchcock2 + - "@shiphitchcock2" on_start: always on_pull_request: always From 0009b3ebc6bf8993e78eef78473394b2200be8b6 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 4 Apr 2016 12:18:32 +0530 Subject: [PATCH 40/67] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f67518..ca6e2e7 100755 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ Python Sample Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. + +test From 070877ac29e46e15b5ef01153c8a97b74655f804 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 6 May 2016 14:32:27 +0530 Subject: [PATCH 41/67] Update shippable.yml --- shippable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index e6e495a..aea121e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -50,7 +50,9 @@ integrations: on_start: always on_success: always on_failure: always - + branches: + only: + - test-reports-success - integrationName: ship-slack type: slack recipients: From 5c6e13e53b1000797f35f00708275b49249b4c8e Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 6 May 2016 14:50:18 +0530 Subject: [PATCH 42/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index aea121e..a0d487c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -80,6 +80,7 @@ integrations: recipients: - "#pvt-room" - "@shiphitchcock2" + - "#pub-room" on_start: always on_pull_request: always From b1a80dbd749a3c729d41610f57b93bb5add1d1fb Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 6 May 2016 15:51:36 +0530 Subject: [PATCH 43/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index a0d487c..3313d0a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -81,6 +81,7 @@ integrations: - "#pvt-room" - "@shiphitchcock2" - "#pub-room" + - "#Zurtr" on_start: always on_pull_request: always From 373868eff22e21fb19135caa9da90c3c6b0a8b94 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 6 May 2016 15:55:30 +0530 Subject: [PATCH 44/67] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3313d0a..1e2b1a2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -78,9 +78,9 @@ integrations: - integrationName: ship-hipchat type: hipchat recipients: - - "#pvt-room" - - "@shiphitchcock2" - - "#pub-room" + # - "#pvt-room" + # - "@shiphitchcock2" + # - "#pub-room" - "#Zurtr" on_start: always From edf34f3e67ce899e831f2c3b43b44bd615960041 Mon Sep 17 00:00:00 2001 From: vidyar Date: Fri, 6 May 2016 17:30:40 +0530 Subject: [PATCH 45/67] removed branches only tag --- shippable.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1e2b1a2..846c208 100755 --- a/shippable.yml +++ b/shippable.yml @@ -50,9 +50,7 @@ integrations: on_start: always on_success: always on_failure: always - branches: - only: - - test-reports-success + - integrationName: ship-slack type: slack recipients: From ae631508efc786fdbb5d8eb5fc5f7d78396a1772 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 10 Jun 2016 16:26:18 +0530 Subject: [PATCH 46/67] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 846c208..6755694 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,5 @@ language: python - python: - 3.4 # - 2.7 From f3b89a9b99cce6f8fd3c00b8f74fe0dc50064b8a Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 10 Jun 2016 16:37:43 +0530 Subject: [PATCH 47/67] Update shippable.yml --- shippable.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/shippable.yml b/shippable.yml index 6755694..efc7e8a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -84,3 +84,17 @@ integrations: on_pull_request: always on_success: always on_failure: always + + - integrationName: test-wh-fail + type: webhook + payload: + - title=success - $REPO_FULL_NAME - $BUILD_NUMBER + - body=Shippable Run $BUILD_NUMBER ($BUILD_URL) successs for $COMPARE_URL + - component=$REPO_NAME + - version=$COMMIT + - description=$COMPARE_URL + - owner=$ORG_NAME + - source=Shippable + on_success: always + on_start: always + on_failure: never From c5defbcc2c933f415d3b660c91ab4f387f97aec1 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 10 Jun 2016 20:58:28 +0530 Subject: [PATCH 48/67] Update shippable.yml --- shippable.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/shippable.yml b/shippable.yml index efc7e8a..813f6c8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -98,3 +98,17 @@ integrations: on_success: always on_start: always on_failure: never + + - integrationName: test-issuecreation2 + type: webhook + payload: + - title=success testissucecreattion2 - $REPO_FULL_NAME - $BUILD_NUMBER + - body=Shippable Run $BUILD_NUMBER ($BUILD_URL) successs for $COMPARE_URL + - component=$REPO_NAME + - version=$COMMIT + - description=$COMPARE_URL + - owner=$ORG_NAME + - source=Shippable + on_success: always + on_start: always + on_failure: always From 3c016934a08b43df60ac254cdd529473085dd386 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 10 Jun 2016 21:05:25 +0530 Subject: [PATCH 49/67] Update shippable.yml --- shippable.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 813f6c8..a5ce288 100755 --- a/shippable.yml +++ b/shippable.yml @@ -104,11 +104,7 @@ integrations: payload: - title=success testissucecreattion2 - $REPO_FULL_NAME - $BUILD_NUMBER - body=Shippable Run $BUILD_NUMBER ($BUILD_URL) successs for $COMPARE_URL - - component=$REPO_NAME - - version=$COMMIT - - description=$COMPARE_URL - - owner=$ORG_NAME - - source=Shippable + on_success: always on_start: always on_failure: always From f1b921c14ed656e7c52d6958aa9f25669642eca8 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 24 Jun 2016 12:09:08 +0530 Subject: [PATCH 50/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index a5ce288..6188cd5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -56,7 +56,7 @@ integrations: - "#hitchcock1-public" - pvt-channel - on_start: always + on_start: never on_pull_request: always on_success: always on_failure: always From 74626415ae2572bb3b96599d5cc2959f40ff85b3 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 24 Jun 2016 12:15:04 +0530 Subject: [PATCH 51/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 6188cd5..a5ce288 100755 --- a/shippable.yml +++ b/shippable.yml @@ -56,7 +56,7 @@ integrations: - "#hitchcock1-public" - pvt-channel - on_start: never + on_start: always on_pull_request: always on_success: always on_failure: always From e8e056f3299d69192e1107e13b6e966c623d9ac8 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 24 Jun 2016 12:23:48 +0530 Subject: [PATCH 52/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index a5ce288..6188cd5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -56,7 +56,7 @@ integrations: - "#hitchcock1-public" - pvt-channel - on_start: always + on_start: never on_pull_request: always on_success: always on_failure: always From 60a674b3b4de753815a0e2e404254d1ef357a440 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 24 Jun 2016 12:24:04 +0530 Subject: [PATCH 53/67] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 6188cd5..6a608f6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,8 +1,8 @@ language: python python: - - 3.4 - # - 2.7 + #- 3.4 + - 2.7 env: global: From 585ad1ee30e2780958552a3456e49c39a731863f Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 24 Jun 2016 15:04:59 +0530 Subject: [PATCH 54/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 6a608f6..e95d027 100755 --- a/shippable.yml +++ b/shippable.yml @@ -36,6 +36,7 @@ build: on_failure: - echo "build failed" + integrations: notifications: From 2c2a82ed593eb9f3cf3278fe868752f9822e21e5 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 24 Jun 2016 16:32:09 +0530 Subject: [PATCH 55/67] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index e95d027..c6aa6da 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,5 +1,6 @@ language: python + python: #- 3.4 - 2.7 From fc78dfba553c8f9795117b6f4f7b7c6bc00b7508 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Fri, 24 Jun 2016 17:17:24 +0530 Subject: [PATCH 56/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index c6aa6da..ac98890 100755 --- a/shippable.yml +++ b/shippable.yml @@ -58,7 +58,7 @@ integrations: - "#hitchcock1-public" - pvt-channel - on_start: never + on_start: always on_pull_request: always on_success: always on_failure: always From 9484f2f82ee986ee1af03e73488da14d3762adc9 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 6 Jul 2016 12:42:08 +0530 Subject: [PATCH 57/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ac98890..ff4624e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -16,7 +16,7 @@ env: build: pre_ci_boot: - image_name: drydock/u12pyt + image_name: drydock/u14pyt image_tag: tip pull: true options: '--privileged=true --net=bridge -e FOO=true -e BOO=false' From cd9f2198941bceb77edfe0821856009a7e7f665e Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Thu, 7 Jul 2016 14:22:15 +0530 Subject: [PATCH 58/67] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index ff4624e..32e1a8d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -52,7 +52,7 @@ integrations: on_success: always on_failure: always - - integrationName: ship-slack + - integrationName: ship-slack1 type: slack recipients: - "#hitchcock1-public" @@ -74,11 +74,11 @@ integrations: on_success: always on_failure: always - - integrationName: ship-hipchat + - integrationName: ship-hipchat1 type: hipchat recipients: # - "#pvt-room" - # - "@shiphitchcock2" + - "@shiphitchcock2" # - "#pub-room" - "#Zurtr" @@ -87,7 +87,7 @@ integrations: on_success: always on_failure: always - - integrationName: test-wh-fail + - integrationName: test-wh-fail1 type: webhook payload: - title=success - $REPO_FULL_NAME - $BUILD_NUMBER @@ -101,7 +101,7 @@ integrations: on_start: always on_failure: never - - integrationName: test-issuecreation2 + - integrationName: test-issuecreation22 type: webhook payload: - title=success testissucecreattion2 - $REPO_FULL_NAME - $BUILD_NUMBER From 7d068f3d8c5b6c3322c0c15e119a88f493e74019 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Thu, 7 Jul 2016 14:31:14 +0530 Subject: [PATCH 59/67] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 32e1a8d..394948f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -99,7 +99,7 @@ integrations: - source=Shippable on_success: always on_start: always - on_failure: never + on_failure: always - integrationName: test-issuecreation22 type: webhook From 2aae33149a00cfdf4d9c388aa69dff44143bb7a6 Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Wed, 13 Jul 2016 12:43:11 +0530 Subject: [PATCH 60/67] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 394948f..f0239bd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -52,7 +52,7 @@ integrations: on_success: always on_failure: always - - integrationName: ship-slack1 + - integrationName: ship-slack type: slack recipients: - "#hitchcock1-public" @@ -74,7 +74,7 @@ integrations: on_success: always on_failure: always - - integrationName: ship-hipchat1 + - integrationName: ship-hipchat type: hipchat recipients: # - "#pvt-room" @@ -87,7 +87,7 @@ integrations: on_success: always on_failure: always - - integrationName: test-wh-fail1 + - integrationName: test-wh-fail type: webhook payload: - title=success - $REPO_FULL_NAME - $BUILD_NUMBER @@ -101,7 +101,7 @@ integrations: on_start: always on_failure: always - - integrationName: test-issuecreation22 + - integrationName: test-issuecreation2 type: webhook payload: - title=success testissucecreattion2 - $REPO_FULL_NAME - $BUILD_NUMBER From 385fbe95d54ca470ec9dc7f728195a9b4301ad2f Mon Sep 17 00:00:00 2001 From: shiphitchcock2 Date: Mon, 18 Jul 2016 10:47:41 +0530 Subject: [PATCH 61/67] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index f0239bd..0438efa 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,5 @@ language: python - python: #- 3.4 - 2.7 From 92abbc56420eec3574c011c88ab1e0ed46d22190 Mon Sep 17 00:00:00 2001 From: jul212016 Date: Fri, 22 Jul 2016 11:24:59 +0530 Subject: [PATCH 62/67] Update shippable.yml --- shippable.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/shippable.yml b/shippable.yml index 0438efa..9c6935a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -86,26 +86,4 @@ integrations: on_success: always on_failure: always - - integrationName: test-wh-fail - type: webhook - payload: - - title=success - $REPO_FULL_NAME - $BUILD_NUMBER - - body=Shippable Run $BUILD_NUMBER ($BUILD_URL) successs for $COMPARE_URL - - component=$REPO_NAME - - version=$COMMIT - - description=$COMPARE_URL - - owner=$ORG_NAME - - source=Shippable - on_success: always - on_start: always - on_failure: always - - - integrationName: test-issuecreation2 - type: webhook - payload: - - title=success testissucecreattion2 - $REPO_FULL_NAME - $BUILD_NUMBER - - body=Shippable Run $BUILD_NUMBER ($BUILD_URL) successs for $COMPARE_URL - - on_success: always - on_start: always - on_failure: always + From 1f68a646cebda0debe717ecb9b644241d96a44a7 Mon Sep 17 00:00:00 2001 From: jul212016 Date: Fri, 22 Jul 2016 11:55:27 +0530 Subject: [PATCH 63/67] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 9c6935a..e0c23bd 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,6 +11,7 @@ env: matrix: - M1=ONE + - secure: KOx9YupYAdZMzOj2E2nqNwK7lSnA3yP6eiTxodVTVEL6nX3eKvyxUUpTY4jxYAwiMz0OQqFKG339lPjjm0daxx95WHTx0c2OSVSaQb46+jefVAjDZ9KAUvJ2rhHtt0VpGpmqJT1IIZtgXHX3bxpJ2kK8b9cC3Fae9Z7yMH4xzErKR4SWhIWYGB3XJ8aMVGAFk9jZZ5R1Iv/t1ebAGrz2t8pInWbDbmU6R1nVerECGq1VGJrH4ZLtOeyxw2jV/eY8A+3j2WjBvhnyMI0749lHq06m18dn8BtvYTB2oDHJESVggr8Qn77pbDb68uUbumVjOlhfSWaptNCKAKyjWYOQVA== build: @@ -21,6 +22,7 @@ build: options: '--privileged=true --net=bridge -e FOO=true -e BOO=false' ci: + - echo $user1 - ps -eax - ls -al - pip install -r requirements.txt From 9468f670ac1d42314c6763ed12bc086511cd2906 Mon Sep 17 00:00:00 2001 From: jul212016 Date: Fri, 22 Jul 2016 12:01:51 +0530 Subject: [PATCH 64/67] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca6e2e7..e56c48d 100755 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. test + +[![Run Status](https://apibeta.shippable.com/projects/5790ce98c77dae78a8fd77bb/badge?branch=test-reports-success)](https://beta.shippable.com/projects/5790ce98c77dae78a8fd77bb) From 02803c4f7060d3792a7a9ced5d012793c4ecc88d Mon Sep 17 00:00:00 2001 From: jul212016 Date: Fri, 22 Jul 2016 12:02:33 +0530 Subject: [PATCH 65/67] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e56c48d..80e0644 100755 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ This sample is built for Shippable, a docker based continuous integration and de test [![Run Status](https://apibeta.shippable.com/projects/5790ce98c77dae78a8fd77bb/badge?branch=test-reports-success)](https://beta.shippable.com/projects/5790ce98c77dae78a8fd77bb) + + +[![Coverage Badge](https://apibeta.shippable.com/projects/5790ce98c77dae78a8fd77bb/coverageBadge?branch=master)](https://beta.shippable.com/projects/5790ce98c77dae78a8fd77bb) From d37ba39920594d92b09a4b3f2210c9c7bbeddf08 Mon Sep 17 00:00:00 2001 From: jul212016 Date: Fri, 22 Jul 2016 12:25:41 +0530 Subject: [PATCH 66/67] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e0644..e1dbb07 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Python Sample ===================== - +test Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. From bf8bce2f94cba744bd7cd383153d49ea7ded8426 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Fri, 22 Jul 2016 12:27:07 +0530 Subject: [PATCH 67/67] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1dbb07..e5a71d1 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. -test +test pr [![Run Status](https://apibeta.shippable.com/projects/5790ce98c77dae78a8fd77bb/badge?branch=test-reports-success)](https://beta.shippable.com/projects/5790ce98c77dae78a8fd77bb)