[CI] Add a specific label to non-SGX jobs

This commit is contained in:
Don Porter
2020-07-10 00:34:45 +00:00
committed by Dmitrii Kuvaiskii
parent 151ec2cc56
commit 42cde6f7e7
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
pipeline {
agent {
dockerfile { filename 'Jenkinsfiles/ubuntu-16.04.dockerfile' }
dockerfile { filename 'Jenkinsfiles/ubuntu-16.04.dockerfile'
label 'nonsgx_slave'
}
}
stages {
stage('Lint') {
+3 -1
View File
@@ -1,6 +1,8 @@
pipeline {
agent {
dockerfile { filename 'Jenkinsfiles/ubuntu-18.04.dockerfile' }
dockerfile { filename 'Jenkinsfiles/ubuntu-18.04.dockerfile'
label 'nonsgx_slave'
}
}
stages {
stage('Lint') {
+3 -1
View File
@@ -1,6 +1,8 @@
pipeline {
agent {
dockerfile { filename 'Jenkinsfiles/ubuntu-16.04.dockerfile' }
dockerfile { filename 'Jenkinsfiles/ubuntu-16.04.dockerfile'
label 'nonsgx_slave'
}
}
stages {
stage('Lint') {
+3 -1
View File
@@ -1,6 +1,8 @@
pipeline {
agent {
dockerfile { filename 'Jenkinsfiles/ubuntu-18.04.dockerfile' }
dockerfile { filename 'Jenkinsfiles/ubuntu-18.04.dockerfile'
label 'nonsgx_slave'
}
}
stages {
stage('Lint') {