From c783c15a9a9cf0834ebd51177474b507d2d64fe3 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 23 Sep 2014 16:23:45 +0530 Subject: [PATCH 01/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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/96] 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 43d5adb2149527be056419f116c0b747386f2407 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 15:27:53 +0530 Subject: [PATCH 12/96] Update shippable.yml --- shippable.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shippable.yml b/shippable.yml index 6cb519db..10475cb5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,6 +8,11 @@ python: # - 3.4 # - pypy +before_install: + - env + - sudo apt-get -y install ansible + - ansible-playbook --version + install: - pip install -r requirements.txt From 63bddb974539d8f38bf7dbfe58b6a92e58f20a55 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 15:41:14 +0530 Subject: [PATCH 13/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 10475cb5..cd8eb2e2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,7 @@ python: # - 3.4 # - pypy -before_install: +after_success: - env - sudo apt-get -y install ansible - ansible-playbook --version From b4ee592f5bdb3a9e932167a3f5e6658705a7dc6b Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Oct 2014 15:48:30 +0530 Subject: [PATCH 14/96] Update shippable.yml --- shippable.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index cd8eb2e2..c647f4c4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,12 @@ python: after_success: - env - - sudo apt-get -y install ansible + - sudo apt-get install software-properties-common + - sudo add-apt-repository ppa:ansible/ansible -y + - sudo apt-get update + - sudo apt-get -y install ansible -y + - sudo apt-get install python-boto -y + - sudo ansible --version - ansible-playbook --version install: From 17247bd2ce4482e9d8939f34d644449bc0d2fd28 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Oct 2014 11:05:43 +0530 Subject: [PATCH 15/96] Update shippable.yml --- shippable.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/shippable.yml b/shippable.yml index c647f4c4..ffa6c03b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,15 +8,15 @@ python: # - 3.4 # - pypy -after_success: - - env - - sudo apt-get install software-properties-common - - sudo add-apt-repository ppa:ansible/ansible -y - - sudo apt-get update - - sudo apt-get -y install ansible -y - - sudo apt-get install python-boto -y - - sudo ansible --version - - ansible-playbook --version +#after_success: +# - env +# - sudo apt-get install software-properties-common +# - sudo add-apt-repository ppa:ansible/ansible -y +# - sudo apt-get update +# - sudo apt-get -y install ansible -y +# - sudo apt-get install python-boto -y +# - sudo ansible --version +# - ansible-playbook --version install: - pip install -r requirements.txt From 863b82499756d2d391331124a36a735c5630fb77 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Oct 2014 14:09:23 +0530 Subject: [PATCH 16/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index ffa6c03b..58fedc46 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,6 +25,7 @@ install: before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage + - git log --pretty="%s (%h: %an)" --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml From 575283d73f9484cdc47dd3350d1b6d65fa2ed74d Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Oct 2014 14:12:46 +0530 Subject: [PATCH 17/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 58fedc46..0d2c7e3f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,7 +25,7 @@ install: before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - git log --pretty="%s (%h: %an)" --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP +# - git log --pretty="%s (%h: %an)" --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml From 1a33b6a961fc0045d419ad281f9c639ab3c0180f Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Oct 2014 14:14:23 +0530 Subject: [PATCH 18/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0d2c7e3f..dfc58638 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,7 +25,7 @@ install: before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage -# - git log --pretty="%s (%h: %an)" --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP + - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml From 1437181e766e31e478f85b2a69c844877a43b9d8 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Oct 2014 14:16:48 +0530 Subject: [PATCH 19/96] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index dfc58638..2b0877f3 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,7 +25,8 @@ install: before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP + - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP +# - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml From 57b3741f93802f5f9b19d71dfd3d0583c0c206b3 Mon Sep 17 00:00:00 2001 From: devashish Date: Wed, 8 Oct 2014 15:13:28 +0530 Subject: [PATCH 20/96] updating readme 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f675189..063ce3ba 100755 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ 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. +asdfdasfasd From b3ea7cd9432f0c1e1c937e4748ec3e8da6bdfcb2 Mon Sep 17 00:00:00 2001 From: devashish Date: Wed, 8 Oct 2014 15:13:32 +0530 Subject: [PATCH 21/96] updating readme 2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 063ce3ba..2fbd5041 100755 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. asdfdasfasd +asdfdasfasd From 278fb2c0e15b6ecd377b97881ae51a2be1def133 Mon Sep 17 00:00:00 2001 From: devashish Date: Wed, 8 Oct 2014 15:13:38 +0530 Subject: [PATCH 22/96] updating readme 3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fbd5041..db599227 100755 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ Simple Python sample with tests using Nose and Coverage. This sample is built for Shippable, a docker based continuous integration and deployment platform. asdfdasfasd asdfdasfasd +asdfdasfasd From 4db77c30977e1896ecdcebd9fd9cf849480dabb1 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Oct 2014 15:37:36 +0530 Subject: [PATCH 23/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 2b0877f3..4ea2756e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,6 +25,7 @@ install: before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage + - date +"%s" - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP # - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP From de13e3651545ec20841302ac21af49e9efd213f9 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Mon, 13 Oct 2014 12:41:10 +0530 Subject: [PATCH 24/96] Update shippable.yml --- shippable.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 4ea2756e..ce8ae1e9 100755 --- a/shippable.yml +++ b/shippable.yml @@ -20,13 +20,17 @@ python: install: - pip install -r requirements.txt - +env: + - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== + # Make folders for the reports before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - date +"%s" - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP + - echo $Foo + - echo $Bar # - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP script: From a28d09938323edf4d8100dce63ac786152c77b62 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 21 Oct 2014 09:43:24 +0530 Subject: [PATCH 25/96] Update shippable.yml --- shippable.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shippable.yml b/shippable.yml index ce8ae1e9..fee9532d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,6 +8,11 @@ python: # - 3.4 # - pypy +env: + global: + - FOO="__Foo__" BAR="bar" BAZ="____baz" + - BLEH="BLEH1" + - MEH="MEH1" #after_success: # - env # - sudo apt-get install software-properties-common From 5c6ed676d27646cef47d2fd47e23c96be6a360d7 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 21 Oct 2014 09:48:36 +0530 Subject: [PATCH 26/96] Update shippable.yml --- shippable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index fee9532d..651cda68 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,8 +11,9 @@ python: env: global: - FOO="__Foo__" BAR="bar" BAZ="____baz" - - BLEH="BLEH1" - - MEH="MEH1" + matrix: + - BLEH="BLEH1" + - MEH="MEH1" #after_success: # - env # - sudo apt-get install software-properties-common From 5e4859103e6804be1f44a473bdd393121bbb7b9a Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 21 Oct 2014 10:01:02 +0530 Subject: [PATCH 27/96] Update shippable.yml --- shippable.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 651cda68..595db21c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,11 +9,8 @@ python: # - pypy env: - global: - - FOO="__Foo__" BAR="bar" BAZ="____baz" - matrix: - - BLEH="BLEH1" - - MEH="MEH1" + - FOO="__Foo__" BAR="bar" BAZ="____baz" BLEH="BLEH1" + #after_success: # - env # - sudo apt-get install software-properties-common From 52558a3c4f748dd9af3c5b71f9df9e6703c0a6d6 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 21 Oct 2014 10:03:12 +0530 Subject: [PATCH 28/96] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 595db21c..8dbfd441 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,8 +23,8 @@ env: install: - pip install -r requirements.txt -env: - - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== +#env: +# - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== # Make folders for the reports before_script: @@ -41,7 +41,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: shippable/minv2 #build_image: # name: shippable/minv2 # net: host From fd6ead5c64582941b8cd2e38099204eab963b540 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 22 Oct 2014 09:49:17 +0530 Subject: [PATCH 29/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 8dbfd441..3cb5e19f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,6 +10,7 @@ python: env: - FOO="__Foo__" BAR="bar" BAZ="____baz" BLEH="BLEH1" + - VAR1=somevalue #after_success: # - env From 43c799ff81de3f7ebdea5251d646832ce1826ff4 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 22 Oct 2014 11:00:06 +0530 Subject: [PATCH 30/96] Update shippable.yml --- shippable.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3cb5e19f..28213f0c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,11 @@ python: # - pypy env: - - FOO="__Foo__" BAR="bar" BAZ="____baz" BLEH="BLEH1" - - VAR1=somevalue + global: + - GLOBAL_VAR=global GLOBAL_VAR2=asdf + matrix: + - FOO="__Foo__" BAR="bar" BAZ="____baz" BLEH="BLEH1" + - VAR1=somevalue #after_success: # - env From 8b3f879436972a245a1bb3d58595b9662909eb9f Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 22 Oct 2014 11:10:15 +0530 Subject: [PATCH 31/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 28213f0c..b9200afa 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,6 +11,7 @@ python: env: global: - GLOBAL_VAR=global GLOBAL_VAR2=asdf + - SECOND_GLOBAL_VAR=test EEEEE=23232 matrix: - FOO="__Foo__" BAR="bar" BAZ="____baz" BLEH="BLEH1" - VAR1=somevalue From 9d79f702bd30235b61c87de1398359073d2a8494 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 23 Oct 2014 00:57:38 +0530 Subject: [PATCH 32/96] Update shippable.yml --- shippable.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shippable.yml b/shippable.yml index b9200afa..80c33be7 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,7 +15,15 @@ env: matrix: - FOO="__Foo__" BAR="bar" BAZ="____baz" BLEH="BLEH1" - VAR1=somevalue + - VAR2=bleh + - VAR3=Blue +matrix: + exclude: + - env: VAR3=Blue + include: + - python: 3.3 + - env: INCLUDE_VAR=somevalue #after_success: # - env # - sudo apt-get install software-properties-common From aae917cfe031b08503f0622e73744c1483f4b4ac Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 23 Oct 2014 00:59:10 +0530 Subject: [PATCH 33/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 80c33be7..6642f75d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,7 +23,7 @@ matrix: - env: VAR3=Blue include: - python: 3.3 - - env: INCLUDE_VAR=somevalue + env: INCLUDE_VAR=somevalue #after_success: # - env # - sudo apt-get install software-properties-common From b08eb6b0da50420272fb786544d7c2d560cc807b Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 11 Nov 2014 13:23:44 +0530 Subject: [PATCH 34/96] Update shippable.yml --- shippable.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/shippable.yml b/shippable.yml index 6642f75d..ee6bbd3d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,22 +8,9 @@ python: # - 3.4 # - pypy -env: - global: - - GLOBAL_VAR=global GLOBAL_VAR2=asdf - - SECOND_GLOBAL_VAR=test EEEEE=23232 - matrix: - - FOO="__Foo__" BAR="bar" BAZ="____baz" BLEH="BLEH1" - - VAR1=somevalue - - VAR2=bleh - - VAR3=Blue - -matrix: - exclude: - - env: VAR3=Blue - include: - - python: 3.3 - env: INCLUDE_VAR=somevalue +addons: + selenium: "2.43" + #after_success: # - env # - sudo apt-get install software-properties-common From e17fb1a1cebe1e6f4ffbe6b5ca08ea41554c49a4 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 11 Nov 2014 13:24:20 +0530 Subject: [PATCH 35/96] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index ee6bbd3d..ffe71a43 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,8 +8,6 @@ python: # - 3.4 # - pypy -addons: - selenium: "2.43" #after_success: # - env From c43ed336f6fd979f0257df9b0ccc9fc272ee0362 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Mon, 17 Nov 2014 12:03:03 +0530 Subject: [PATCH 36/96] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index ffe71a43..a640a3c5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -46,6 +46,9 @@ script: # privileged: true # run_command: 'echo hello cruel world' +branches: + only: + - master notifications: email: From d81ce20847896a5f928d8e01fb14c0ee489d7094 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Mon, 17 Nov 2014 14:07:53 +0530 Subject: [PATCH 37/96] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index a640a3c5..ae18427a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,8 +21,8 @@ python: install: - pip install -r requirements.txt -#env: -# - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== +env: + - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== # Make folders for the reports before_script: From a67718d2733bbee6deadfd7332daa6d5e735f105 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 17 Nov 2014 17:11:55 +0530 Subject: [PATCH 38/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ae18427a..4ebc6ad9 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: python +language: asdfsfsaf python: - 2.6 From c32d7389da568b9944fe0fba3b3fe68db85dc940 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 17 Nov 2014 17:13:08 +0530 Subject: [PATCH 39/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 4ebc6ad9..ae18427a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: asdfsfsaf +language: python python: - 2.6 From fb94d31d5b9b89f4a17217d321464e76159c0fc8 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 18 Nov 2014 13:16:21 +0530 Subject: [PATCH 40/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ae18427a..bd419d4c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: python +language: testing python: - 2.6 From 1ad822f4a2a2566068a87edff491300142c4e93b Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 18 Nov 2014 13:18:09 +0530 Subject: [PATCH 41/96] testing [skip ci] --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index bd419d4c..ae18427a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: testing +language: python python: - 2.6 From bc8156685efde53cdc66829422d830b34cd6be76 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 18 Nov 2014 13:19:30 +0530 Subject: [PATCH 42/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ae18427a..bd419d4c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: python +language: testing python: - 2.6 From 0273aa4f410f89885b5d6adc182c0be3200d6dda Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 18 Nov 2014 13:24:24 +0530 Subject: [PATCH 43/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index bd419d4c..ae18427a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: testing +language: python python: - 2.6 From f0d1bc11a6c1c8c6acf54ec59006519258a61521 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 18 Nov 2014 16:04:46 +0530 Subject: [PATCH 44/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ae18427a..a2500756 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: python +language: test python: - 2.6 From c2accb073c82607e14f44c4a490e1e7374a5bc21 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 19 Nov 2014 12:05:37 +0530 Subject: [PATCH 45/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index a2500756..ae18427a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,4 +1,4 @@ -language: test +language: python python: - 2.6 From 330e0249d7134442fb4b424e50b5e3e313d19d19 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 19 Nov 2014 18:00:28 +0530 Subject: [PATCH 46/96] Update shippable.yml --- shippable.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index ae18427a..cb4775ee 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,8 +7,7 @@ python: # - 3.3 # - 3.4 # - pypy - - + #after_success: # - env # - sudo apt-get install software-properties-common @@ -45,10 +44,6 @@ script: # net: host # privileged: true # run_command: 'echo hello cruel world' - -branches: - only: - - master notifications: email: From 0e336b96b7801d3b4607501e2ad5675040913c05 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 20 Nov 2014 13:38:24 +0530 Subject: [PATCH 47/96] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index cb4775ee..f5bcdde9 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,10 +2,10 @@ language: python python: - 2.6 -# - 2.7 -# - 3.2 -# - 3.3 -# - 3.4 + - 2.7 + - 3.2 + - 3.3 + - 3.4 # - pypy #after_success: From 60fe15e4a4e5adeb1d7eead2865ccb72aa82d566 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Mon, 24 Nov 2014 11:32:03 +0530 Subject: [PATCH 48/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index f5bcdde9..1dbc76de 100755 --- a/shippable.yml +++ b/shippable.yml @@ -38,7 +38,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: shippable/minv2 #build_image: # name: shippable/minv2 # net: host From db2daf6c75418bedca061375f59fe98184df78a0 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Mon, 24 Nov 2014 11:32:29 +0530 Subject: [PATCH 49/96] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1dbc76de..715955b6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,10 +2,10 @@ language: python python: - 2.6 - - 2.7 - - 3.2 - - 3.3 - - 3.4 +# - 2.7 +# - 3.2 +# - 3.3 +# - 3.4 # - pypy #after_success: From b6b7b91a450c65835b1253e5ec6243a421f1da47 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 2 Dec 2014 10:20:48 +0530 Subject: [PATCH 50/96] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 715955b6..1dbc76de 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,10 +2,10 @@ language: python python: - 2.6 -# - 2.7 -# - 3.2 -# - 3.3 -# - 3.4 + - 2.7 + - 3.2 + - 3.3 + - 3.4 # - pypy #after_success: From 1b5a533348a7f292e83128ceae9229641aadfb16 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 19 Dec 2014 14:22:09 -0800 Subject: [PATCH 51/96] Update shippable.yml --- shippable.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1dbc76de..6722511d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,10 +2,11 @@ language: python python: - 2.6 - - 2.7 - - 3.2 - - 3.3 - - 3.4 + +# - 2.7 +# - 3.2 +# - 3.3 +# - 3.4 # - pypy #after_success: From a34cbd4c1cb749ec96d2ae06623911cc656260f6 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 26 Dec 2014 15:40:54 -0800 Subject: [PATCH 52/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 6722511d..af0187bf 100755 --- a/shippable.yml +++ b/shippable.yml @@ -39,7 +39,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: shippable/minv2 #build_image: # name: shippable/minv2 # net: host From f83c93880b8d40a394c5bf4b62065ea8aa6f1695 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Feb 2015 18:49:11 -0800 Subject: [PATCH 53/96] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index af0187bf..d902ed1a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,6 +21,9 @@ python: install: - pip install -r requirements.txt + +env: + - SHIPPABLE_POSTGRES_CMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' env: - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== From 97caddef5d612f6a7d5abd223203d35c8d4ca0d3 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Feb 2015 18:53:24 -0800 Subject: [PATCH 54/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index d902ed1a..bdd6ca43 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,7 +23,7 @@ install: - pip install -r requirements.txt env: - - SHIPPABLE_POSTGRES_CMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' + - SHIPPABLE_POSTGRES_COMMMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' env: - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== From cb37004054e2c5e5dae38d402db5566a8ba5c6bb Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Feb 2015 18:55:30 -0800 Subject: [PATCH 55/96] Update shippable.yml --- shippable.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index bdd6ca43..5857e855 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,9 +24,7 @@ install: env: - SHIPPABLE_POSTGRES_COMMMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' -env: - - secure: INZ1b796G+FQxdmOD6gcxJ2POcD+L15ItCCR9dl00i46CwPjvp37coohvRw2QYDB5LfjSRffR9wXAvWlkvQ8sYFFkgkt3JxOTtjz2uEvw0bdXJvTxLfSwT1RaL2cExSVDwpVvl0KeAvsy/yIPqHDyuFFDpDGWNUuc4+AhzfB4UOkql85JnadXHnoJzhOppkYb16CuHw15KtZLOlJFlJS7NiPGbZLiPLveI4zs0aBQHJrLy+QJXEI9HSb9McuujSzFU6IW1XAKO7RHW7sAEL0xYfU/uIhS30RrW84sd+n68fNCe5OpsVHlhNRli3R+4666YLrJzWdScN99B1IOKAv8A== - + # Make folders for the reports before_script: - mkdir -p shippable/testresults From 72bef56e8ab5b62e2d984d467a82c4b3bc4ed97f Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Feb 2015 18:56:02 -0800 Subject: [PATCH 56/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5857e855..a0a86568 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,7 +23,7 @@ install: - pip install -r requirements.txt env: - - SHIPPABLE_POSTGRES_COMMMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' + - SHIPPABLE_POSTGRES_CMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' # Make folders for the reports before_script: From c7c7bd83e514db2e95a232a82fdf7305980f137e Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Feb 2015 18:57:16 -0800 Subject: [PATCH 57/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index a0a86568..91c152be 100755 --- a/shippable.yml +++ b/shippable.yml @@ -27,6 +27,7 @@ env: # Make folders for the reports before_script: + - echo $SHIPPABLE_POSTGRES_CMD - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - date +"%s" From 7c265f6c1bd1901125dfb14f84137a72c7389c7d Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Feb 2015 19:00:28 -0800 Subject: [PATCH 58/96] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 91c152be..5f7393c2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,7 +23,7 @@ install: - pip install -r requirements.txt env: - - SHIPPABLE_POSTGRES_CMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' + - FOO=fooval SHIPPABLE_POSTGRES_CMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' # Make folders for the reports before_script: From b1b2a455c7e49a1235ac907b17182be046372078 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 4 Feb 2015 09:31:14 -0800 Subject: [PATCH 59/96] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index 5f7393c2..7538e968 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,9 @@ language: python python: - 2.6 + +addons: + postgresql: 9.3 # - 2.7 # - 3.2 From b6b55109cf5e78f767a702312a6e075f4f688126 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Mar 2015 09:43:16 -0800 Subject: [PATCH 60/96] Update shippable.yml --- shippable.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/shippable.yml b/shippable.yml index 7538e968..4466a48c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,30 +3,8 @@ language: python python: - 2.6 -addons: - postgresql: 9.3 - -# - 2.7 -# - 3.2 -# - 3.3 -# - 3.4 -# - pypy - -#after_success: -# - env -# - sudo apt-get install software-properties-common -# - sudo add-apt-repository ppa:ansible/ansible -y -# - sudo apt-get update -# - sudo apt-get -y install ansible -y -# - sudo apt-get install python-boto -y -# - sudo ansible --version -# - ansible-playbook --version - install: - pip install -r requirements.txt - -env: - - FOO=fooval SHIPPABLE_POSTGRES_CMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off' # Make folders for the reports before_script: From 1319d6d4678f3431188ab184223376fd321cc178 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 13 Apr 2015 18:06:12 -0700 Subject: [PATCH 61/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 4466a48c..d247030e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,6 +8,7 @@ install: # Make folders for the reports before_script: + - env - echo $SHIPPABLE_POSTGRES_CMD - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage From 8b4fdb87931a620641a734e005c68f0e103f4371 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 26 May 2015 14:41:32 -0700 Subject: [PATCH 62/96] Update shippable.yml --- shippable.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index d247030e..53f9e309 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,6 +3,7 @@ language: python python: - 2.6 + install: - pip install -r requirements.txt @@ -23,12 +24,6 @@ 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 -# privileged: true -# run_command: 'echo hello cruel world' notifications: email: From ac561b442605782334fe9010e801ca16d337eeef Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 4 Jun 2015 15:08:23 -0700 Subject: [PATCH 63/96] Update shippable.yml --- shippable.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 53f9e309..59780ac8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,6 +3,8 @@ language: python python: - 2.6 +before_install: + - echo "BEFORE INSTALL" install: - pip install -r requirements.txt @@ -23,7 +25,15 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - + +after_script: + - echo "AFTER _SCRIPT" + +after_success: + - echo "AFTR _SUCCESS" + +after_failure: + - echo "AFTER FAILURE" notifications: email: From 722ff73a57123fe2eb3b605938b8358ec4a002b5 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 4 Jun 2015 15:18:37 -0700 Subject: [PATCH 64/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 59780ac8..a0453095 100755 --- a/shippable.yml +++ b/shippable.yml @@ -35,6 +35,7 @@ after_success: after_failure: - echo "AFTER FAILURE" +archive: true notifications: email: - devashish+notify1@shippable.com From beb4b9e9b59e648c89777e10e2fb0c9c7fe06988 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 7 Jul 2015 15:50:59 -0700 Subject: [PATCH 65/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index a0453095..8e74f37b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -3,6 +3,7 @@ language: python python: - 2.6 + before_install: - echo "BEFORE INSTALL" From 6afeabbe9116af32c19c3d439f85d017320cac41 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Jul 2015 14:43:15 -0700 Subject: [PATCH 66/96] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 8e74f37b..2a20e5b8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,6 @@ language: python python: - 2.6 - before_install: - echo "BEFORE INSTALL" From c5f63ea05f1b01cfa303812068b6e6a201ff5208 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 8 Jul 2015 14:46:36 -0700 Subject: [PATCH 67/96] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 2a20e5b8..af520b0f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ python: before_install: - echo "BEFORE INSTALL" - + install: - pip install -r requirements.txt @@ -33,7 +33,7 @@ after_success: - echo "AFTR _SUCCESS" after_failure: - - echo "AFTER FAILURE" + - echo "AFTER_FAILURE" archive: true notifications: From a0205c75d6ca73c97690e0ef749bf95edbe74807 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 5 Aug 2015 13:51:46 -0700 Subject: [PATCH 68/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index af520b0f..fa45ff8c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -28,6 +28,7 @@ script: after_script: - echo "AFTER _SCRIPT" + - ls -al after_success: - echo "AFTR _SUCCESS" From fd76cf34c34d2b950c4a7438850f5028890b7f84 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 5 Aug 2015 14:02:33 -0700 Subject: [PATCH 69/96] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index fa45ff8c..c1a1c7ff 100755 --- a/shippable.yml +++ b/shippable.yml @@ -25,6 +25,8 @@ script: - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + - mkdir -p vendor + - echo 'this is some file' > vendor/file.txt after_script: - echo "AFTER _SCRIPT" From 0a59859e7e8a93d4272788a1a72e049410583bdf Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 5 Aug 2015 14:02:53 -0700 Subject: [PATCH 70/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index c1a1c7ff..64fbc482 100755 --- a/shippable.yml +++ b/shippable.yml @@ -27,6 +27,7 @@ script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - mkdir -p vendor - echo 'this is some file' > vendor/file.txt + - ls -al after_script: - echo "AFTER _SCRIPT" From 37e71d780ee4998eee9a8aafa910acba13931453 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 5 Aug 2015 15:00:04 -0700 Subject: [PATCH 71/96] Create Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..20a2c620 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM shipimg/ubuntu1204_python + +RUN mkdir -p /home/shippable +ADD . /home/shippable +RUN ls -al /home/shippable From 1544020c302f59e81365f16dae0b6b6b9fc1f4b3 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 5 Aug 2015 15:35:03 -0700 Subject: [PATCH 72/96] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 64fbc482..7982d08d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -26,6 +26,8 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - mkdir -p vendor + - mkdir -p shippable/buildoutput + - echo 'build output file' > shippable/buildoutput/output.txt - echo 'this is some file' > vendor/file.txt - ls -al From df9fd67799ef49a32215e23c96c78eb791f6fa02 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 8 Sep 2015 16:08:42 -0700 Subject: [PATCH 73/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 7982d08d..416da15a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -34,6 +34,7 @@ script: after_script: - echo "AFTER _SCRIPT" - ls -al + - cp -vr vendor/* ./shippable/buildoutput after_success: - echo "AFTR _SUCCESS" From 7ec2028104965508d5ee2582f07ca0faf950f748 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 2 Oct 2015 11:17:57 -0700 Subject: [PATCH 74/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 416da15a..311bf1d3 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,6 +2,7 @@ language: python python: - 2.6 + - 2.7 before_install: - echo "BEFORE INSTALL" From 3db21734514f21e491799c5b9749c03e01c71961 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 2 Oct 2015 17:57:55 -0700 Subject: [PATCH 75/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 311bf1d3..46ecdaca 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,6 +7,7 @@ python: before_install: - echo "BEFORE INSTALL" + install: - pip install -r requirements.txt From ffa7348af618a8b580523bc4046aa766a12bf650 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 2 Oct 2015 18:01:22 -0700 Subject: [PATCH 76/96] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 46ecdaca..311bf1d3 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,7 +7,6 @@ python: before_install: - echo "BEFORE INSTALL" - install: - pip install -r requirements.txt From f58032ca792a1e13f7cbb7cc2bce965598fa231a Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 13 Oct 2015 09:54:54 +0530 Subject: [PATCH 77/96] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index 311bf1d3..ed295b94 100755 --- a/shippable.yml +++ b/shippable.yml @@ -7,6 +7,9 @@ python: before_install: - echo "BEFORE INSTALL" +env: + secure: somerandomvariablewhichisnotsecure + install: - pip install -r requirements.txt From de4068b749915b411bf70a976af7561989adfcdd Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Wed, 14 Oct 2015 12:47:55 +0530 Subject: [PATCH 78/96] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ed295b94..1da22605 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,6 @@ language: python python: - 2.6 - - 2.7 before_install: - echo "BEFORE INSTALL" From 3eaeb53c390f7d7eacfb43c3ed855b49dc99d8ce Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 15 Oct 2015 12:48:41 +0530 Subject: [PATCH 79/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 1da22605..5474e0b4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -40,6 +40,7 @@ after_script: - cp -vr vendor/* ./shippable/buildoutput after_success: + - curl -XGET https://api.shippable.com - echo "AFTR _SUCCESS" after_failure: From 437a979251a18ffb2939f0ccad0002f9cd76be3d Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Sun, 18 Oct 2015 23:19:23 -0700 Subject: [PATCH 80/96] Delete shippable.yml --- shippable.yml | 52 --------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100755 shippable.yml diff --git a/shippable.yml b/shippable.yml deleted file mode 100755 index 5474e0b4..00000000 --- a/shippable.yml +++ /dev/null @@ -1,52 +0,0 @@ -language: python - -python: - - 2.6 - -before_install: - - echo "BEFORE INSTALL" - -env: - secure: somerandomvariablewhichisnotsecure - -install: - - pip install -r requirements.txt - -# Make folders for the reports -before_script: - - env - - echo $SHIPPABLE_POSTGRES_CMD - - mkdir -p shippable/testresults - - mkdir -p shippable/codecoverage - - date +"%s" - - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP - - echo $Foo - - echo $Bar -# - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP - -script: - - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - which python && coverage run --branch test.py - - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - mkdir -p vendor - - mkdir -p shippable/buildoutput - - echo 'build output file' > shippable/buildoutput/output.txt - - echo 'this is some file' > vendor/file.txt - - ls -al - -after_script: - - echo "AFTER _SCRIPT" - - ls -al - - cp -vr vendor/* ./shippable/buildoutput - -after_success: - - curl -XGET https://api.shippable.com - - echo "AFTR _SUCCESS" - -after_failure: - - echo "AFTER_FAILURE" - -archive: true -notifications: - email: - - devashish+notify1@shippable.com From 97c714cd03d2cb66c7a519677da5b839f6a70df6 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Sun, 18 Oct 2015 23:22:32 -0700 Subject: [PATCH 81/96] Create shippable.yml --- shippable.yml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 shippable.yml diff --git a/shippable.yml b/shippable.yml new file mode 100644 index 00000000..5474e0b4 --- /dev/null +++ b/shippable.yml @@ -0,0 +1,52 @@ +language: python + +python: + - 2.6 + +before_install: + - echo "BEFORE INSTALL" + +env: + secure: somerandomvariablewhichisnotsecure + +install: + - pip install -r requirements.txt + +# Make folders for the reports +before_script: + - env + - echo $SHIPPABLE_POSTGRES_CMD + - mkdir -p shippable/testresults + - mkdir -p shippable/codecoverage + - date +"%s" + - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP + - echo $Foo + - echo $Bar +# - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP + +script: + - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + - which python && coverage run --branch test.py + - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + - mkdir -p vendor + - mkdir -p shippable/buildoutput + - echo 'build output file' > shippable/buildoutput/output.txt + - echo 'this is some file' > vendor/file.txt + - ls -al + +after_script: + - echo "AFTER _SCRIPT" + - ls -al + - cp -vr vendor/* ./shippable/buildoutput + +after_success: + - curl -XGET https://api.shippable.com + - echo "AFTR _SUCCESS" + +after_failure: + - echo "AFTER_FAILURE" + +archive: true +notifications: + email: + - devashish+notify1@shippable.com From 3f841665d41ce1fa42d909b638907a32d515b8ed Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Sun, 18 Oct 2015 23:58:04 -0700 Subject: [PATCH 82/96] Create shippable.yml --- shippable.yml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 shippable.yml diff --git a/shippable.yml b/shippable.yml new file mode 100644 index 00000000..5474e0b4 --- /dev/null +++ b/shippable.yml @@ -0,0 +1,52 @@ +language: python + +python: + - 2.6 + +before_install: + - echo "BEFORE INSTALL" + +env: + secure: somerandomvariablewhichisnotsecure + +install: + - pip install -r requirements.txt + +# Make folders for the reports +before_script: + - env + - echo $SHIPPABLE_POSTGRES_CMD + - mkdir -p shippable/testresults + - mkdir -p shippable/codecoverage + - date +"%s" + - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP + - echo $Foo + - echo $Bar +# - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP + +script: + - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml + - which python && coverage run --branch test.py + - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + - mkdir -p vendor + - mkdir -p shippable/buildoutput + - echo 'build output file' > shippable/buildoutput/output.txt + - echo 'this is some file' > vendor/file.txt + - ls -al + +after_script: + - echo "AFTER _SCRIPT" + - ls -al + - cp -vr vendor/* ./shippable/buildoutput + +after_success: + - curl -XGET https://api.shippable.com + - echo "AFTR _SUCCESS" + +after_failure: + - echo "AFTER_FAILURE" + +archive: true +notifications: + email: + - devashish+notify1@shippable.com From a40a9df15b7fff1119036aac0ca6354c06968427 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Mon, 19 Oct 2015 11:00:08 -0700 Subject: [PATCH 83/96] Delete shippable.yml --- shippable.yml | 52 --------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 shippable.yml diff --git a/shippable.yml b/shippable.yml deleted file mode 100644 index 5474e0b4..00000000 --- a/shippable.yml +++ /dev/null @@ -1,52 +0,0 @@ -language: python - -python: - - 2.6 - -before_install: - - echo "BEFORE INSTALL" - -env: - secure: somerandomvariablewhichisnotsecure - -install: - - pip install -r requirements.txt - -# Make folders for the reports -before_script: - - env - - echo $SHIPPABLE_POSTGRES_CMD - - mkdir -p shippable/testresults - - mkdir -p shippable/codecoverage - - date +"%s" - - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP - - echo $Foo - - echo $Bar -# - git log --pretty='%s (%h: %an)' --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP - -script: - - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml - - which python && coverage run --branch test.py - - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - - mkdir -p vendor - - mkdir -p shippable/buildoutput - - echo 'build output file' > shippable/buildoutput/output.txt - - echo 'this is some file' > vendor/file.txt - - ls -al - -after_script: - - echo "AFTER _SCRIPT" - - ls -al - - cp -vr vendor/* ./shippable/buildoutput - -after_success: - - curl -XGET https://api.shippable.com - - echo "AFTR _SUCCESS" - -after_failure: - - echo "AFTER_FAILURE" - -archive: true -notifications: - email: - - devashish+notify1@shippable.com From 0b25f97b60a51791ee9dd6095ee898661bc982fa Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 3 Nov 2015 14:16:10 -0800 Subject: [PATCH 84/96] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5474e0b4..1da22605 100644 --- a/shippable.yml +++ b/shippable.yml @@ -40,7 +40,6 @@ after_script: - cp -vr vendor/* ./shippable/buildoutput after_success: - - curl -XGET https://api.shippable.com - echo "AFTR _SUCCESS" after_failure: From 8498bbfdfd0ae0759cb2a9ee69402cf292452c3c Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Mon, 29 Feb 2016 17:30:19 -0800 Subject: [PATCH 85/96] Update shippable.yml --- shippable.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1da22605..8620dc09 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,10 +5,7 @@ python: before_install: - echo "BEFORE INSTALL" - -env: - secure: somerandomvariablewhichisnotsecure - + install: - pip install -r requirements.txt @@ -45,7 +42,7 @@ after_success: after_failure: - echo "AFTER_FAILURE" -archive: true +#archive: true notifications: email: - devashish+notify1@shippable.com From b40df726d057f79ea3712342ea04f6efd2d817d8 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 8 Mar 2016 11:03:41 -0800 Subject: [PATCH 86/96] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20a2c620..705561e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM shipimg/ubuntu1204_python +FROM ubuntu:12.04 RUN mkdir -p /home/shippable ADD . /home/shippable From d0762d5e257bd001e85c33a69aea6441ce756379 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 8 Mar 2016 14:49:28 -0800 Subject: [PATCH 87/96] Update shippable.yml --- shippable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shippable.yml b/shippable.yml index 8620dc09..7b4825a3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -3,6 +3,10 @@ language: python python: - 2.6 +env: + global: + - secure: WM9YEelDeKTKwipdJUtfXSkVgT6wyA6VPrVUT20QrhiuxZIluUcMYIrz+0kVk/Y3YgfbQRigQ43cWv4q+Sr253KzJMOqZAs/am33Ut8uLTboN8Hjyb7Y8PRK1B0Wlus+Cku3A0Ub4kXcCmOs00nGdlZNeiOq8wt9N/m2WSQNlZcpXDQZYd0kX7EvfcZiT107hbbhMy87Nv5Z/8UySEcO/CaRz4E4oevn3jwhDyCFWsyn0s1jFa8laQ6Vst+DBGfdd9aBC8sCUgpswWVlkamS9iehriqYtaKCkoiGWoN/QMzp7euSMgI00IwB7Gi6PPbyiy0hOV+KdyZpXsX+aotIwA== + before_install: - echo "BEFORE INSTALL" From 39cb473d8bbacb1a42359532d6d6d87fb5d3cb1a Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 8 Mar 2016 14:51:20 -0800 Subject: [PATCH 88/96] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 7b4825a3..7031f2cf 100644 --- a/shippable.yml +++ b/shippable.yml @@ -19,6 +19,7 @@ before_script: - echo $SHIPPABLE_POSTGRES_CMD - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage + - echo $MYENV - date +"%s" - git log --since=$LAST_SUCCESSFUL_BUILD_TIMESTAMP - echo $Foo From f6e79c91ce90c19b9d78b103e3fa79c143173ad2 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Tue, 8 Mar 2016 14:59:01 -0800 Subject: [PATCH 89/96] Update shippable.yml --- shippable.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 7031f2cf..8e241d22 100644 --- a/shippable.yml +++ b/shippable.yml @@ -4,8 +4,7 @@ python: - 2.6 env: - global: - - secure: WM9YEelDeKTKwipdJUtfXSkVgT6wyA6VPrVUT20QrhiuxZIluUcMYIrz+0kVk/Y3YgfbQRigQ43cWv4q+Sr253KzJMOqZAs/am33Ut8uLTboN8Hjyb7Y8PRK1B0Wlus+Cku3A0Ub4kXcCmOs00nGdlZNeiOq8wt9N/m2WSQNlZcpXDQZYd0kX7EvfcZiT107hbbhMy87Nv5Z/8UySEcO/CaRz4E4oevn3jwhDyCFWsyn0s1jFa8laQ6Vst+DBGfdd9aBC8sCUgpswWVlkamS9iehriqYtaKCkoiGWoN/QMzp7euSMgI00IwB7Gi6PPbyiy0hOV+KdyZpXsX+aotIwA== + secure: WM9YEelDeKTKwipdJUtfXSkVgT6wyA6VPrVUT20QrhiuxZIluUcMYIrz+0kVk/Y3YgfbQRigQ43cWv4q+Sr253KzJMOqZAs/am33Ut8uLTboN8Hjyb7Y8PRK1B0Wlus+Cku3A0Ub4kXcCmOs00nGdlZNeiOq8wt9N/m2WSQNlZcpXDQZYd0kX7EvfcZiT107hbbhMy87Nv5Z/8UySEcO/CaRz4E4oevn3jwhDyCFWsyn0s1jFa8laQ6Vst+DBGfdd9aBC8sCUgpswWVlkamS9iehriqYtaKCkoiGWoN/QMzp7euSMgI00IwB7Gi6PPbyiy0hOV+KdyZpXsX+aotIwA== before_install: - echo "BEFORE INSTALL" From 63b74bb02b7f4608d377e8b9c197f80f327272f5 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 10 Mar 2016 14:36:27 -0800 Subject: [PATCH 90/96] Update shippable.yml --- shippable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shippable.yml b/shippable.yml index 8e241d22..f314a4d2 100644 --- a/shippable.yml +++ b/shippable.yml @@ -8,6 +8,10 @@ env: before_install: - echo "BEFORE INSTALL" + +services: + - mysql + - mongodb install: - pip install -r requirements.txt From ca6df288ec65898e8416b5ab9b2b5d72363b3588 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Thu, 10 Mar 2016 14:37:30 -0800 Subject: [PATCH 91/96] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index f314a4d2..4beadfff 100644 --- a/shippable.yml +++ b/shippable.yml @@ -3,8 +3,8 @@ language: python python: - 2.6 -env: - secure: WM9YEelDeKTKwipdJUtfXSkVgT6wyA6VPrVUT20QrhiuxZIluUcMYIrz+0kVk/Y3YgfbQRigQ43cWv4q+Sr253KzJMOqZAs/am33Ut8uLTboN8Hjyb7Y8PRK1B0Wlus+Cku3A0Ub4kXcCmOs00nGdlZNeiOq8wt9N/m2WSQNlZcpXDQZYd0kX7EvfcZiT107hbbhMy87Nv5Z/8UySEcO/CaRz4E4oevn3jwhDyCFWsyn0s1jFa8laQ6Vst+DBGfdd9aBC8sCUgpswWVlkamS9iehriqYtaKCkoiGWoN/QMzp7euSMgI00IwB7Gi6PPbyiy0hOV+KdyZpXsX+aotIwA== +#env: +# secure: WM9YEelDeKTKwipdJUtfXSkVgT6wyA6VPrVUT20QrhiuxZIluUcMYIrz+0kVk/Y3YgfbQRigQ43cWv4q+Sr253KzJMOqZAs/am33Ut8uLTboN8Hjyb7Y8PRK1B0Wlus+Cku3A0Ub4kXcCmOs00nGdlZNeiOq8wt9N/m2WSQNlZcpXDQZYd0kX7EvfcZiT107hbbhMy87Nv5Z/8UySEcO/CaRz4E4oevn3jwhDyCFWsyn0s1jFa8laQ6Vst+DBGfdd9aBC8sCUgpswWVlkamS9iehriqYtaKCkoiGWoN/QMzp7euSMgI00IwB7Gi6PPbyiy0hOV+KdyZpXsX+aotIwA== before_install: - echo "BEFORE INSTALL" From e8f9e82c0e680131e40f3c297e107b4417d391f5 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 11 Mar 2016 15:26:00 -0800 Subject: [PATCH 92/96] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 705561e4..21c04c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,5 @@ FROM ubuntu:12.04 RUN mkdir -p /home/shippable ADD . /home/shippable +ENV USER=foo RUN ls -al /home/shippable From 468f93fb2db07242c9170fe6f6effab4db599c0d Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 11 Mar 2016 16:35:34 -0800 Subject: [PATCH 93/96] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21c04c75..16b0c782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM ubuntu:12.04 RUN mkdir -p /home/shippable ADD . /home/shippable -ENV USER=foo +# ENV USER=foo RUN ls -al /home/shippable From d2f5727491b295607f793de1df7dfedff239c9d1 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Fri, 11 Mar 2016 17:09:50 -0800 Subject: [PATCH 94/96] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16b0c782..705561e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,4 @@ FROM ubuntu:12.04 RUN mkdir -p /home/shippable ADD . /home/shippable -# ENV USER=foo RUN ls -al /home/shippable From 346663ed97298d1edac72501b60ce5a9784dba33 Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Sun, 30 Oct 2016 16:13:07 -0700 Subject: [PATCH 95/96] Update shippable.yml --- shippable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shippable.yml b/shippable.yml index 4beadfff..e55ea83d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -54,3 +54,9 @@ after_failure: notifications: email: - devashish+notify1@shippable.com + + +integrations: + hub: + - integrationName: "hub" + type: hub From 5f78dfee26e8e1d2c2198f7cb32c0e62ef7af66a Mon Sep 17 00:00:00 2001 From: ric03uecS Date: Sun, 30 Oct 2016 16:15:12 -0700 Subject: [PATCH 96/96] Update shippable.yml --- shippable.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index e55ea83d..dc019c4e 100644 --- a/shippable.yml +++ b/shippable.yml @@ -55,8 +55,7 @@ notifications: email: - devashish+notify1@shippable.com - integrations: hub: - - integrationName: "hub" - type: hub + - integrationName: hub + type: quay.io