Skip to content

Commit

Permalink
Configured jobs to use new defaults - ref. common-ci-configuration#1
Browse files Browse the repository at this point in the history
  • Loading branch information
Forinil committed Sep 11, 2023
1 parent 72da8bb commit 5b7f9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variables:

include:
- project: hive/haf
ref: 94183788111c2f6f650859ad11bebbf867aa5010 # develop
ref: 365b6663b6ebc0cd00fe01f822a02ed16c294df5 # develop
file: /scripts/ci-helpers/prepare_data_image_job.yml

workflow:
Expand Down Expand Up @@ -238,6 +238,8 @@ cleanup_haf_cache_manual:
- data-cache-storage

sync_e2e_benchmark:
extends: .job-defaults
timeout: 2h
image: $CI_REGISTRY_IMAGE/ci_base_image:3.8
stage: sync-e2e-benchmark
interruptible: true
Expand Down Expand Up @@ -430,6 +432,7 @@ Trigger benchmark-results-collector:
- if: '$CI_COMMIT_BRANCH == "develop"'
when: on_success
- when: manual
allow_failure: true
variables:
ARTIFACTS_URL: https://gitlab.syncad.com/api/v4/projects/$CI_PROJECT_ID/jobs/$ARTIFACTS_JOB_ID/artifacts
PRIVATE_TOKEN: $READ_ARTIFACT_ACCESS_TOKEN
Expand Down

0 comments on commit 5b7f9e9

Please sign in to comment.