Use consistent naming for tap test workflows in CI config (#5874)

All the job names in our CI config are of the form `test-1[34]_.*` except for tap-recovery tests.
pull/5883/head
Hanefi Onaldi 2022-04-05 06:53:55 +03:00 committed by GitHub
parent b69713937d
commit b092a1a496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -593,7 +593,7 @@ workflows:
make: check-columnar-isolation
requires: [build-13]
- tap-test-citus:
name: 'test_13_tap-recovery'
name: 'test-13_tap-recovery'
pg_major: 13
image_tag: '<< pipeline.parameters.pg13_version >>'
suite: recovery
@ -661,7 +661,7 @@ workflows:
make: check-columnar-isolation
requires: [build-14]
- tap-test-citus:
name: 'test_14_tap-recovery'
name: 'test-14_tap-recovery'
pg_major: 14
image_tag: '<< pipeline.parameters.pg14_version >>'
suite: recovery