mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
Add cgroup1 as filter label
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
93425218eb
commit
5b983ac653
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline {
|
|||||||
parallel {
|
parallel {
|
||||||
stage('alpine') {
|
stage('alpine') {
|
||||||
agent {
|
agent {
|
||||||
label 'ubuntu && amd64 && !zfs'
|
label 'ubuntu-2004 && amd64 && !zfs && cgroup1'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
buildImage('alpine')
|
buildImage('alpine')
|
||||||
@ -31,7 +31,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('debian') {
|
stage('debian') {
|
||||||
agent {
|
agent {
|
||||||
label 'ubuntu && amd64 && !zfs'
|
label 'ubuntu-2004 && amd64 && !zfs && cgroup1'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
buildImage('debian')
|
buildImage('debian')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user