From a3e71132e0abc6d536911a8c9bdaabffa675ee64 Mon Sep 17 00:00:00 2001 From: Lukas Riedel Date: Tue, 23 Jan 2018 18:03:03 +0100 Subject: [PATCH] change all CI job tags to 'demeter' --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2239a657..e6e8b2ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: build:main: stage: build tags: - - docker + - demeter script: - CMAKE_FLAGS="-DDUNE_PYTHON_VIRTUALENV_SETUP=True -DDUNE_PYTHON_ALLOW_GET_PIP=True" MAKE_FLAGS="-j 2" ./dune-common/bin/dunecontrol --only=dorie all artifacts: @@ -26,7 +26,7 @@ build:main: build:update_dune: stage: build tags: - - docker + - demeter script: - ./dune-common/bin/dunecontrol update - ./dune-common/bin/dunecontrol exec "rm -rf build-cmake" @@ -40,7 +40,7 @@ build:update_dune: build:debug: stage: build tags: - - docker + - demeter script: - CMAKE_FLAGS="-DCMAKE_BUILD_TYPE=Debug -DDUNE_PYTHON_VIRTUALENV_SETUP=True -DDUNE_PYTHON_ALLOW_GET_PIP=True" MAKE_FLAGS="-j 2" ./dune-common/bin/dunecontrol --only=dorie all artifacts: @@ -52,7 +52,7 @@ build:debug: test:main: stage: test tags: - - docker + - demeter dependencies: - build:main allow_failure: true @@ -68,7 +68,7 @@ test:main: test:update_dune: stage: test tags: - - docker + - demeter dependencies: - build:update_dune allow_failure: true @@ -84,7 +84,7 @@ test:update_dune: deploy:build_docs: stage: deploy tags: - - docker + - demeter dependencies: - build:main script: -- GitLab