diff options
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 6c7290d2a..392decea2 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -30,19 +30,19 @@ ansible-playbook -vvvv ~/.ansible/roles/collivier.xtesting/tests/{playbook}.yml - parameter: - name: xtesting-ci-slave + name: xtesting-ci-node parameters: - label: - name: slave - default: '{slave}' + name: node + default: '{node}' - job-template: name: 'xtesting-ci-tests-{release}-{playbook}' triggers: - timed: '@daily' parameters: - - xtesting-ci-slave: - slave: '{slave}' + - xtesting-ci-node: + node: '{node}' properties: - build-blocker: use-build-blocker: true @@ -56,7 +56,7 @@ - project: name: xtesting-ci-tests - slave: lf-virtual1 + node: lf-virtual1 playbook: - all - proxy |