Skip to content
Snippets Groups Projects

Native Step Runner Integration for Docker Executor

Merged Axel von Bertoldi requested to merge avonbertoldi/47414/steps-integration-docker into main
1 file
+ 19
0
Compare changes
  • Side-by-side
  • Inline
@@ -365,6 +365,25 @@ integration_k8s:
gitlab.com/gitlab-org/gitlab-runner/executors/kubernetes \
-- -timeout=30m
integration_steps:
extends:
- .rules:merge_request_pipelines:no_docs
- .go-cache
needs:
- 'clone test repo'
- 'prepare done'
stage: test
allow_failure: true # this is temporary
before_script:
- make splitic
script:
- >
splitic test \
-tags integration,steps \
-env-passthrough ./scripts/envs/allowlist_common.env -env-passthrough ./scripts/envs/allowlist_unix.env \
gitlab.com/gitlab-org/gitlab-runner/executors/kubernetes \
-- -timeout=10m
mage tests:
extends:
- .rules:merge_request_pipelines:no_docs
Loading