From 245a2905c182dcfb72fb40399c2a2276014786ef Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 17 Sep 2020 01:05:25 +0000 Subject: Update vpp non-voting jobs to use new jenkins labels - revert use of node-arch in vpp/docs.yaml, instead use 'executor-arch' Change-Id: I5102f56ecc2254822f8d0c51aa596cab9cc7b365 Signed-off-by: Dave Wallace --- jjb/vpp/docs.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'jjb/vpp/docs.yaml') diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index c9db4cc18..84ed58c8b 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -8,7 +8,7 @@ - 'vpp-make-test-docs-verify-{stream}' project: 'vpp' - node-arch: 'x86_64' + executor-arch: 'x86_64' os: 'ubuntu1804' stream: @@ -30,7 +30,7 @@ - 'vpp-sphinx-docs-verify-{stream}' project: 'vpp' - node-arch: 'x86_64' + executor-arch: 'x86_64' os: 'ubuntu1804' stream: @@ -41,7 +41,7 @@ name: 'vpp-docs-verify-{stream}' project-type: freestyle - node: 'builder-{os}-prod-{node-arch}' + node: 'builder-{os}-prod-{executor-arch}' concurrent: true allow-empty: 'true' fingerprint: false @@ -108,7 +108,7 @@ name: 'vpp-docs-merge-{stream}' project-type: freestyle - node: 'builder-{os}-prod-{node-arch}' + node: 'builder-{os}-prod-{executor-arch}' concurrent: false archive-artifacts: '**/build-root/docs/html/*' allow-empty: 'true' @@ -194,7 +194,7 @@ name: 'vpp-sphinx-docs-verify-{stream}' project-type: freestyle - node: 'builder-{os}-prod-{node-arch}' + node: 'builder-{os}-prod-{executor-arch}' concurrent: true allow-empty: 'true' fingerprint: false @@ -274,7 +274,7 @@ name: 'vpp-sphinx-docs-merge-{stream}' project-type: freestyle - node: 'builder-{os}-prod-{node-arch}' + node: 'builder-{os}-prod-{executor-arch}' concurrent: false archive-artifacts: 'docs/_build/html/*' allow-empty: 'true' @@ -352,7 +352,7 @@ name: 'vpp-make-test-docs-verify-{stream}' project-type: freestyle - node: 'builder-{os}-prod-{node-arch}' + node: 'builder-{os}-prod-{executor-arch}' concurrent: true allow-empty: 'true' fingerprint: false @@ -419,7 +419,7 @@ name: 'vpp-make-test-docs-merge-{stream}' project-type: freestyle - node: 'builder-{os}-prod-{node-arch}' + node: 'builder-{os}-prod-{executor-arch}' concurrent: false archive-artifacts: '**/build-root/build-test/doc/html/*' allow-empty: 'true' -- cgit 1.2.3-korg