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:
type: string
default: ''
flaky_test_make:
flaky_test_schedule:
type: string
default: check-minimal
check-flakyness:
@ -558,8 +558,8 @@ jobs:
image_tag:
description: 'docker image tag to use'
type: string
make:
description: 'make target'
schedule:
description: 'test schedule'
type: string
default: ''
test:
@ -619,7 +619,7 @@ jobs:
for test in "${tests_array[@]}"
do
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
no_output_timeout: 2m
- run:
@ -676,7 +676,7 @@ workflows:
pg_major: 15
image_tag: '<< pipeline.parameters.pg15_version >>'
requires: [build-flaky-15]
make: '<< pipeline.parameters.flaky_test_make >>'
schedule: '<< pipeline.parameters.flaky_test_schedule >>'
test: '<< pipeline.parameters.flaky_test >>'
flaky_test: