Skip to content

Commit

Permalink
Use older ci image for compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Mar 2, 2024
1 parent 7ec421c commit 90cfa34
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,9 @@ before_script:
- merge_requests
- schedules

build:helper:
stage: build
image: aistorage/ci:latest
timeout: 10m
<<: *default_only_def
script:
- cd ais-deploy-helper
- make build

build:operator:lint:
stage: build
image: aistorage/ci:latest
image: aistorage/ci:v3.22
timeout: 10m
<<: *default_only_def
script:
Expand All @@ -48,7 +39,7 @@ build:operator:lint:

build:operator:
stage: build
image: aistorage/ci:latest
image: aistorage/ci:v3.22
timeout: 10m
<<: *default_only_def
script:
Expand All @@ -57,7 +48,7 @@ build:operator:
operator:minikube:short:
stage: test:short
needs: ["build:operator:lint", "build:operator"]
image: aistorage/ci:latest
image: aistorage/ci:v3.22
<<: *default_only_def
tags:
- ais-k8s
Expand All @@ -68,7 +59,7 @@ operator:minikube:short:
operator:minikube:long:
stage: test:long
needs: ["operator:minikube:short"]
image: aistorage/ci:latest
image: aistorage/ci:v3.22
tags:
- ais-k8s
timeout: 40m
Expand All @@ -86,7 +77,7 @@ operator:minikube:long:
operator:minikube:metallb:
stage: test:long
needs: ["operator:minikube:short"]
image: aistorage/ci:latest
image: aistorage/ci:v3.22
variables:
# NOTE: No particular reason why these addresses would be unavailable.
EXTERNAL_ADDRESSES: 172.20.0.100–172.20.0.120
Expand All @@ -112,7 +103,7 @@ operator:minikube:metallb:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
# If minikube fails - don't bother to try GCP.
needs: ["operator:minikube:short"]
image: aistorage/ci:latest
image: aistorage/ci:v3.22
timeout: 60m
variables:
GOOGLE_APPLICATION_CREDENTIALS: "/tmp/gcs.json"
Expand Down

0 comments on commit 90cfa34

Please sign in to comment.