From 5ce13a7dd8b607f07c1b14750f4f9c227c1ea3c1 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Sat, 21 Sep 2024 10:39:12 +0200 Subject: [PATCH] ceph-volume: Rename ceph-volume-linter to ceph-volume-unit-tests This: - Update the job name and display name in ceph-volume-pr.yml to reflect the change. - Changes the trigger phrase and GitHub status context for unit tests. Signed-off-by: Guillaume Abrioux --- .../build/build | 0 .../build/teardown | 0 .../config/definitions/ceph-volume-pr.yml | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename {ceph-volume-linter => ceph-volume-unit-tests}/build/build (100%) rename {ceph-volume-linter => ceph-volume-unit-tests}/build/teardown (100%) rename {ceph-volume-linter => ceph-volume-unit-tests}/config/definitions/ceph-volume-pr.yml (93%) diff --git a/ceph-volume-linter/build/build b/ceph-volume-unit-tests/build/build similarity index 100% rename from ceph-volume-linter/build/build rename to ceph-volume-unit-tests/build/build diff --git a/ceph-volume-linter/build/teardown b/ceph-volume-unit-tests/build/teardown similarity index 100% rename from ceph-volume-linter/build/teardown rename to ceph-volume-unit-tests/build/teardown diff --git a/ceph-volume-linter/config/definitions/ceph-volume-pr.yml b/ceph-volume-unit-tests/config/definitions/ceph-volume-pr.yml similarity index 93% rename from ceph-volume-linter/config/definitions/ceph-volume-pr.yml rename to ceph-volume-unit-tests/config/definitions/ceph-volume-pr.yml index 4924fa83..3b947c9f 100644 --- a/ceph-volume-linter/config/definitions/ceph-volume-pr.yml +++ b/ceph-volume-unit-tests/config/definitions/ceph-volume-pr.yml @@ -1,6 +1,6 @@ - job: - name: ceph-volume-linter - display-name: 'ceph-volume: Pull Request linter tests' + name: ceph-volume-unit-tests + display-name: 'ceph-volume: Pull Request unit tests' node: small && centos9 project-type: freestyle defaults: global @@ -38,7 +38,7 @@ - github-pull-request: cancel-builds-on-update: true only-trigger-phrase: true - trigger-phrase: 'jenkins test ceph-volume linter' + trigger-phrase: 'jenkins ceph-volume unit tests' github-hooks: true permit-all: true auto-close-on-fail: false @@ -62,7 +62,7 @@ - inject: properties-content: | GITHUB_REPOSITORY="ceph/ceph" - GITHUB_STATUS_CONTEXT="ceph-volume linter tests" + GITHUB_STATUS_CONTEXT="ceph-volume unit tests" GITHUB_STATUS_STARTED="running" GITHUB_STATUS_SUCCESS="OK" GITHUB_STATUS_FAILURE="failed" -- 2.39.5