ci: pin builds to hosts with specific Go version

Otherwise Go version upgrades are a pain due to randomly hitting a host
with newer version of Go compiler.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-05-11 10:55:00 +02:00 committed by Jakub
parent 6b9f9a896a
commit 57e5fd66fa
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
library 'status-jenkins-lib@v1.3.3'
pipeline {
agent { label 'linux' }
agent { label 'linux && x86_64 && go-1.17' }
parameters {
string(

View file

@ -1,7 +1,7 @@
library 'status-jenkins-lib@v1.3.3'
pipeline {
agent { label 'macos && x86_64' }
agent { label 'macos && x86_64 && go-1.17' }
parameters {
string(

View file

@ -1,7 +1,7 @@
library 'status-jenkins-lib@v1.3.3'
pipeline {
agent { label 'linux' }
agent { label 'linux && x86_64 && go-1.17' }
parameters {
string(

View file

@ -1,7 +1,7 @@
library 'status-jenkins-lib@v1.3.3'
pipeline {
agent { label 'linux' }
agent { label 'linux && x86_64 && go-1.17' }
parameters {
string(