From 4cb77da9d4d8b78bb438b4872cf1ce823c190955 Mon Sep 17 00:00:00 2001 From: Sait Talha Nisanci Date: Mon, 10 Aug 2020 15:07:00 +0300 Subject: [PATCH] Use full names in jobs for make targets --- .circleci/config.yml | 78 ++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afe2230cc..ca598a205 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,7 +83,7 @@ jobs: - test-11_check-van: + test-11_check-vanilla: docker: - image: 'citus/exttester-11:latest' working_directory: /home/circleci/project @@ -91,7 +91,7 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-van)' + name: 'Install and Test (check-vanilla)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-vanilla' no_output_timeout: 2m - codecov/upload: @@ -111,7 +111,7 @@ jobs: - codecov/upload: flags: 'test_11,mx' - test-11_check-work: + test-11_check-worker: docker: - image: 'citus/exttester-11:latest' working_directory: /home/circleci/project @@ -119,13 +119,13 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-work)' + name: 'Install and Test (check-worker)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-worker' no_output_timeout: 2m - codecov/upload: flags: 'test_11,worker' - test-11_check-iso: + test-11_check-isolation: docker: - image: 'citus/exttester-11:latest' working_directory: /home/circleci/project @@ -133,12 +133,12 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-iso)' + name: 'Install and Test (check-isolation)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-isolation' no_output_timeout: 2m - codecov/upload: flags: 'test_11,isolation' - test-11_check-fol: + test-11_check-follower-cluster: docker: - image: 'citus/exttester-11:latest' working_directory: /home/circleci/project @@ -149,7 +149,7 @@ jobs: name: 'Enable core dumps' command: 'ulimit -c unlimited' - run: - name: 'Install and Test (fol)' + name: 'Install and Test (follower-cluster)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-follower-cluster' no_output_timeout: 2m - run: @@ -158,7 +158,7 @@ jobs: cp core.* /tmp/core_dumps when: on_fail - codecov/upload: - flags: 'test_11,follower' + flags: 'test_11,follower-cluster' - store_artifacts: path: '/tmp/core_dumps' test-11_check-failure: @@ -210,7 +210,7 @@ jobs: no_output_timeout: 2m - codecov/upload: flags: 'test_12,multi' - test-12_check-van: + test-12_check-vanilla: docker: - image: 'citus/exttester-12:latest' working_directory: /home/circleci/project @@ -218,7 +218,7 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-van)' + name: 'Install and Test (check-vanilla)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-vanilla' no_output_timeout: 2m - codecov/upload: @@ -238,7 +238,7 @@ jobs: - codecov/upload: flags: 'test_12,mx' - test-12_check-iso: + test-12_check-isolation: docker: - image: 'citus/exttester-12:latest' working_directory: /home/circleci/project @@ -246,13 +246,13 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-iso)' + name: 'Install and Test (check-isolation)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-isolation' no_output_timeout: 2m - codecov/upload: flags: 'test_12,isolation' - test-12_check-work: + test-12_check-worker: docker: - image: 'citus/exttester-12:latest' working_directory: /home/circleci/project @@ -260,13 +260,13 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-work)' + name: 'Install and Test (check-worker)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-worker' no_output_timeout: 2m - codecov/upload: flags: 'test_12,worker' - test-12_check-fol: + test-12_check-follower-cluster: docker: - image: 'citus/exttester-12:latest' working_directory: /home/circleci/project @@ -277,7 +277,7 @@ jobs: name: 'Enable core dumps' command: 'ulimit -c unlimited' - run: - name: 'Install and Test (fol)' + name: 'Install and Test (follower-cluster)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-follower-cluster' no_output_timeout: 2m - run: @@ -286,7 +286,7 @@ jobs: cp core.* /tmp/core_dumps when: on_fail - codecov/upload: - flags: 'test_12,follower' + flags: 'test_12,follower-cluster' - store_artifacts: path: '/tmp/core_dumps' @@ -351,7 +351,7 @@ jobs: - codecov/upload: flags: 'test_13,mx' - test-13_check-van: + test-13_check-vanilla: docker: - image: 'citus/exttester-13:latest' working_directory: /home/circleci/project @@ -359,13 +359,13 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-van)' + name: 'Install and Test (check-vanilla)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-vanilla' no_output_timeout: 2m - codecov/upload: flags: 'test_13,vanilla' - test-13_check-work: + test-13_check-worker: docker: - image: 'citus/exttester-13:latest' working_directory: /home/circleci/project @@ -373,13 +373,13 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-work)' + name: 'Install and Test (check-worker)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-worker' no_output_timeout: 2m - codecov/upload: flags: 'test_13,worker' - test-13_check-iso: + test-13_check-isolation: docker: - image: 'citus/exttester-13:latest' working_directory: /home/circleci/project @@ -387,13 +387,13 @@ jobs: - attach_workspace: at: . - run: - name: 'Install and Test (check-iso)' + name: 'Install and Test (check-isolation)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-isolation' no_output_timeout: 2m - codecov/upload: flags: 'test_13,isolation' - test-13_check-fol: + test-13_check-follower-cluster: docker: - image: 'citus/exttester-13:latest' working_directory: /home/circleci/project @@ -404,7 +404,7 @@ jobs: name: 'Enable core dumps' command: 'ulimit -c unlimited' - run: - name: 'Install and Test (fol)' + name: 'Install and Test (follower-cluster)' command: 'chown -R circleci:circleci /home/circleci && install-and-test-ext check-follower-cluster' no_output_timeout: 2m - run: @@ -413,7 +413,7 @@ jobs: cp core.* /tmp/core_dumps when: on_fail - codecov/upload: - flags: 'test_13,follower' + flags: 'test_13,follower-cluster' - store_artifacts: path: '/tmp/core_dumps' @@ -484,45 +484,45 @@ workflows: - test-11_check-multi: requires: [build] - - test-11_check-van: + - test-11_check-vanilla: requires: [build] - - test-11_check-iso: + - test-11_check-isolation: requires: [build] - test-11_check-mx: requires: [build] - - test-11_check-work: + - test-11_check-worker: requires: [build] - - test-11_check-fol: + - test-11_check-follower-cluster: requires: [build] - test-11_check-failure: requires: [build] - test-12_check-multi: requires: [build] - - test-12_check-van: + - test-12_check-vanilla: requires: [build] - - test-12_check-iso: + - test-12_check-isolation: requires: [build] - test-12_check-mx: requires: [build] - - test-12_check-work: + - test-12_check-worker: requires: [build] - - test-12_check-fol: + - test-12_check-follower-cluster: requires: [build] - test-12_check-failure: requires: [build] - test-13_check-multi: requires: [build] - - test-13_check-van: + - test-13_check-vanilla: requires: [build] - - test-13_check-iso: + - test-13_check-isolation: requires: [build] - test-13_check-mx: requires: [build] - - test-13_check-work: + - test-13_check-worker: requires: [build] - - test-13_check-fol: + - test-13_check-follower-cluster: requires: [build] - test-13_check-failure: requires: [build]