From e1b3b7a0adaf4d2e98eefb50b6ee9f305fb6efd4 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 1 Jul 2014 11:45:58 +0530 Subject: [PATCH 01/97] Update shippable.yml --- shippable.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 3bdcdf82..34e81b8e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,8 +1,13 @@ language: python python: + - 2.6 - 2.7 - + - 3.2 + - 3.3 + - 3.4 + - pypy + install: - pip install -r requirements.txt @@ -14,4 +19,8 @@ before_script: 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 \ No newline at end of file + - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py + +notifications: + email: + - exampleone@org.com From de9d2fdb6383dbaa8cf63b4c5897b1fa5ea68b71 Mon Sep 17 00:00:00 2001 From: Patrick Ellis Date: Tue, 22 Jul 2014 11:48:12 -0700 Subject: [PATCH 02/97] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec522d27..0f675189 100755 --- a/README.md +++ b/README.md @@ -2,3 +2,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. From f819e342ca231aeb9e0c07fb5f4e48537cb4d759 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 23 Sep 2014 16:21:30 +0530 Subject: [PATCH 03/97] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 34e81b8e..c8f53ded 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 + notifications: email: - exampleone@org.com From 01004469d5b6a3114ce42c432ced3f8211fd280c Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 26 Sep 2014 13:51:30 +0530 Subject: [PATCH 04/97] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index c8f53ded..43864b2f 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,6 +21,9 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py +branches: + only: + - prod notifications: email: From 3fadd6f75af02882de9190ff1afa6483f14510f7 Mon Sep 17 00:00:00 2001 From: devashish Date: Fri, 10 Oct 2014 11:36:32 +0530 Subject: [PATCH 05/97] removing branch filter --- shippable.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 43864b2f..34e81b8e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -21,10 +21,6 @@ script: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py -branches: - only: - - prod - notifications: email: - exampleone@org.com From 4731f15fc245cab48736b6dbc8e369665a6dc494 Mon Sep 17 00:00:00 2001 From: devashish Date: Fri, 10 Oct 2014 11:37:02 +0530 Subject: [PATCH 06/97] change 1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f675189..8f817b75 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. +change 1 in testing branch From fedc697b201e3387bb0fc6b4c5f3269ef61aa8e2 Mon Sep 17 00:00:00 2001 From: devashish Date: Fri, 10 Oct 2014 11:50:44 +0530 Subject: [PATCH 07/97] change 1 in master --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 34e81b8e..0a77176a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,3 +24,4 @@ script: notifications: email: - exampleone@org.com +#change 1 in master branch From 4236ac87027e7619705b331485d5b439d63e9bf8 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 19 Nov 2014 18:10:17 +0530 Subject: [PATCH 08/97] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0a77176a..34e81b8e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -24,4 +24,3 @@ script: notifications: email: - exampleone@org.com -#change 1 in master branch From 8402ec583c034e7d231b04fb578e81e6f16b3c91 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 16 Jul 2015 14:54:02 -0700 Subject: [PATCH 09/97] Update shippable.yml --- shippable.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 34e81b8e..8bb03465 100755 --- a/shippable.yml +++ b/shippable.yml @@ -2,11 +2,12 @@ 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 From 156230db9dcc34e9b387c71001f3140ea4ff43d8 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 29 Jul 2016 16:41:31 -0700 Subject: [PATCH 10/97] Update shippable.yml --- shippable.yml | 74 +++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 54 insertions(+), 20 deletions(-) diff --git a/shippable.yml b/shippable.yml index 8bb03465..8d54cc86 100755 --- a/shippable.yml +++ b/shippable.yml @@ -1,27 +1,61 @@ +# Language setting language: python +# Version number python: - - 2.6 - -# - 2.7 -# - 3.2 -# - 3.3 -# - 3.4 -# - pypy + - 2.7 -install: - - pip install -r requirements.txt +build: + pre_ci_boot: + image_name: drydock/u14nodall + image_tag: prod + pull: true + options: '--privileged=true --net=bridge -e FOO=true -e BOO=false' + + ci: + - echo "Hello, World!" + - env + - echo $PATH + - reports --help + - python --version + - sleep 10 + - mkdir -p shippable/testresults + - mkdir -p shippable/codecoverage + - pip install -r requirements.txt + - 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 + - sudo docker --version + - sleep 10 + - sudo docker ps -a + + push: + - echo "PUSH step done" + - ls -al + + on_failure: + - echo "The job failed!!!!!" + + on_success: + - echo "The job succeeded!!!!" -# Make folders for the reports -before_script: - - mkdir -p shippable/testresults - - mkdir -p shippable/codecoverage -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 +#integrations: +# notifications: +# - integrationName: ric03uec-event +# type: webhook +# payload: +# - tag: testgin +# on_success: always +# on_failure: always +# on_pull_request: never +# on_start: never -notifications: - email: - - exampleone@org.com +integrations: + notifications: + - integrationName: ric03uec-event + type: webhook + on_success: always + on_failure: always + on_pull_request: never + on_start: never From 61b1ba673033f03db58d018788bb028512b3a21a Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 29 Jul 2016 16:41:50 -0700 Subject: [PATCH 11/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 8d54cc86..56f5ee11 100755 --- a/shippable.yml +++ b/shippable.yml @@ -53,7 +53,7 @@ build: integrations: notifications: - - integrationName: ric03uec-event + - integrationName: ric03uec-event1 type: webhook on_success: always on_failure: always From e24424749bc8af20112f067ab966d8b6841e0299 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 2 Aug 2016 10:28:36 -0700 Subject: [PATCH 12/97] Update shippable.yml --- shippable.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/shippable.yml b/shippable.yml index 56f5ee11..3570eb33 100755 --- a/shippable.yml +++ b/shippable.yml @@ -51,11 +51,11 @@ build: # on_pull_request: never # on_start: never -integrations: - notifications: - - integrationName: ric03uec-event1 - type: webhook - on_success: always - on_failure: always - on_pull_request: never - on_start: never +#integrations: +# notifications: +# - integrationName: ric03uec-event1 +# type: webhook +# on_success: always +# on_failure: always +# on_pull_request: never +# on_start: never From a405d6e85fcdf762690e5e55da897746d9dbcf38 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 2 Aug 2016 11:55:36 -0700 Subject: [PATCH 13/97] adf [reset cache] --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 3570eb33..96bb7234 100755 --- a/shippable.yml +++ b/shippable.yml @@ -59,3 +59,4 @@ build: # on_failure: always # on_pull_request: never # on_start: never + From d0cdec08b97d852f84b7ef1723b095ac87daa19f Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 3 Aug 2016 15:38:11 -0700 Subject: [PATCH 14/97] updating yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 96bb7234..3570eb33 100755 --- a/shippable.yml +++ b/shippable.yml @@ -59,4 +59,3 @@ build: # on_failure: always # on_pull_request: never # on_start: never - From 408d4f97e92efa7eaa870bf5bcbd309a0ba0f664 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 16 Jan 2017 16:35:42 -0800 Subject: [PATCH 15/97] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index 3570eb33..824b8941 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,6 +4,9 @@ language: python # Version number python: - 2.7 + - 3.2 + - 3.3 + - 3.5 build: pre_ci_boot: From 6ee9402936fcaf32b6585090f57e378204555773 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 18 Jan 2017 12:07:33 -0800 Subject: [PATCH 16/97] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 824b8941..65021a50 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,6 +9,7 @@ python: - 3.5 build: + cache: true pre_ci_boot: image_name: drydock/u14nodall image_tag: prod From f087d7129aabb9186652b523daa449e92e433589 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 18 Jan 2017 12:27:31 -0800 Subject: [PATCH 17/97] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index 65021a50..105c2da5 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,6 +10,9 @@ python: build: cache: true + cache_dir_list: + - $SHIPPABLE_BUILD_DIR/ + pre_ci_boot: image_name: drydock/u14nodall image_tag: prod From c9b6597ae0e3da1630821d63f33badf8bbca6e5d Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 18 Jan 2017 16:17:43 -0800 Subject: [PATCH 18/97] Update shippable.yml --- shippable.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 105c2da5..bea2245d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -4,9 +4,10 @@ language: python # Version number python: - 2.7 - - 3.2 - - 3.3 - - 3.5 + + # - 3.2 + # - 3.3 + # - 3.5 build: cache: true From d522a7d666f7d889d403ae12d43e4eebedd5075d Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 18 Jan 2017 21:38:52 -0800 Subject: [PATCH 19/97] [reset_minion] --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index bea2245d..29d2a40b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,6 +37,7 @@ build: - sleep 10 - sudo docker ps -a + push: - echo "PUSH step done" - ls -al From 24ed1ee87b97b5b721fa2b2fdad25f8a5d970e46 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 19 Jan 2017 11:39:02 -0800 Subject: [PATCH 20/97] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 29d2a40b..872fe10b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -48,7 +48,6 @@ build: on_success: - echo "The job succeeded!!!!" - #integrations: # notifications: # - integrationName: ric03uec-event From c090a7ffaa837a086711df3b5f2aca2e08db5311 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 2 Feb 2017 16:53:02 -0800 Subject: [PATCH 21/97] Update shippable.yml --- shippable.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/shippable.yml b/shippable.yml index 872fe10b..ae4b59a4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -48,16 +48,16 @@ build: on_success: - echo "The job succeeded!!!!" -#integrations: -# notifications: -# - integrationName: ric03uec-event -# type: webhook -# payload: -# - tag: testgin -# on_success: always -# on_failure: always -# on_pull_request: never -# on_start: never +integrations: + notifications: + - integrationName: email + type: email + recipients: + - devashish@shippable.com + on_success: always + on_failure: always + on_pull_request: never + on_start: never #integrations: # notifications: From ece6999a18d87bf939f66ee357de48026996f584 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 3 Feb 2017 10:05:55 -0800 Subject: [PATCH 22/97] test [reset_minion] --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index ae4b59a4..fe084ca6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,6 @@ build: - sleep 10 - sudo docker ps -a - push: - echo "PUSH step done" - ls -al From 7e33a66d2a381adbf9bd5b0d48f097b7607ba4ea Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 3 Feb 2017 10:15:41 -0800 Subject: [PATCH 23/97] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index fe084ca6..526c671d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -22,6 +22,8 @@ build: ci: - echo "Hello, World!" + - cat $SHIPPABLE_BUILD_DIR/build_number || true + - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number - env - echo $PATH - reports --help From 6624e18f8c52d79f9f04aefd2e1bd32484eeb06c Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 3 Feb 2017 11:18:30 -0800 Subject: [PATCH 24/97] test [reset_minion] --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 526c671d..d43505ab 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,6 +9,7 @@ python: # - 3.3 # - 3.5 + build: cache: true cache_dir_list: From d09a965d809f16173cdf479ddae68a9c084074ee Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 7 Feb 2017 10:17:26 -0800 Subject: [PATCH 25/97] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index d43505ab..68aeabc9 100755 --- a/shippable.yml +++ b/shippable.yml @@ -39,6 +39,7 @@ build: - sudo docker --version - sleep 10 - sudo docker ps -a + - adsfjwekrljljasdfasf push: - echo "PUSH step done" From fd036000c2bded1a28e8498cef849a6d0662cace Mon Sep 17 00:00:00 2001 From: Devashish Date: Sat, 22 Apr 2017 15:20:21 -0700 Subject: [PATCH 26/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 68aeabc9..40090902 100755 --- a/shippable.yml +++ b/shippable.yml @@ -39,7 +39,7 @@ build: - sudo docker --version - sleep 10 - sudo docker ps -a - - adsfjwekrljljasdfasf + - $SHIPPABLE_BUILD_DIR/test.py push: - echo "PUSH step done" From 659b2a238e1d1294771cec4b9fefa11ce176328c Mon Sep 17 00:00:00 2001 From: Devashish Date: Sat, 22 Apr 2017 15:21:40 -0700 Subject: [PATCH 27/97] Create ttyTest.py --- ttyTest.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ttyTest.py diff --git a/ttyTest.py b/ttyTest.py new file mode 100644 index 00000000..4fe1dfde --- /dev/null +++ b/ttyTest.py @@ -0,0 +1,4 @@ +#!/usr/bin/python +import sys +print sys.stdin.isatty() +print '--------------------------------' From c515035b18a8d377f07a0a289c1e7c3c5e990b32 Mon Sep 17 00:00:00 2001 From: Devashish Date: Sat, 22 Apr 2017 15:21:59 -0700 Subject: [PATCH 28/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 40090902..125072c0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -39,7 +39,7 @@ build: - sudo docker --version - sleep 10 - sudo docker ps -a - - $SHIPPABLE_BUILD_DIR/test.py + - $SHIPPABLE_BUILD_DIR/ttyTest.py push: - echo "PUSH step done" From becce80862183971b8bbfe15d48c7ca22e7e442b Mon Sep 17 00:00:00 2001 From: Devashish Date: Sat, 22 Apr 2017 15:39:37 -0700 Subject: [PATCH 29/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 125072c0..471a2f88 100755 --- a/shippable.yml +++ b/shippable.yml @@ -39,7 +39,7 @@ build: - sudo docker --version - sleep 10 - sudo docker ps -a - - $SHIPPABLE_BUILD_DIR/ttyTest.py + - python $SHIPPABLE_BUILD_DIR/ttyTest.py push: - echo "PUSH step done" From 61c728f183760b4167d369e10922aa3a6e7e4c05 Mon Sep 17 00:00:00 2001 From: Devashish Date: Sat, 22 Apr 2017 16:53:12 -0700 Subject: [PATCH 30/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 471a2f88..51ac79d8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -19,7 +19,7 @@ build: image_name: drydock/u14nodall image_tag: prod pull: true - options: '--privileged=true --net=bridge -e FOO=true -e BOO=false' + options: '--privileged=true --tty --net=bridge -e FOO=true -e BOO=false' ci: - echo "Hello, World!" From d02a4ee1ff85f2a3baf4567e4b9f53e5ced8322c Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 15 Jun 2017 22:27:30 -0700 Subject: [PATCH 31/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 51ac79d8..7c52c101 100755 --- a/shippable.yml +++ b/shippable.yml @@ -17,7 +17,7 @@ build: pre_ci_boot: image_name: drydock/u14nodall - image_tag: prod + image_tag: v5.6.3 pull: true options: '--privileged=true --tty --net=bridge -e FOO=true -e BOO=false' From 232d09bd431733ba746f2448f7db95f9f67372ef Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 22 Jun 2017 14:58:24 -0700 Subject: [PATCH 32/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 7c52c101..9b65a9f1 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,7 @@ build: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - sudo docker --version - - sleep 10 + - exit 0 - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py From f58e4634d427ea52188e9f94b3d2bc1794903815 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 22 Jun 2017 15:00:32 -0700 Subject: [PATCH 33/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9b65a9f1..8067b575 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,7 @@ build: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - sudo docker --version - - exit 0 + - return - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py From 40078d9e1f831f89d45d9de3a75276f810139258 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 22 Jun 2017 15:01:39 -0700 Subject: [PATCH 34/97] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 8067b575..dae92282 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,6 @@ build: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - sudo docker --version - - return - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py From f66f9e9fd3842e9163aac2e460cb289a5686f273 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 22 Jun 2017 15:12:57 -0700 Subject: [PATCH 35/97] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index dae92282..9b65a9f1 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,6 +37,7 @@ build: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - sudo docker --version + - exit 0 - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py From 30eef71628da22d36b620c724b189e7deddf7d47 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 22 Jun 2017 15:13:58 -0700 Subject: [PATCH 36/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9b65a9f1..10394485 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,7 @@ build: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - sudo docker --version - - exit 0 + - exit 1 - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py From e4654b3b1201fb33e511cbd84a30ee8fdff84d09 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 22 Jun 2017 15:16:53 -0700 Subject: [PATCH 37/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 10394485..9b65a9f1 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,7 @@ build: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - sudo docker --version - - exit 1 + - exit 0 - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py From e2f0607e083ff08f58b3d4deb41c57dee904a93d Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 23 Jun 2017 13:50:54 -0700 Subject: [PATCH 38/97] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9b65a9f1..dae92282 100755 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,6 @@ build: - which python && coverage run --branch test.py - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py - sudo docker --version - - exit 0 - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py From 7e55201d944632386763cfb3f1d539328e6d84d7 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 17 Jul 2017 13:37:16 +0530 Subject: [PATCH 39/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index dae92282..21ebf217 100755 --- a/shippable.yml +++ b/shippable.yml @@ -16,7 +16,7 @@ build: - $SHIPPABLE_BUILD_DIR/ pre_ci_boot: - image_name: drydock/u14nodall + image_name: ric03uec/u14nodall image_tag: v5.6.3 pull: true options: '--privileged=true --tty --net=bridge -e FOO=true -e BOO=false' From 64f90967dce5b5e538941279964f492cdc333436 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 17 Jul 2017 13:37:34 +0530 Subject: [PATCH 40/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 21ebf217..7cbe0c95 100755 --- a/shippable.yml +++ b/shippable.yml @@ -16,7 +16,7 @@ build: - $SHIPPABLE_BUILD_DIR/ pre_ci_boot: - image_name: ric03uec/u14nodall + image_name: ric03uec/u14pytall image_tag: v5.6.3 pull: true options: '--privileged=true --tty --net=bridge -e FOO=true -e BOO=false' From 19608e305b05fabc4c2bde8be566f4a323972a40 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 17 Jul 2017 14:57:34 +0530 Subject: [PATCH 41/97] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 7cbe0c95..4ceb2824 100755 --- a/shippable.yml +++ b/shippable.yml @@ -27,7 +27,6 @@ build: - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number - env - echo $PATH - - reports --help - python --version - sleep 10 - mkdir -p shippable/testresults From 04a8e009bd99488bc1451b5840e3589b8741afc0 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 17 Jul 2017 15:10:57 +0530 Subject: [PATCH 42/97] Update shippable.yml --- shippable.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/shippable.yml b/shippable.yml index 4ceb2824..cedaca1c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -49,16 +49,16 @@ build: on_success: - echo "The job succeeded!!!!" -integrations: - notifications: - - integrationName: email - type: email - recipients: - - devashish@shippable.com - on_success: always - on_failure: always - on_pull_request: never - on_start: never +#integrations: +# notifications: +# - integrationName: email +# type: email +# recipients: +# - devashish@shippable.com +# on_success: always +# on_failure: always +# on_pull_request: never +# on_start: never #integrations: # notifications: From 85049a6e05a82d4cc4c5625a2e5c23ba57ba7541 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 3 Aug 2017 12:55:14 +0530 Subject: [PATCH 43/97] Update shippable.yml --- shippable.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index cedaca1c..9e361ee9 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,12 +15,6 @@ build: cache_dir_list: - $SHIPPABLE_BUILD_DIR/ - pre_ci_boot: - image_name: ric03uec/u14pytall - image_tag: v5.6.3 - pull: true - options: '--privileged=true --tty --net=bridge -e FOO=true -e BOO=false' - ci: - echo "Hello, World!" - cat $SHIPPABLE_BUILD_DIR/build_number || true From 3606f5d08a261addc2d0c2824a99c4283418bd53 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 28 Sep 2017 09:42:28 +0530 Subject: [PATCH 44/97] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 9e361ee9..d52aada8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -32,6 +32,7 @@ build: - sudo docker --version - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py + - sudo docker pull drydock/genexec:master push: - echo "PUSH step done" From b93407fd04d3d802d879978d8a3994ac3f1250a7 Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 28 Sep 2017 09:49:32 +0530 Subject: [PATCH 45/97] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index d52aada8..d4dd5be4 100755 --- a/shippable.yml +++ b/shippable.yml @@ -32,6 +32,7 @@ build: - sudo docker --version - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py + - sudo docker images - sudo docker pull drydock/genexec:master push: From 538221008db84f1cd0b5c2ae5836734923683c54 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 13 Apr 2018 19:46:51 +0530 Subject: [PATCH 46/97] Update shippable.yml --- shippable.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/shippable.yml b/shippable.yml index d4dd5be4..101e868a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,13 +9,20 @@ python: # - 3.3 # - 3.5 +runtime: + nodePool: custom__x86_64__CentOS_7 build: cache: true cache_dir_list: - $SHIPPABLE_BUILD_DIR/ + pre_ci_boot: + image_name: library/centos ##replace with your repo and image name + image_tag: latest + ci: + - uname -a - echo "Hello, World!" - cat $SHIPPABLE_BUILD_DIR/build_number || true - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number From 4c370e2a7342d2d06c88665658a208756e2518f8 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 13 Apr 2018 19:49:43 +0530 Subject: [PATCH 47/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 101e868a..3bb3ef9c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -18,7 +18,7 @@ build: - $SHIPPABLE_BUILD_DIR/ pre_ci_boot: - image_name: library/centos ##replace with your repo and image name + image_name: ric03uec/centos ##replace with your repo and image name image_tag: latest ci: From 593a162cc95d9af3edd2c25bd2c07067a453ba80 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 13 Apr 2018 20:08:01 +0530 Subject: [PATCH 48/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 3bb3ef9c..9c510638 100755 --- a/shippable.yml +++ b/shippable.yml @@ -19,7 +19,7 @@ build: pre_ci_boot: image_name: ric03uec/centos ##replace with your repo and image name - image_tag: latest + image_tag: shippable ci: - uname -a From c5a2d0994ffe1610c8160182f660d5ba0c1684f2 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 13 Apr 2018 20:09:34 +0530 Subject: [PATCH 49/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 9c510638..6c20ab40 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -runtime: - nodePool: custom__x86_64__CentOS_7 +#runtime: +# nodePool: custom__x86_64__CentOS_7 build: cache: true From da2e0f0fec7d5c901565147df0bc536aefbea21d Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 16 Apr 2018 22:21:18 +0530 Subject: [PATCH 50/97] Update shippable.yml --- shippable.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 6c20ab40..c1e1cbed 100755 --- a/shippable.yml +++ b/shippable.yml @@ -17,9 +17,9 @@ build: cache_dir_list: - $SHIPPABLE_BUILD_DIR/ - pre_ci_boot: - image_name: ric03uec/centos ##replace with your repo and image name - image_tag: shippable + #pre_ci_boot: + # image_name: ric03uec/centos ##replace with your repo and image name + # image_tag: shippable ci: - uname -a @@ -40,7 +40,6 @@ build: - sudo docker ps -a - python $SHIPPABLE_BUILD_DIR/ttyTest.py - sudo docker images - - sudo docker pull drydock/genexec:master push: - echo "PUSH step done" From 0f4c776f6526a7520469ce9c2c2604021ed348d7 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 11 May 2018 14:50:09 +0530 Subject: [PATCH 51/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index c1e1cbed..5e531369 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -#runtime: -# nodePool: custom__x86_64__CentOS_7 +runtime: + nodePool: cus_u16 build: cache: true From bb76c86817024d129ced305782770f27c47af90f Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 11 May 2018 15:04:34 +0530 Subject: [PATCH 52/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5e531369..10a4539d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ python: # - 3.5 runtime: - nodePool: cus_u16 + nodePool: cus_u14 build: cache: true From 3a50f9a902cd119a96a19550404d48533246e7c7 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 11 May 2018 15:13:27 +0530 Subject: [PATCH 53/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 10a4539d..3efb22b2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ python: # - 3.5 runtime: - nodePool: cus_u14 + nodePool: cus_c7 build: cache: true From 5b3f663c4fa8784f23895574fe7e99b06739263e Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 11 May 2018 15:21:11 +0530 Subject: [PATCH 54/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 3efb22b2..9a09567e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ python: # - 3.5 runtime: - nodePool: cus_c7 + nodePool: cus_aarch_u16 build: cache: true From ecd0fcb49e8036f1ce2b1fa1f6e6597997b93f71 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 31 Jul 2018 09:40:23 +0530 Subject: [PATCH 55/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9a09567e..84417142 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,7 +13,7 @@ runtime: nodePool: cus_aarch_u16 build: - cache: true +# cache: true cache_dir_list: - $SHIPPABLE_BUILD_DIR/ From 38e65489955f0be816affd0839ea8778319e97eb Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 31 Jul 2018 09:41:15 +0530 Subject: [PATCH 56/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 84417142..947016f3 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -runtime: - nodePool: cus_aarch_u16 +#runtime: +# nodePool: cus_aarch_u16 build: # cache: true From fa7e83f2bb7b4084e1aab8056a2c5a457d77c0d6 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 31 Jul 2018 09:46:16 +0530 Subject: [PATCH 57/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 947016f3..feb81031 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,7 +13,7 @@ python: # nodePool: cus_aarch_u16 build: -# cache: true + cache: true cache_dir_list: - $SHIPPABLE_BUILD_DIR/ From 4db336ad20718c5e21aff5888a4294b49489f09b Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 2 Aug 2018 17:37:28 +0530 Subject: [PATCH 58/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index feb81031..5b8ad0e0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,7 +15,7 @@ python: build: cache: true cache_dir_list: - - $SHIPPABLE_BUILD_DIR/ + - $SHIPPABLE_BUILD_DIR/shippable.yml #pre_ci_boot: # image_name: ric03uec/centos ##replace with your repo and image name From f0ae5d3dd25a2ca498b649c1bd3b307c3f21553d Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 20 Aug 2018 16:24:10 +0530 Subject: [PATCH 59/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 5b8ad0e0..8d73e031 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -#runtime: -# nodePool: cus_aarch_u16 +runtime: + nodePool: cus_u14 build: cache: true From fde194758fdea17b6d759a32e35bf6b97f481f36 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 21 Aug 2018 16:34:09 +0530 Subject: [PATCH 60/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 8d73e031..16b9a835 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ python: # - 3.5 runtime: - nodePool: cus_u14 + nodePool: cus_u16 build: cache: true From 74c863ec8325359cb614c8b1e6c24f03930ce7f5 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 22 Aug 2018 21:22:52 +0530 Subject: [PATCH 61/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 16b9a835..83a4b33c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -runtime: - nodePool: cus_u16 +#runtime: +# nodePool: cus_u16 build: cache: true From 19dd6dbdce64f57acb6539be700b2c2ea59f645f Mon Sep 17 00:00:00 2001 From: Devashish Date: Thu, 23 Aug 2018 15:09:21 +0530 Subject: [PATCH 62/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 83a4b33c..6e1d757e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -#runtime: -# nodePool: cus_u16 +runtime: + nodePool: cus_c7 build: cache: true From 48a908ee81d28c021bd6e2d402c6c39f7326f03c Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 24 Aug 2018 10:39:31 +0530 Subject: [PATCH 63/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 6e1d757e..67661184 100755 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ python: # - 3.5 runtime: - nodePool: cus_c7 + nodePool: cus_rhel7 build: cache: true From 31d01a14361a01a4bbaad83eeb80564475f57283 Mon Sep 17 00:00:00 2001 From: Devashish Date: Fri, 24 Aug 2018 15:05:47 +0530 Subject: [PATCH 64/97] Update shippable.yml --- shippable.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 67661184..1d78f3f3 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -runtime: - nodePool: cus_rhel7 +#runtime: +# nodePool: cus_rhel7 build: cache: true @@ -23,6 +23,9 @@ build: ci: - uname -a + - wget https://www.gutenberg.org/files/43598/43598-h/43598-h.htm + - cat 43598-h.htm + - cat 43598-h.htm | wc -l - echo "Hello, World!" - cat $SHIPPABLE_BUILD_DIR/build_number || true - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number From 0984f243100bfd311208f927979c667dbec8e49c Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 28 Aug 2018 14:45:25 -0700 Subject: [PATCH 65/97] Update shippable.yml --- shippable.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1d78f3f3..a4c15e56 100755 --- a/shippable.yml +++ b/shippable.yml @@ -23,9 +23,6 @@ build: ci: - uname -a - - wget https://www.gutenberg.org/files/43598/43598-h/43598-h.htm - - cat 43598-h.htm - - cat 43598-h.htm | wc -l - echo "Hello, World!" - cat $SHIPPABLE_BUILD_DIR/build_number || true - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number From 0e3ffa0bea98aa2eb0d04f73955ff1974aa21988 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 10 Sep 2018 14:39:58 -0700 Subject: [PATCH 66/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index a4c15e56..a361a8ad 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,8 +9,8 @@ python: # - 3.3 # - 3.5 -#runtime: -# nodePool: cus_rhel7 +runtime: + nodePool: cus_aarch_u16 build: cache: true From a4ae6adc28f79179151b63e5658e940496f0fad9 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 2 Oct 2018 09:26:18 -0700 Subject: [PATCH 67/97] Update shippable.yml --- shippable.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index a361a8ad..1abb7b91 100755 --- a/shippable.yml +++ b/shippable.yml @@ -8,9 +8,11 @@ python: # - 3.2 # - 3.3 # - 3.5 - -runtime: - nodePool: cus_aarch_u16 + +services: + - cassandra +#runtime: +# nodePool: cus_aarch_u16 build: cache: true From 05b09ecf4bf7949ea4bdd81165d588d88924d882 Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 16 Oct 2018 13:44:31 -0400 Subject: [PATCH 68/97] Update shippable.yml --- shippable.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 1abb7b91..0f9ad06a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -9,10 +9,10 @@ python: # - 3.3 # - 3.5 -services: - - cassandra -#runtime: -# nodePool: cus_aarch_u16 +#services: +# - cassandra +runtime: + nodePool: shippable_shared_aarch32 build: cache: true From 053d60ae18123009b8ca865b6a387caad577df7d Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 11:37:20 -0400 Subject: [PATCH 69/97] Update shippable.yml --- shippable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 0f9ad06a..b0648458 100755 --- a/shippable.yml +++ b/shippable.yml @@ -12,7 +12,9 @@ python: #services: # - cassandra runtime: - nodePool: shippable_shared_aarch32 + - nodePool: shippable_shared_aarch32 + - nodePool: dynamic_u16_xlarge + - nodePool: dynamic_u14_xlarge build: cache: true From 423a075a710e67126411fc7713671f083d7bf02b Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 11:42:58 -0400 Subject: [PATCH 70/97] Update shippable.yml --- shippable.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index b0648458..4a668638 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,11 +11,21 @@ python: #services: # - cassandra -runtime: - - nodePool: shippable_shared_aarch32 - - nodePool: dynamic_u16_xlarge - - nodePool: dynamic_u14_xlarge +#runtime: +# - nodePool: shippable_shared_aarch32 +# - nodePool: dynamic_u16_xlarge +# - nodePool: dynamic_u14_xlarge +env: + matrix: + include: + - python: 2.7 + nodePool: dynamic_u14_xlarge + - python: 2.7 + nodePool: dynamic_u16_xlarge + - python: 2.7 + nodePool: shippable_shared_aarch32 + build: cache: true cache_dir_list: From 7ca649e8b437018d8a16596ed1b73b4e557b40d1 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 11:45:14 -0400 Subject: [PATCH 71/97] Update shippable.yml --- shippable.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/shippable.yml b/shippable.yml index 4a668638..d512f6f6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -16,15 +16,14 @@ python: # - nodePool: dynamic_u16_xlarge # - nodePool: dynamic_u14_xlarge -env: - matrix: - include: - - python: 2.7 - nodePool: dynamic_u14_xlarge - - python: 2.7 - nodePool: dynamic_u16_xlarge - - python: 2.7 - nodePool: shippable_shared_aarch32 +matrix: + include: + - python: 2.7 + nodePool: dynamic_u14_xlarge + - python: 2.7 + nodePool: dynamic_u16_xlarge + - python: 2.7 + nodePool: shippable_shared_aarch32 build: cache: true From 536d54fa905c16fe5a0cbff10733db829a1968a8 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 11:55:21 -0400 Subject: [PATCH 72/97] Update shippable.yml --- shippable.yml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/shippable.yml b/shippable.yml index d512f6f6..d1c4ea96 100755 --- a/shippable.yml +++ b/shippable.yml @@ -11,18 +11,22 @@ python: #services: # - cassandra -#runtime: -# - nodePool: shippable_shared_aarch32 -# - nodePool: dynamic_u16_xlarge -# - nodePool: dynamic_u14_xlarge + +runtime: + - nodePool: shippable_shared_aarch32 + - nodePool: dynamic_u16_xlarge + - nodePool: dynamic_u14_xlarge matrix: include: - python: 2.7 + env: RUNTIME=Ubuntu_14 nodePool: dynamic_u14_xlarge - python: 2.7 + env: RUNTIME=Ubuntu_16 nodePool: dynamic_u16_xlarge - python: 2.7 + env: RUNTIME=AARCH_Ubuntu_16 nodePool: shippable_shared_aarch32 build: @@ -39,8 +43,8 @@ build: - echo "Hello, World!" - cat $SHIPPABLE_BUILD_DIR/build_number || true - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number - - env - - echo $PATH + #- env + - env | grep RUNTIME - python --version - sleep 10 - mkdir -p shippable/testresults @@ -49,10 +53,10 @@ build: - 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 - - sudo docker --version - - sudo docker ps -a - - python $SHIPPABLE_BUILD_DIR/ttyTest.py - - sudo docker images + #- sudo docker --version + #- sudo docker ps -a + #- python $SHIPPABLE_BUILD_DIR/ttyTest.py + #- sudo docker images push: - echo "PUSH step done" From 19a0a2da1af75d74ec1e82c27cb230bfcf1b12e5 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 12:14:51 -0400 Subject: [PATCH 73/97] Update shippable.yml --- shippable.yml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/shippable.yml b/shippable.yml index d1c4ea96..e1848c0c 100755 --- a/shippable.yml +++ b/shippable.yml @@ -14,20 +14,25 @@ python: runtime: - nodePool: shippable_shared_aarch32 + pre_ci_boot: + env: RUNTIME=AARCH_Ubuntu_16 - nodePool: dynamic_u16_xlarge + pre_ci_boot: + env: RUNTIME=dynamic_u16_xlarge - nodePool: dynamic_u14_xlarge - -matrix: - include: - - python: 2.7 + pre_ci_boot: env: RUNTIME=Ubuntu_14 - nodePool: dynamic_u14_xlarge - - python: 2.7 - env: RUNTIME=Ubuntu_16 - nodePool: dynamic_u16_xlarge - - python: 2.7 - env: RUNTIME=AARCH_Ubuntu_16 - nodePool: shippable_shared_aarch32 + +#matrix: +## include: +# - python: 2.7 +# env: RUNTIME=Ubuntu_14 +# nodePool: dynamic_u14_xlarge +# - python: 2.7 +# env: RUNTIME=Ubuntu_16 +# nodePool: dynamic_u16_xlarge +# - python: 2.7 +# nodePool: shippable_shared_aarch32 build: cache: true From 68f51fb5b0eca23b41eadddb13ca85594879619d Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 12:18:04 -0400 Subject: [PATCH 74/97] Update shippable.yml --- shippable.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index e1848c0c..9347773b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -35,9 +35,9 @@ runtime: # nodePool: shippable_shared_aarch32 build: - cache: true - cache_dir_list: - - $SHIPPABLE_BUILD_DIR/shippable.yml + #cache: true + #cache_dir_list: + # - $SHIPPABLE_BUILD_DIR/shippable.yml #pre_ci_boot: # image_name: ric03uec/centos ##replace with your repo and image name @@ -48,9 +48,9 @@ build: - echo "Hello, World!" - cat $SHIPPABLE_BUILD_DIR/build_number || true - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number - #- env - - env | grep RUNTIME - - python --version + - env + #- env | grep RUNTIME + - python --version | echo - sleep 10 - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage From e6a4cfbad814d70836e126d3cb4837133cd4e2fd Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 12:22:20 -0400 Subject: [PATCH 75/97] Update shippable.yml --- shippable.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index 9347773b..f9ad69e8 100755 --- a/shippable.yml +++ b/shippable.yml @@ -14,14 +14,17 @@ python: runtime: - nodePool: shippable_shared_aarch32 - pre_ci_boot: - env: RUNTIME=AARCH_Ubuntu_16 + build: + pre_ci_boot: + env: RUNTIME=AARCH_Ubuntu_16 - nodePool: dynamic_u16_xlarge - pre_ci_boot: - env: RUNTIME=dynamic_u16_xlarge + build: + pre_ci_boot: + env: RUNTIME=dynamic_u16_xlarge - nodePool: dynamic_u14_xlarge - pre_ci_boot: - env: RUNTIME=Ubuntu_14 + build: + pre_ci_boot: + env: RUNTIME=Ubuntu_14 #matrix: ## include: From f28fbad2b4f4698d0011b8889544b3a6348e24ba Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 12:33:54 -0400 Subject: [PATCH 76/97] Update shippable.yml --- shippable.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index f9ad69e8..a269a90e 100755 --- a/shippable.yml +++ b/shippable.yml @@ -16,15 +16,18 @@ runtime: - nodePool: shippable_shared_aarch32 build: pre_ci_boot: - env: RUNTIME=AARCH_Ubuntu_16 + options: "-e RUNTIME=AARCH_Ubuntu_16" +# env: RUNTIME=AARCH_Ubuntu_16 - nodePool: dynamic_u16_xlarge build: pre_ci_boot: - env: RUNTIME=dynamic_u16_xlarge + options: "-e RUNTIME=dynamic_u16_xlarge" +# env: RUNTIME=dynamic_u16_xlarge - nodePool: dynamic_u14_xlarge build: pre_ci_boot: - env: RUNTIME=Ubuntu_14 + options: "-e RUNTIME=Ubuntu_14" +# env: RUNTIME=Ubuntu_14 #matrix: ## include: From 9835acfc290e5f0ddc793e6d1132551a7d9148b9 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 17 Oct 2018 12:41:25 -0400 Subject: [PATCH 77/97] Update shippable.yml --- shippable.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/shippable.yml b/shippable.yml index a269a90e..d05f5e4d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -15,19 +15,19 @@ python: runtime: - nodePool: shippable_shared_aarch32 build: - pre_ci_boot: - options: "-e RUNTIME=AARCH_Ubuntu_16" -# env: RUNTIME=AARCH_Ubuntu_16 + ci: + - export RUNTIME="shippable_shared_aarch32" + - echo "Add other CI commands" - nodePool: dynamic_u16_xlarge build: - pre_ci_boot: - options: "-e RUNTIME=dynamic_u16_xlarge" -# env: RUNTIME=dynamic_u16_xlarge + ci: + - export RUNTIME="dynamic_Ubuntu_16" + - echo "Add other CI commands" - nodePool: dynamic_u14_xlarge build: - pre_ci_boot: - options: "-e RUNTIME=Ubuntu_14" -# env: RUNTIME=Ubuntu_14 + ci: + - export RUNTIME="dynamic_Ubuntu_14" + - echo "Add other CI commands" #matrix: ## include: From 2dc1118ca25f07abc906abe2545d2fa943ba8605 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 10:42:04 -0700 Subject: [PATCH 78/97] Update shippable.yml --- shippable.yml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/shippable.yml b/shippable.yml index d05f5e4d..b7037745 100755 --- a/shippable.yml +++ b/shippable.yml @@ -13,21 +13,7 @@ python: # - cassandra runtime: - - nodePool: shippable_shared_aarch32 - build: - ci: - - export RUNTIME="shippable_shared_aarch32" - - echo "Add other CI commands" - - nodePool: dynamic_u16_xlarge - build: - ci: - - export RUNTIME="dynamic_Ubuntu_16" - - echo "Add other CI commands" - - nodePool: dynamic_u14_xlarge - build: - ci: - - export RUNTIME="dynamic_Ubuntu_14" - - echo "Add other CI commands" + nodePool: shippable_shared_aarch64 #matrix: ## include: @@ -64,10 +50,11 @@ build: - 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 - #- sudo docker --version - #- sudo docker ps -a + - sudo docker --version + - sudo docker ps -a + - sudo docker images #- python $SHIPPABLE_BUILD_DIR/ttyTest.py - #- sudo docker images + push: - echo "PUSH step done" From 404e17790191144807c36dd4ca4607e0d9265cd1 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 11:00:18 -0700 Subject: [PATCH 79/97] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index b7037745..97717a8d 100755 --- a/shippable.yml +++ b/shippable.yml @@ -40,10 +40,10 @@ build: - echo "Hello, World!" - cat $SHIPPABLE_BUILD_DIR/build_number || true - echo $SHIPPABLE_BUILD_NUMBER > $SHIPPABLE_BUILD_DIR/build_number - - env + #- env #- env | grep RUNTIME - - python --version | echo - - sleep 10 + #- python --version | echo + #- sleep 10 - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - pip install -r requirements.txt From 8a7999295448989725204bf749054fa9fd0861f6 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 11:14:20 -0700 Subject: [PATCH 80/97] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 97717a8d..a543caa0 100755 --- a/shippable.yml +++ b/shippable.yml @@ -50,9 +50,9 @@ build: - 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 - - sudo docker --version - - sudo docker ps -a - - sudo docker images + - docker --version + - docker ps -a + - docker images #- python $SHIPPABLE_BUILD_DIR/ttyTest.py From aa0fdbea9bcde4d90a63967cf83167fbadd18c0e Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 11:34:05 -0700 Subject: [PATCH 81/97] Create Dockerfile --- Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..384d3610 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM ubuntu:16.04 +MAINTAINER ric03uec + +RUN mkdir -p /sample_python + +ADD . /sample_python + +WORKDIR /sample_python + +ENTRYPOINT python app.py From cbaacaedb75c92851074712b6497b4e39a09bed0 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 12:04:01 -0700 Subject: [PATCH 82/97] Update shippable.yml --- shippable.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shippable.yml b/shippable.yml index a543caa0..002992e1 100755 --- a/shippable.yml +++ b/shippable.yml @@ -53,6 +53,8 @@ build: - docker --version - docker ps -a - docker images + - docker build -t ric03uec/sample_python:arm + - docker push ric03uec/sample_python:arm #- python $SHIPPABLE_BUILD_DIR/ttyTest.py @@ -85,3 +87,11 @@ build: # on_failure: always # on_pull_request: never # on_start: never + +integrations: + hub: + - integrationName: ric03uec-dockerhub + type: docker + branches: + only: + - master From 08b38786ae13111c4495c6a8ac25da0855effb48 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 12:04:57 -0700 Subject: [PATCH 83/97] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 384d3610..7cb3ca26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM arm64v8/ubuntu:16.04 MAINTAINER ric03uec RUN mkdir -p /sample_python From e24512b05b83f52513608142d4796d9126a9b8c7 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 12:05:20 -0700 Subject: [PATCH 84/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 002992e1..691eb327 100755 --- a/shippable.yml +++ b/shippable.yml @@ -53,7 +53,7 @@ build: - docker --version - docker ps -a - docker images - - docker build -t ric03uec/sample_python:arm + - docker build -t ric03uec/sample_python:arm . - docker push ric03uec/sample_python:arm #- python $SHIPPABLE_BUILD_DIR/ttyTest.py From c32e41d107aea9ef567701d5f06c87654c45a070 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 31 Oct 2018 12:18:05 -0700 Subject: [PATCH 85/97] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 691eb327..11b6033b 100755 --- a/shippable.yml +++ b/shippable.yml @@ -31,9 +31,9 @@ build: #cache_dir_list: # - $SHIPPABLE_BUILD_DIR/shippable.yml - #pre_ci_boot: - # image_name: ric03uec/centos ##replace with your repo and image name - # image_tag: shippable + pre_ci_boot: + image_name: ric03uec/sample_python ##replace with your repo and image name + image_tag: aarch64 ci: - uname -a From eb3ba918612c8247da56e651d2ea017962a4fa18 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 21 Nov 2018 22:33:45 +0400 Subject: [PATCH 86/97] Update shippable.yml --- shippable.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/shippable.yml b/shippable.yml index 11b6033b..a29d44b2 100755 --- a/shippable.yml +++ b/shippable.yml @@ -12,8 +12,8 @@ python: #services: # - cassandra -runtime: - nodePool: shippable_shared_aarch64 +#runtime: +# nodePool: shippable_shared_aarch64 #matrix: ## include: @@ -31,9 +31,9 @@ build: #cache_dir_list: # - $SHIPPABLE_BUILD_DIR/shippable.yml - pre_ci_boot: - image_name: ric03uec/sample_python ##replace with your repo and image name - image_tag: aarch64 +# pre_ci_boot: +# image_name: ric03uec/sample_python ##replace with your repo and image name +# image_tag: aarch64 ci: - uname -a @@ -53,9 +53,10 @@ build: - docker --version - docker ps -a - docker images - - docker build -t ric03uec/sample_python:arm . - - docker push ric03uec/sample_python:arm - #- python $SHIPPABLE_BUILD_DIR/ttyTest.py + - sleep 300 +# - docker build -t ric03uec/sample_python:arm . +# - docker push ric03uec/sample_python:arm +# - python $SHIPPABLE_BUILD_DIR/ttyTest.py push: From f1ca4bdba952936d5a3c297db0751213a86fbd8c Mon Sep 17 00:00:00 2001 From: Devashish Date: Tue, 27 Nov 2018 13:29:35 -0800 Subject: [PATCH 87/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index a29d44b2..6770da1a 100755 --- a/shippable.yml +++ b/shippable.yml @@ -92,7 +92,7 @@ build: integrations: hub: - integrationName: ric03uec-dockerhub - type: docker + type: dockerRegistryLogin branches: only: - master From 9d81293afa199b012394588ce1fd443616ef3459 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 10 Dec 2018 09:56:17 -0800 Subject: [PATCH 88/97] Update Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cb3ca26..b066cb1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ -FROM arm64v8/ubuntu:16.04 +#FROM arm64v8/ubuntu:16.04 + +FROM arm64v7/ubuntu:16.04 + MAINTAINER ric03uec RUN mkdir -p /sample_python From e693c88d4af3a2bb6ee7814fc6c83d31ee74ebda Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 10 Dec 2018 10:01:03 -0800 Subject: [PATCH 89/97] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 6770da1a..ffd51902 100755 --- a/shippable.yml +++ b/shippable.yml @@ -12,8 +12,8 @@ python: #services: # - cassandra -#runtime: -# nodePool: shippable_shared_aarch64 +runtime: + nodePool: shippable_shared_aarch32 #matrix: ## include: @@ -53,9 +53,9 @@ build: - docker --version - docker ps -a - docker images - - sleep 300 -# - docker build -t ric03uec/sample_python:arm . -# - docker push ric03uec/sample_python:arm + - sleep 30 + - docker build -t ric03uec/sample_python:arm . + - docker push ric03uec/sample_python:arm # - python $SHIPPABLE_BUILD_DIR/ttyTest.py From 8a3925f21b5455d20584df77c44c20892b0a3cba Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 10 Dec 2018 10:06:31 -0800 Subject: [PATCH 90/97] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b066cb1e..26abeb0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #FROM arm64v8/ubuntu:16.04 -FROM arm64v7/ubuntu:16.04 +FROM FROM arm32v7/ubuntu:16.04 MAINTAINER ric03uec From a652cd375376ba9b35624c50092edf59e728de2d Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 10 Dec 2018 10:09:07 -0800 Subject: [PATCH 91/97] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26abeb0e..04ec16fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #FROM arm64v8/ubuntu:16.04 -FROM FROM arm32v7/ubuntu:16.04 +FROM arm32v7/ubuntu:16.04 MAINTAINER ric03uec From 137377256df322be44fdcdb0e576d64e49a74ace Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 28 Jan 2019 09:53:09 -0800 Subject: [PATCH 92/97] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index ffd51902..3178e4a6 100755 --- a/shippable.yml +++ b/shippable.yml @@ -12,8 +12,8 @@ python: #services: # - cassandra -runtime: - nodePool: shippable_shared_aarch32 +#runtime: +# nodePool: shippable_shared_aarch32 #matrix: ## include: From 21592fc3af571d4213da839c8d298ba6b7111c26 Mon Sep 17 00:00:00 2001 From: Devashish Date: Mon, 28 Jan 2019 09:54:48 -0800 Subject: [PATCH 93/97] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 3178e4a6..22177105 100755 --- a/shippable.yml +++ b/shippable.yml @@ -91,7 +91,7 @@ build: integrations: hub: - - integrationName: ric03uec-dockerhub + - integrationName: reg_dh_ric03uec type: dockerRegistryLogin branches: only: From 004ef8752990a504c3533da337f021cc80236f9c Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 10 Apr 2019 07:42:56 -0700 Subject: [PATCH 94/97] Create pipelines.yml --- pipelines.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pipelines.yml diff --git a/pipelines.yml b/pipelines.yml new file mode 100644 index 00000000..2f7d79fb --- /dev/null +++ b/pipelines.yml @@ -0,0 +1,24 @@ +resources: + - name: sample_node + type: gitRepo + repoPath: ankul-shippable/sample_node + configuration: + integrationName: github-int + branches: + only: master + initialVersion: + sha: master + +pipelines: + - name: pipeline_1 + setup: + runtime: onHost + steps: + - name: step_A + type: bash + triggeredBy: + resources: + - sample_node + execution: + onExecute: + - echo "executing step_A..." From beecc44cc74d4a8ccd2f2f3b967f0a6f9ee272e4 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 10 Apr 2019 07:43:40 -0700 Subject: [PATCH 95/97] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 2f7d79fb..ae96f2b3 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,9 +1,9 @@ resources: - name: sample_node type: gitRepo - repoPath: ankul-shippable/sample_node + repoPath: ric03uec/sample_python configuration: - integrationName: github-int + integrationName: ric03uec-github branches: only: master initialVersion: From 806d7ce85a5afb06c383dd95909ba24dd9979286 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 10 Apr 2019 07:45:12 -0700 Subject: [PATCH 96/97] Update pipelines.yml --- pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index ae96f2b3..5b1fea9e 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,5 +1,5 @@ resources: - - name: sample_node + - name: sample_python type: gitRepo repoPath: ric03uec/sample_python configuration: @@ -14,11 +14,12 @@ pipelines: setup: runtime: onHost steps: - - name: step_A + - name: test_bash_step type: bash triggeredBy: resources: - - sample_node + - sample_python execution: onExecute: + - echo "First run....." - echo "executing step_A..." From fae97e93a4ee6579b4a5895deca97001078dd1b6 Mon Sep 17 00:00:00 2001 From: Devashish Date: Wed, 10 Apr 2019 07:48:36 -0700 Subject: [PATCH 97/97] Update pipelines.yml --- pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 5b1fea9e..00a8852b 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -12,10 +12,14 @@ resources: pipelines: - name: pipeline_1 setup: - runtime: onHost + runtime: host steps: - name: test_bash_step type: bash + configuration: + affinityGroup: test_affinity_group + setup: + runtime: host triggeredBy: resources: - sample_python