Skip to content
Snippets Groups Projects

Compact all CI jobs to one

Merged Wojciech Barcik requested to merge wb-ci-all-in-one-job into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -387,7 +387,7 @@ sync-e2e-benchmark:
stage: sync-e2e-benchmark
needs: []
script:
- *hive-sync-script-common
# - *hive-sync-script-common
- ./scripts/ci/hive-server.sh start
- pip install tox
- touch tox-installed
@@ -411,6 +411,7 @@ sync-e2e-benchmark:
- pg-stats
- hive-sync-runner-id.txt
- tavern_benchmarks_report.html
- tests/tests_api/hivemind/tavern/**/*.out.json
reports:
junit: "*.xml"
expire_in: 7 days
Loading