mirror of https://github.com/docker/compose.git
Merge pull request #8133 from docker/fix-release-jenkins
Add cgroup1 as filter label
This commit is contained in:
commit
42c2cfd7a6
|
@ -23,7 +23,7 @@ pipeline {
|
|||
parallel {
|
||||
stage('alpine') {
|
||||
agent {
|
||||
label 'ubuntu && amd64 && !zfs'
|
||||
label 'ubuntu-2004 && amd64 && !zfs && cgroup1'
|
||||
}
|
||||
steps {
|
||||
buildImage('alpine')
|
||||
|
@ -31,7 +31,7 @@ pipeline {
|
|||
}
|
||||
stage('debian') {
|
||||
agent {
|
||||
label 'ubuntu && amd64 && !zfs'
|
||||
label 'ubuntu-2004 && amd64 && !zfs && cgroup1'
|
||||
}
|
||||
steps {
|
||||
buildImage('debian')
|
||||
|
|
Loading…
Reference in New Issue