build: Switch base to hirsute as an experiment

As an experiment switch back to hirsute to see if the CI failure /
timeout rate decreases.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-12-10 15:24:27 +00:00
parent be5fd7c572
commit 35d3c1f611

8
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline{
stage ('Build') { stage ('Build') {
parallel { parallel {
stage ('Worker build') { stage ('Worker build') {
agent { node { label 'impish' } } agent { node { label 'hirsute' } }
environment { environment {
AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b') AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b')
} }
@ -87,7 +87,7 @@ pipeline{
} }
} }
stage ('Worker build (musl)') { stage ('Worker build (musl)') {
agent { node { label 'impish' } } agent { node { label 'hirsute' } }
environment { environment {
AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b') AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b')
} }
@ -187,7 +187,7 @@ pipeline{
} }
} }
stage ('Worker build - Windows guest') { stage ('Worker build - Windows guest') {
agent { node { label 'impish' } } agent { node { label 'hirsute' } }
environment { environment {
AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b') AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b')
} }
@ -227,7 +227,7 @@ pipeline{
} }
} }
stage ('Worker build - Live Migration') { stage ('Worker build - Live Migration') {
agent { node { label 'impish-small' } } agent { node { label 'hirsute-small' } }
stages { stages {
stage ('Checkout') { stage ('Checkout') {
steps { steps {