Add newer cluster-autoscaler versions to Docker Hub
Updated golang version since it's required for 1.26+ Removing builds for 1.24 and below - since those are long time end of life Bumping build job timeout to 3600s since it's timing out now Change-Id: I1a40f10d438281c2cbd9a0c73c24d311f7c57b3f
This commit is contained in:
parent
a1c07c02d7
commit
4eef6e8290
@ -31,7 +31,7 @@
|
||||
post-run: playbooks/container-builder-copy-logs.yaml
|
||||
roles:
|
||||
- zuul: openstack/openstack-zuul-jobs
|
||||
timeout: 1800
|
||||
timeout: 3600
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^api-ref/.*$
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.17.7 as builder
|
||||
FROM golang:1.21.4 as builder
|
||||
|
||||
ARG AUTOSCALER_VERSION
|
||||
|
||||
|
@ -24,9 +24,16 @@ helm_versions:
|
||||
- version: v3.2.0
|
||||
|
||||
cluster_autoscaler_versions:
|
||||
- version: 1.18.3
|
||||
- version: 1.19.1
|
||||
- version: 1.20.0
|
||||
- version: 1.21.0
|
||||
- version: 1.22.0
|
||||
- version: 1.23.0
|
||||
- version: 1.25.0
|
||||
- version: 1.25.1
|
||||
- version: 1.25.2
|
||||
- version: 1.25.3
|
||||
- version: 1.26.0
|
||||
- version: 1.26.1
|
||||
- version: 1.26.2
|
||||
- version: 1.26.3
|
||||
- version: 1.26.4
|
||||
- version: 1.27.1
|
||||
- version: 1.27.2
|
||||
- version: 1.27.3
|
||||
- version: 1.28.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user