Skip to content

Commit 6c6cbbd

Browse files
author
tonyl
committed
merge
2 parents a5e77a6 + 4bef8f8 commit 6c6cbbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
command: make test_python2_all
4242
- run:
4343
name: Test if image size increase
44-
command: make test_debian9_image_size
44+
command: make test_debian10_image_size
4545
- run:
46-
name: Running debian9 CI Tests
46+
name: Running debian10 CI Tests
4747
command: make run_tests_debian10
4848
no_output_timeout: 20m
4949
- store_artifacts:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ docker exec -it $1 bash -c 'if [[ $$(python -V 2>&1) =~ "Python 2" ]] ; then ech
400400
docker kill $1
401401
endef
402402

403-
test_debian9_image_size:
404-
$(call test_image_size,splunk-debian-9)
403+
test_debian10_image_size:
404+
$(call test_image_size,splunk-debian-10)
405405

406406
define test_image_size
407407
docker pull splunk/splunk:edge

0 commit comments

Comments
 (0)