mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 05:41:37 +00:00
[CI] Add a specific label to non-SGX jobs
This commit is contained in:
committed by
Dmitrii Kuvaiskii
parent
151ec2cc56
commit
42cde6f7e7
+3
-1
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user