Skip to content
Snippets Groups Projects
Commit b46be0d1 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1322: ci: confine docker and macOS jobs to main repository

parents 1e05058b 2b510883
Branches
Tags
2 merge requests!1327Update manager branch with the newest changes from master,!1322ci: confine docker and macOS jobs to main repository
Pipeline #101707 passed with stages
in 5 minutes
......@@ -27,7 +27,6 @@ stages:
- deploy
- pkgtest
# https://docs.gitlab.com/ce/ci/jobs/job_control.html#select-different-runner-tags-for-each-parallel-matrix-job
.multi_platform: &multi_platform
parallel:
......@@ -115,9 +114,9 @@ build-asan:
build:macOS:
<<: *nodep
except:
only:
refs:
- branches@knot/security/knot-resolver
- branches@knot/knot-resolver
stage: build
when: delayed
start_in: 3 minutes # allow some time for mirroring, job creation
......@@ -129,6 +128,9 @@ docker:
stage: build
image: docker:latest
<<: *multi_platform
only:
refs:
- branches@knot/knot-resolver
tags:
- ${PLATFORM}
- dind
......@@ -356,6 +358,9 @@ pkgtest:
pytests:
# these are executed on LXC runners to increase stability
image: $CI_REGISTRY/knot/knot-resolver/ci/lxc-debian-11:knot-$KNOT_VERSION
only:
refs:
- branches@knot/knot-resolver
needs: []
tags:
- lxc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment