From c783c15a9a9cf0834ebd51177474b507d2d64fe3 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 23 Sep 2014 16:23:45 +0530 Subject: [PATCH 01/15] Update shippable.yml --- shippable.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index c8f53ded..46d90b88 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,11 +2,11 @@ language: python python: - 2.6 - - 2.7 - - 3.2 - - 3.3 - - 3.4 - - pypy +# - 2.7 +# - 3.2 +# - 3.3 +# - 3.4 +# - pypy install: - pip install -r requirements.txt @@ -24,4 +24,4 @@ script: notifications: email: - - exampleone@org.com + - devashish+notify1@shippable.com From bda2d1dcf072155be42529c0be426fdfadf171c7 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 23 Sep 2014 16:28:25 +0530 Subject: [PATCH 02/15] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 46d90b88..ad4d57f7 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,6 +13,7 @@ install: # Make folders for the reports before_script: + - invalidcommandthatshouldfail - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage From eb3d7ebdf081aa4ebbf4c5cfd7cb7fb68f287764 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 23 Sep 2014 16:43:39 +0530 Subject: [PATCH 03/15] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ad4d57f7..46d90b88 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,7 +13,6 @@ install: # Make folders for the reports before_script: - - invalidcommandthatshouldfail - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage From 9517f11bb64a22a6e19ee7e0dfe588f31758d5c6 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 25 Sep 2014 13:58:22 +0530 Subject: [PATCH 04/15] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 46d90b88..2e3a175e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,6 +15,8 @@ install: before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage + +build_image: shippable/minv2 script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml From 95ec592176a14aaaa4f1298c47eeeb72381cc2cd Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 26 Sep 2014 10:13:05 +0530 Subject: [PATCH 05/15] Update shippable.yml --- shippable.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shippable.yml b/shippable.yml index 2e3a175e..900e3367 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,6 +23,11 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py +build_image: + name: shippable/minv2 + net: host + privileged: true + run_command: 'echo hello cruel world' notifications: email: From e0a6b23fcbd9bcec7598d531f677957160533ac5 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 26 Sep 2014 13:38:32 +0530 Subject: [PATCH 06/15] Update shippable.yml --- shippable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shippable.yml b/shippable.yml index 900e3367..1ad32d26 100755 --- a/shippable.yml +++ b/shippable.yml @@ -29,6 +29,10 @@ build_image: privileged: true run_command: 'echo hello cruel world' +branches: + only: + - master + notifications: email: - devashish+notify1@shippable.com From 38b981f5b07bd0d32835352cb9ace547c050b274 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 26 Sep 2014 13:47:42 +0530 Subject: [PATCH 07/15] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 1ad32d26..a88cb966 100755 --- a/shippable.yml +++ b/shippable.yml @@ -31,7 +31,7 @@ build_image: branches: only: - - master + - prod notifications: email: From 8bccbb3faea44c6d55e5b3a9e4fc99676e26b38e Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 30 Sep 2014 11:16:09 +0530 Subject: [PATCH 08/15] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index a88cb966..fb4246a8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,11 +23,11 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py -build_image: - name: shippable/minv2 - net: host - privileged: true - run_command: 'echo hello cruel world' +#build_image: +# name: shippable/minv2 +# net: host +# privileged: true +# run_command: 'echo hello cruel world' branches: only: From a61915e8d19174d06fb3b0b666f25780194f980e Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 30 Sep 2014 11:17:42 +0530 Subject: [PATCH 09/15] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index fb4246a8..38225657 100755 --- a/shippable.yml +++ b/shippable.yml @@ -16,8 +16,6 @@ before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage -build_image: shippable/minv2 - script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py From 163bf3c6f5885b5ba38c727de77a642397674438 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 30 Sep 2014 12:39:59 +0530 Subject: [PATCH 10/15] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 38225657..7bcfaceb 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,6 +21,7 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py +build_image: shippable/minv2 #build_image: # name: shippable/minv2 # net: host From ed05a2160a8ed30b8e49795fbd0a61435134c17c Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 13:10:27 +0530 Subject: [PATCH 11/15] Update shippable.yml --- shippable.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 7bcfaceb..6cb519db 100755 --- a/shippable.yml +++ b/shippable.yml @@ -28,9 +28,6 @@ build_image: shippable/minv2 # privileged: true # run_command: 'echo hello cruel world' -branches: - only: - - prod notifications: email: From ef2335e6e15aa433a540023d6d8c4b1b0a73127c Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 13:13:53 +0530 Subject: [PATCH 12/15] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f675189..ef31e17a 100755 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ 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. From 7b2b6fbc0a95ebea07b93cf64baa6c710d4bb9aa Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 13:18:44 +0530 Subject: [PATCH 13/15] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef31e17a..319e931b 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Python Sample ===================== + + Simple Python sample with tests using Nose and Coverage. From 0013d2fd7885af7b3c3ecb6477934d8bad1cad25 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 13:22:23 +0530 Subject: [PATCH 14/15] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 319e931b..62d6fb19 100755 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ Simple Python sample with tests using Nose and Coverage. + + This sample is built for Shippable, a docker based continuous integration and deployment platform. From 3bea4f1a6a1cddc6e026772708d1c662a9a578bd Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 13:41:38 +0530 Subject: [PATCH 15/15] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d6fb19..98019b32 100755 --- a/README.md +++ b/README.md @@ -9,4 +9,6 @@ Simple Python sample with tests using Nose and Coverage. -This sample is built for Shippable, a docker based continuous integration and deployment platform. +This sample is built for Shippable, a docker based continuous integration and deployment platform. + + sdfsf