Skip to content

Commit

Permalink
Added reference to common-ci-configuration repo, all jobs inherit .jo…
Browse files Browse the repository at this point in the history
…b-defaults base.
  • Loading branch information
vogel76 committed Nov 14, 2023
1 parent b354ba3 commit de73e4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ include:
ref: 9aa55020b9cddaed0f320d2da4ea22a6ef494069 # develop
file: /scripts/ci-helpers/prepare_data_image_job.yml

- project: 'hive/common-ci-configuration'
ref: 7c58303ffb61d91ef9662ec20e7b498bc6f62b8f
file:
- '/templates/base.gitlab-ci.yml'


workflow:
rules:
- if: '$CI_MERGE_REQUEST_IID'
Expand Down Expand Up @@ -299,6 +305,7 @@ cleanup_haf_cache_manual:
- data-cache-storage

download_await:
extends: .job-defaults
image: $CI_REGISTRY_IMAGE/ci-base-image:python-3.8-slim-2
stage: prepare
variables:
Expand All @@ -316,6 +323,7 @@ download_await:
- data-cache-storage

sync:
extends: .job-defaults
image:
name: $HIVEMIND_IMAGE
entrypoint: [""]
Expand Down

0 comments on commit de73e4b

Please sign in to comment.