mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
Tente un fixe pour la pipeline
This commit is contained in:
parent
845f52ae33
commit
bbdf05f4ce
@ -1,8 +1,8 @@
|
||||
include:
|
||||
- .gitlab/existing_valid_theme_set.yml
|
||||
- .gitlab/missing_tag_set.yml
|
||||
- .gitlab/unbalanced_set.yml
|
||||
- .gitlab/valid_set.yml
|
||||
# include:
|
||||
# - .gitlab/existing_valid_theme_set.yml
|
||||
# - .gitlab/missing_tag_set.yml
|
||||
# - .gitlab/unbalanced_set.yml
|
||||
# - .gitlab/valid_set.yml
|
||||
|
||||
stages:
|
||||
- Manifest
|
||||
@ -24,6 +24,7 @@ variables:
|
||||
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- changes:
|
||||
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||
script:
|
||||
@ -38,6 +39,11 @@ variables:
|
||||
when: on_success
|
||||
expire_in: "1 hour"
|
||||
|
||||
manifest-job/existing_valid_theme_set:
|
||||
variables:
|
||||
PACKAGE_NAME: existing_valid_theme_set
|
||||
extends: .manifest-job
|
||||
|
||||
.test-job:
|
||||
stage: Test
|
||||
image: python:latest
|
||||
@ -51,6 +57,13 @@ variables:
|
||||
- python -m pytest src/test_images.py --tb=line -rA --color=yes
|
||||
allow_failure: true
|
||||
|
||||
test-images-job/existing_valid_theme_set:
|
||||
needs:
|
||||
- manifest-job/existing_valid_theme_set
|
||||
variables:
|
||||
PACKAGE_NAME: existing_valid_theme_set
|
||||
extends: .test-job
|
||||
|
||||
# Jobs from here run Merged_results or Push/Merge Commits to the main branch. Tag is created on release so no run with tag creation
|
||||
.bundle-job:
|
||||
stage: Bundle
|
||||
|
@ -9,5 +9,5 @@
|
||||
"imageCredits": "©Thoscellen, ©BlueTwelve",
|
||||
"sunriseImageList": [],
|
||||
"displayName": "Stray",
|
||||
"sunsetImageList": [],
|
||||
"sunsetImageList": []
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user