mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 04:07:21 +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:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user