Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down