summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/csit/csit-tox.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/jjb/csit/csit-tox.yaml b/jjb/csit/csit-tox.yaml
index 3999144e8..f5f7b2b1f 100644
--- a/jjb/csit/csit-tox.yaml
+++ b/jjb/csit/csit-tox.yaml
@@ -16,10 +16,12 @@
name: csit-validate
jobs:
- - 'csit-verify-tox-{stream}'
+ - 'csit-verify-tox-{stream}-{os}-{executor-arch}'
project: 'csit'
branch: 'master'
+ os: 'ubuntu2004'
+ executor-arch: 'x86_64'
stream:
- master:
branch: 'master'
@@ -33,15 +35,14 @@
branch: 'rls2101'
- job-template:
- name: 'csit-verify-tox-{stream}'
+ name: 'csit-verify-tox-{stream}-{os}-{executor-arch}'
project-type: freestyle
- node: ubuntu1804-us
+ node: 'builder-{os}-prod-{executor-arch}'
concurrent: true
archive-artifacts: '*.log'
latest-only: false
-
build-discarder:
daysToKeep: '{build-days-to-keep}'
numToKeep: '{build-num-to-keep}'