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
Compare and Show latest version
15 files
+ 223
53
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -16,9 +16,12 @@ trigger runner-incept tests:
@@ -16,9 +16,12 @@ trigger runner-incept tests:
- "binaries: [linux/amd64 linux/arm64]"
- "binaries: [linux/amd64 linux/arm64]"
- "binaries: [linux/s390x linux/ppc64le]"
- "binaries: [linux/s390x linux/ppc64le]"
- "helper images: [alpine]"
- "helper images: [alpine]"
 
- "development docker images"
 
- "development helper docker images"
stage: postrelease
stage: postrelease
variables:
variables:
UPSTREAM_CI_COMMIT_REF: $UPSTREAM_CI_COMMIT_REF
UPSTREAM_CI_COMMIT_REF: $UPSTREAM_CI_COMMIT_REF
 
UPSTREAM_CI_COMMIT_SHORT_SHA: $CI_COMMIT_SHORT_SHA
trigger:
trigger:
project: gitlab-org/ci-cd/tests/runner-incept
project: gitlab-org/ci-cd/tests/runner-incept
# strategy: depend
# strategy: depend
Loading