Skip to content
Snippets Groups Projects

New implementation of docker executors on CI server

Merged Wojciech Barcik requested to merge wb-new-docker-executor into develop
All threads resolved!
+ 3
1
@@ -131,7 +131,7 @@ dk-hivemind-sync:
needs:
- job: dk-hivemind-sync
artifacts: true
allow_failure: true
allow_failure: false
before_script:
- *dk-start-timer
- *dk-fetch-git-tags
@@ -299,6 +299,8 @@ dk-mock_tests:
dk-api-smoketest-benchmark:
stage: benchmark-tests
extends: .dk-test-common
# Temporary failure (when any call is longer than 1s is allowed)
allow_failure: true
script:
- |
./scripts/ci/start-api-benchmarks.sh \
Loading