mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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:
parent
be5fd7c572
commit
35d3c1f611
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -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 {
|
||||||
@ -296,4 +296,4 @@ def installAzureCli() {
|
|||||||
sh "echo \"deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ hirsute main\" | sudo tee /etc/apt/sources.list.d/azure-cli.list"
|
sh "echo \"deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ hirsute main\" | sudo tee /etc/apt/sources.list.d/azure-cli.list"
|
||||||
sh "sudo apt update"
|
sh "sudo apt update"
|
||||||
sh "sudo apt install -y azure-cli"
|
sh "sudo apt install -y azure-cli"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user