mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
try deps another way
This commit is contained in:
parent
d126b8198f
commit
156552f8d4
2 changed files with 5 additions and 5 deletions
|
|
@ -484,6 +484,11 @@ perf_able:
|
|||
stage: performance
|
||||
trigger:
|
||||
include: .gitlab/.perf-able-gitlab-ci.yml
|
||||
dependencies:
|
||||
- build for darwin amd64
|
||||
- build for darwin arm64
|
||||
- build for linux amd64
|
||||
- build for linux arm64
|
||||
|
||||
s3 dump tag:
|
||||
stage: post build
|
||||
|
|
|
|||
|
|
@ -50,8 +50,3 @@ perf_able:
|
|||
- k6 run ./qa/scripts/perf/able/script.js
|
||||
after_script:
|
||||
- ./qa/scripts/perf/able/ableTeardown.sh
|
||||
dependencies:
|
||||
- build for darwin amd64
|
||||
- build for darwin arm64
|
||||
- build for linux amd64
|
||||
- build for linux arm64
|
||||
Loading…
Add table
Reference in a new issue