Skip to content

Commit

Permalink
gitlab-ci: Allow customizing CI image
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Oct 8, 2024
1 parent e9b57f8 commit 88beada
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
image: aistorage/ci:latest

stages:
- build
- test-short
- test-long
- security

include:
- project: pstooling/gitlab-templates
ref: main
file: /templates/static-analysis/Checkmarx-main-csv.gitlab-ci.yml

variables:
MODE: debug # run aistore and tests with debug asserts enabled
CI_IMAGE: aistorage/ci:latest
RUNNER_TAG: "ais"
RUNNER_TAG_K8s: "ais-k8s"
SCRIPTS_DIR: "./scripts"
Expand All @@ -32,6 +20,19 @@ variables:
value: "$GCP_JSON_FILE"
description: "Gitlab file variable containing credentials for GCP"

image: $CI_IMAGE

stages:
- build
- test-short
- test-long
- security

include:
- project: pstooling/gitlab-templates
ref: main
file: /templates/static-analysis/Checkmarx-main-csv.gitlab-ci.yml


# Templates

Expand Down

0 comments on commit 88beada

Please sign in to comment.