Skip to content
Snippets Groups Projects
Commit b9ebd982 authored by Jakob Maljaars's avatar Jakob Maljaars
Browse files

Merge branch '31-schedule-oskar-comparison' into 'master'

Resolve "Schedule OSKAR comparison only once a week"

Closes #31

See merge request !27
parents f8255241 01e723b5
No related branches found
No related tags found
1 merge request!27Resolve "Schedule OSKAR comparison only once a week"
Pipeline #2338 passed
...@@ -21,6 +21,8 @@ build-base: ...@@ -21,6 +21,8 @@ build-base:
- docker push $CI_REGISTRY_IMAGE:base - docker push $CI_REGISTRY_IMAGE:base
clang-format: clang-format:
except:
- schedules
stage: format-and-test stage: format-and-test
image: $CI_REGISTRY_IMAGE:base image: $CI_REGISTRY_IMAGE:base
before_script: before_script:
...@@ -33,6 +35,8 @@ clang-format: ...@@ -33,6 +35,8 @@ clang-format:
test-and-coverage: test-and-coverage:
stage: format-and-test stage: format-and-test
image: $CI_REGISTRY_IMAGE:base image: $CI_REGISTRY_IMAGE:base
except:
- schedules
dependencies: dependencies:
- build-base - build-base
before_script: before_script:
...@@ -63,6 +67,8 @@ build-everybeam: ...@@ -63,6 +67,8 @@ build-everybeam:
build-oskar: build-oskar:
stage: oskar-comparison stage: oskar-comparison
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
only:
- schedules
dependencies: dependencies:
- build-everybeam - build-everybeam
before_script: before_script:
...@@ -83,6 +89,8 @@ build-oskar: ...@@ -83,6 +89,8 @@ build-oskar:
build-doc: build-doc:
stage: build-doc stage: build-doc
except:
- schedules
script: script:
- > - >
docker run docker run
...@@ -98,6 +106,8 @@ build-doc: ...@@ -98,6 +106,8 @@ build-doc:
deploy-doc: deploy-doc:
stage: deploy-doc stage: deploy-doc
except:
- schedules
before_script: before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
...@@ -159,6 +169,8 @@ deploy-doc: ...@@ -159,6 +169,8 @@ deploy-doc:
deploy: deploy:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
except:
- schedules
only: only:
- master - master
stage: deploy stage: deploy
......
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