diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-06-13 11:02:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-06-13 11:02:47 +0200 |
commit | a988ebe9bee3c144b3d2596c78469b25e1e1b7be (patch) | |
tree | 1ce8b97d91656c7dfa69852d6004fd51a3eb347b /jjb | |
parent | fc5fa99fff2be8e70d06c3b4c54d66a79e9bb085 (diff) |
Rename xtestingci to xtesting-ci
Change-Id: I052d6d9024fe50a81f79af57a60685c170a0df54
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtestingci.yaml | 20 |
1 files 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-.*$ |