summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-09-18 17:45:27 +0000
committerDave Wallace <dwallacelf@gmail.com>2020-09-18 17:45:27 +0000
commit7d38249628969cc514c7cc28a1b7af7cf28780c9 (patch)
tree6ff547d3626129f06b17211b54699b63d09d6cbd
parenta7c585907f6b8c3bf5ae2e4a82dd64250dadaa5d (diff)
Fix bad node definition for vpp-verify-{stream}-debug
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I199c3030231325b6e6b18fa7dded7626f12f1d3d
-rw-r--r--jjb/vpp/vpp.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 546f54b7..b761f39a 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -8,6 +8,7 @@
project: 'vpp'
executor-arch: 'x86_64'
+ executor-os: 'ubuntu1804'
os:
- ubuntu1804:
repo-os-part: 'ubuntu.bionic.main'
@@ -567,7 +568,7 @@
name: 'vpp-verify-{stream}-debug'
project-type: freestyle
- node: 'builder-{os}-prod-{executor-arch}'
+ node: 'builder-{executor-os}-prod-{executor-arch}'
concurrent: true
archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core'