Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update weights with VM runners #2712

Merged
merged 12 commits into from
Aug 1, 2023
Merged
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions scripts/ci/gitlab/pipeline/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ benchmarks-assets:
stage: benchmarks-run
timeout: 1d
extends:
- .docker-env
- .collect-artifacts
- .benchmarks-refs
before_script:
Expand All @@ -34,12 +35,13 @@ benchmarks-assets:
after_script:
- rm -rf .git/config
tags:
- weights
- weights-vm

benchmarks-collectives:
stage: benchmarks-run
timeout: 1d
extends:
- .docker-env
- .collect-artifacts
- .benchmarks-refs
before_script:
Expand All @@ -55,12 +57,13 @@ benchmarks-collectives:
after_script:
- rm -rf .git/config
tags:
- weights
- weights-vm

benchmarks-bridge-hubs:
stage: benchmarks-run
timeout: 1d
extends:
- .docker-env
- .collect-artifacts
- .benchmarks-refs
before_script:
Expand All @@ -78,4 +81,4 @@ benchmarks-bridge-hubs:
after_script:
- rm -rf .git/config
tags:
- weights
- weights-vm