diff --git a/theforeman.org/pipelines/release/pipelines/candlepin.groovy b/theforeman.org/pipelines/release/pipelines/candlepin.groovy index 730a1b58..368a19ab 100644 --- a/theforeman.org/pipelines/release/pipelines/candlepin.groovy +++ b/theforeman.org/pipelines/release/pipelines/candlepin.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'el8' } + agent { label 'el' } options { timestamps() diff --git a/theforeman.org/pipelines/release/pipelines/client.groovy b/theforeman.org/pipelines/release/pipelines/client.groovy index 5d5d9e3d..c6bfd6ee 100644 --- a/theforeman.org/pipelines/release/pipelines/client.groovy +++ b/theforeman.org/pipelines/release/pipelines/client.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'el8' } + agent { label 'el' } options { timestamps() diff --git a/theforeman.org/pipelines/release/pipelines/foreman-pipeline.groovy b/theforeman.org/pipelines/release/pipelines/foreman-pipeline.groovy index 6fe5879f..24e051b0 100644 --- a/theforeman.org/pipelines/release/pipelines/foreman-pipeline.groovy +++ b/theforeman.org/pipelines/release/pipelines/foreman-pipeline.groovy @@ -10,7 +10,7 @@ pipeline { stages { stage('Staging Repoclosure') { - agent { label 'el8' } + agent { label 'el' } steps { script { diff --git a/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy b/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy index aa87cc38..fdcad92b 100644 --- a/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy +++ b/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'el8' } + agent { label 'el' } options { timestamps() diff --git a/theforeman.org/pipelines/release/pipelines/katello.groovy b/theforeman.org/pipelines/release/pipelines/katello.groovy index 597b155e..1e019788 100644 --- a/theforeman.org/pipelines/release/pipelines/katello.groovy +++ b/theforeman.org/pipelines/release/pipelines/katello.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'el8' } + agent { label 'el' } options { timestamps() diff --git a/theforeman.org/pipelines/release/pipelines/plugins.groovy b/theforeman.org/pipelines/release/pipelines/plugins.groovy index eec3099a..53a2f023 100644 --- a/theforeman.org/pipelines/release/pipelines/plugins.groovy +++ b/theforeman.org/pipelines/release/pipelines/plugins.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'el8' } + agent { label 'el' } options { timestamps() diff --git a/theforeman.org/pipelines/release/pipelines/pulpcore.groovy b/theforeman.org/pipelines/release/pipelines/pulpcore.groovy index ca97e5b7..002241a0 100644 --- a/theforeman.org/pipelines/release/pipelines/pulpcore.groovy +++ b/theforeman.org/pipelines/release/pipelines/pulpcore.groovy @@ -1,5 +1,5 @@ pipeline { - agent { label 'el8' } + agent { label 'el' } options { timestamps() diff --git a/theforeman.org/pipelines/test/simple-ruby.groovy b/theforeman.org/pipelines/test/simple-ruby.groovy index 64926416..9fab8022 100644 --- a/theforeman.org/pipelines/test/simple-ruby.groovy +++ b/theforeman.org/pipelines/test/simple-ruby.groovy @@ -1,7 +1,7 @@ def ruby = '2.7.6' pipeline { - agent { label 'el8' } + agent { label 'el' } options { timeout(time: 1, unit: 'HOURS') ansiColor('xterm')