From b092a1a496dfd752543e10e0e481fcdbb48d6fe2 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Tue, 5 Apr 2022 06:53:55 +0300 Subject: [PATCH] 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. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ffcc4bd20..e0ec494fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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