summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/docs.yaml
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-09-17 01:05:25 +0000
committerDave Wallace <dwallacelf@gmail.com>2020-09-18 14:06:00 +0000
commit245a2905c182dcfb72fb40399c2a2276014786ef (patch)
treed841f94a2ec2d7286585c595d9e053cc2e2b0848 /jjb/vpp/docs.yaml
parentab3c0c92ba98a906f36f61c5dd6520c78aed81c3 (diff)
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 <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/vpp/docs.yaml')
-rw-r--r--jjb/vpp/docs.yaml16
1 files changed, 8 insertions, 8 deletions
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'