Skip to content
Snippets Groups Projects
Commit 4e07e4ea authored by Éloïs's avatar Éloïs
Browse files

ci: add stage schedule

parent fc98c98c
No related branches found
No related tags found
No related merge requests found
stages: stages:
- schedule
- labels - labels
- quality - quality
- build - build
...@@ -17,6 +18,15 @@ workflow: ...@@ -17,6 +18,15 @@ workflow:
- Cargo.toml - Cargo.toml
- Cargo.lock - Cargo.lock
sanity_tests:
extends: .env
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_TOPIC=="sanity-tests"'
- when: never
stage: schedule
script:
- cargo sanity-${CURRENCY}
check_labels: check_labels:
extends: .env extends: .env
stage: labels stage: labels
...@@ -134,15 +144,6 @@ build_release_manual: ...@@ -134,15 +144,6 @@ build_release_manual:
- build/ - build/
expire_in: 3 day expire_in: 3 day
sanity_tests:
extends: .env
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- when: never
stage: tests
script:
- cargo sanity-gdev
tests_debug: tests_debug:
extends: .env extends: .env
rules: rules:
......
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