Rename flaky_test_make to flaky_test_schedule

test-6495
Gokhan Gulbiz 2022-12-05 10:07:57 +03:00
parent 50eee98eff
commit 7abd9256d3
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ parameters:
flaky_test: flaky_test:
type: string type: string
default: '' default: ''
flaky_test_make: flaky_test_schedule:
type: string type: string
default: check-minimal default: check-minimal
check-flakyness: check-flakyness:
@ -558,8 +558,8 @@ jobs:
image_tag: image_tag:
description: 'docker image tag to use' description: 'docker image tag to use'
type: string type: string
make: schedule:
description: 'make target' description: 'test schedule'
type: string type: string
default: '' default: ''
test: test:
@ -619,7 +619,7 @@ jobs:
for test in "${tests_array[@]}" for test in "${tests_array[@]}"
do do
echo $test echo $test
gosu circleci src/test/regress/bin/run_test.py -t $test -n << parameters.runs >> -s << parameters.make >> gosu circleci src/test/regress/citus_tests/run_test.py -t $test -n << parameters.runs >> -s << parameters.schedule >>
done done
no_output_timeout: 2m no_output_timeout: 2m
- run: - run:
@ -676,7 +676,7 @@ workflows:
pg_major: 15 pg_major: 15
image_tag: '<< pipeline.parameters.pg15_version >>' image_tag: '<< pipeline.parameters.pg15_version >>'
requires: [build-flaky-15] requires: [build-flaky-15]
make: '<< pipeline.parameters.flaky_test_make >>' schedule: '<< pipeline.parameters.flaky_test_schedule >>'
test: '<< pipeline.parameters.flaky_test >>' test: '<< pipeline.parameters.flaky_test >>'
flaky_test: flaky_test: