diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81d034c4..87f27dcc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,13 +33,8 @@ stages: - release default: - tags: - - k8s - retry: - max: 2 - when: - - runner_system_failure - - stuck_or_timeout_failure + tags: !reference [.qa-common-default-runner, tags] + retry: !reference [.qa-common-default-retry, retry] cache: key: files: @@ -54,6 +49,8 @@ include: - project: 'Northern.tech/Mender/mendertesting' file: - '.gitlab-ci-github-status-updates.yml' + - qa-common/runner.yml + - qa-common/retry.yml lint: stage: test @@ -71,6 +68,8 @@ format: test: stage: test + tags: + - k8s needs: [] script: - npm ci @@ -78,6 +77,8 @@ test: build: stage: build + tags: + - k8s needs: [] script: - npm ci