mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
try to get artifacts in child pipeline
This commit is contained in:
parent
16c58db078
commit
dca6a27f00
2 changed files with 7 additions and 7 deletions
|
|
@ -481,9 +481,4 @@ s3 dump:
|
|||
perf_able:
|
||||
stage: performance
|
||||
trigger:
|
||||
include: .gitlab/.perf-able-gitlab-ci.yml
|
||||
needs:
|
||||
- job: build for darwin amd64
|
||||
- job: build for darwin arm64
|
||||
- job: build for linux amd64
|
||||
- job: build for linux arm64
|
||||
include: .gitlab/.perf-able-gitlab-ci.yml
|
||||
|
|
@ -49,4 +49,9 @@ perf_able:
|
|||
- echo "executing local k6 in k6 container..."
|
||||
- k6 run ./qa/scripts/perf/able/script.js
|
||||
after_script:
|
||||
- ./qa/scripts/perf/able/ableTeardown.sh
|
||||
- ./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