From 5a00854085f09675a0b40c66c222965241326288 Mon Sep 17 00:00:00 2001 From: tonyl Date: Fri, 20 Sep 2019 10:33:37 -0700 Subject: [PATCH] migration to debian10 --- .circleci/config.yml | 4 ++-- Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef34b0a3..fcdcfa03 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,9 +41,9 @@ jobs: command: make test_python2_all - run: name: Test if image size increase - command: make test_debian9_image_size + command: make test_debian10_image_size - run: - name: Running debian9 CI Tests + name: Running debian10 CI Tests command: make run_tests_debian10 no_output_timeout: 20m - store_artifacts: diff --git a/Makefile b/Makefile index 7938f287..ba0e847c 100644 --- a/Makefile +++ b/Makefile @@ -400,8 +400,8 @@ docker exec -it $1 bash -c 'if [[ $$(python -V 2>&1) =~ "Python 2" ]] ; then ech docker kill $1 endef -test_debian9_image_size: - $(call test_image_size,splunk-debian-9) +test_debian10_image_size: + $(call test_image_size,splunk-debian-10) define test_image_size docker pull splunk/splunk:edge