From a988ebe9bee3c144b3d2596c78469b25e1e1b7be Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 13 Jun 2021 11:02:47 +0200 Subject: [PATCH] Rename xtestingci to xtesting-ci MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I052d6d9024fe50a81f79af57a60685c170a0df54 Signed-off-by: Cédric Ollivier --- jjb/functest/xtestingci.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/jjb/functest/xtestingci.yaml b/jjb/functest/xtestingci.yaml index 8ef545d21..345fa11ef 100644 --- a/jjb/functest/xtestingci.yaml +++ b/jjb/functest/xtestingci.yaml @@ -1,6 +1,6 @@ --- - builder: - name: xtestingci-tests + name: xtesting-ci-tests builders: - shell: | set +x @@ -17,29 +17,29 @@ ansible-playbook -vv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml - parameter: - name: xtestingci-slave + name: xtesting-ci-slave parameters: - label: name: slave default: '{slave}' - job-template: - name: 'xtestingci-tests-{playbook}' + name: 'xtesting-ci-tests-{playbook}' parameters: - - xtestingci-slave: + - xtesting-ci-slave: slave: '{slave}' properties: - build-blocker: use-build-blocker: true blocking-level: 'NODE' blocking-jobs: - - '^xtestingci-tests-.*$' + - '^xtesting-ci-tests-.*$' builders: - - xtestingci-tests: + - xtesting-ci-tests: playbook: '{playbook}' - project: - name: xtestingci-tests + name: xtesting-ci-tests slave: lf-virtual1 playbook: - all @@ -60,10 +60,10 @@ - k8s_gitlab_kind3 jobs: - - 'xtestingci-tests-{playbook}' + - 'xtesting-ci-tests-{playbook}' - view: - name: xtestingci + name: xtesting-ci view-type: list columns: - status @@ -72,4 +72,4 @@ - last-success - last-failure - last-duration - regex: ^xtestingci-tests-.*$ + regex: ^xtesting-ci-tests-.*$ -- 2.16.6