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:
Michal Nasiadka 2023-11-09 10:07:48 +01:00
parent a1c07c02d7
commit 4eef6e8290
3 changed files with 15 additions and 8 deletions

View File

@ -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/.*$

View File

@ -1,4 +1,4 @@
FROM golang:1.17.7 as builder
FROM golang:1.21.4 as builder
ARG AUTOSCALER_VERSION

View File

@ -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