Rename xtestingci to xtesting-ci 81/72681/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 13 Jun 2021 09:02:47 +0000 (11:02 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 13 Jun 2021 09:02:47 +0000 (11:02 +0200)
Change-Id: I052d6d9024fe50a81f79af57a60685c170a0df54
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/xtestingci.yaml

index 8ef545d..345fa11 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - builder:
-    name: xtestingci-tests
+    name: xtesting-ci-tests
     builders:
       - shell: |
           set +x
           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
       - 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-.*$