Skip to content
Snippets Groups Projects
Verified Commit 333ea593 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CI] Added ogs tag to use specific runners.

parent 1732de15
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
- scripts/ci/extends/template-build-dockerfile.yml - scripts/ci/extends/template-build-dockerfile.yml
tags: tags:
- docker-shell - docker-shell
- ogs
variables: variables:
GIT_LFS_SKIP_SMUDGE: "1" GIT_LFS_SKIP_SMUDGE: "1"
script: script:
......
.template-build-linux: .template-build-linux:
stage: build stage: build
tags:
- ogs
extends: extends:
- .defaults - .defaults
- .test-artifacts - .test-artifacts
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
tags: tags:
- windows - windows
- ogs
extends: extends:
- .defaults - .defaults
......
...@@ -6,6 +6,7 @@ build gui mac: ...@@ -6,6 +6,7 @@ build gui mac:
artifacts: false artifacts: false
tags: tags:
- mac - mac
- ogs
rules: rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"' - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- changes: - changes:
......
...@@ -3,6 +3,7 @@ build mac: ...@@ -3,6 +3,7 @@ build mac:
tags: tags:
- mac - mac
- ogs
variables: variables:
BUILD_DIR: "build-mac" BUILD_DIR: "build-mac"
......
...@@ -6,6 +6,7 @@ build gcc images: ...@@ -6,6 +6,7 @@ build gcc images:
- scripts/ci/jobs/build_image.yml - scripts/ci/jobs/build_image.yml
tags: tags:
- docker-shell - docker-shell
- ogs
variables: variables:
GIT_LFS_SKIP_SMUDGE: "1" GIT_LFS_SKIP_SMUDGE: "1"
extends: .container-maker-setup extends: .container-maker-setup
...@@ -30,6 +31,7 @@ build xunit-to-junit image: ...@@ -30,6 +31,7 @@ build xunit-to-junit image:
- scripts/ci/jobs/build_image.yml - scripts/ci/jobs/build_image.yml
tags: tags:
- docker-shell - docker-shell
- ogs
variables: variables:
GIT_LFS_SKIP_SMUDGE: "1" GIT_LFS_SKIP_SMUDGE: "1"
script: script:
...@@ -48,6 +50,7 @@ build pre-commit image: ...@@ -48,6 +50,7 @@ build pre-commit image:
- scripts/ci/jobs/build_image.yml - scripts/ci/jobs/build_image.yml
tags: tags:
- docker-shell - docker-shell
- ogs
variables: variables:
GIT_LFS_SKIP_SMUDGE: "1" GIT_LFS_SKIP_SMUDGE: "1"
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment