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
+ 2
2
@@ -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
@@ -403,7 +403,7 @@ sync-e2e-benchmark:
- *tags_api_smoketest_negative-script
- *mock_tests-script
- *hive_api_smoketest-script
# - *api-smoketest-benchmark-script
- *api-smoketest-benchmark-script
artifacts:
when: always
paths:
Loading