mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Jenkins: Migrate workers to Hirsute Hippo
Groovy is EOLed on 2021-07-22. Fixes: #2769 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
a94fa77621
commit
fb2e8b6817
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -24,7 +24,7 @@ pipeline{
|
||||
stage ('Build') {
|
||||
parallel {
|
||||
stage ('Worker build') {
|
||||
agent { node { label 'groovy' } }
|
||||
agent { node { label 'hirsute' } }
|
||||
stages {
|
||||
stage ('Checkout') {
|
||||
steps {
|
||||
@@ -83,7 +83,7 @@ pipeline{
|
||||
}
|
||||
}
|
||||
stage ('Worker build (musl)') {
|
||||
agent { node { label 'groovy' } }
|
||||
agent { node { label 'hirsute' } }
|
||||
stages {
|
||||
stage ('Checkout') {
|
||||
steps {
|
||||
@@ -179,7 +179,7 @@ pipeline{
|
||||
}
|
||||
}
|
||||
stage ('Worker build - Windows guest') {
|
||||
agent { node { label 'groovy' } }
|
||||
agent { node { label 'hirsute' } }
|
||||
stages {
|
||||
stage ('Checkout') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user