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