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:
|
# include:
|
||||||
- .gitlab/existing_valid_theme_set.yml
|
# - .gitlab/existing_valid_theme_set.yml
|
||||||
- .gitlab/missing_tag_set.yml
|
# - .gitlab/missing_tag_set.yml
|
||||||
- .gitlab/unbalanced_set.yml
|
# - .gitlab/unbalanced_set.yml
|
||||||
- .gitlab/valid_set.yml
|
# - .gitlab/valid_set.yml
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Manifest
|
- Manifest
|
||||||
@ -24,6 +24,7 @@ variables:
|
|||||||
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
|
#- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == "cicd"
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
when: never
|
when: never
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
- changes:
|
- changes:
|
||||||
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||||
script:
|
script:
|
||||||
@ -38,6 +39,11 @@ variables:
|
|||||||
when: on_success
|
when: on_success
|
||||||
expire_in: "1 hour"
|
expire_in: "1 hour"
|
||||||
|
|
||||||
|
manifest-job/existing_valid_theme_set:
|
||||||
|
variables:
|
||||||
|
PACKAGE_NAME: existing_valid_theme_set
|
||||||
|
extends: .manifest-job
|
||||||
|
|
||||||
.test-job:
|
.test-job:
|
||||||
stage: Test
|
stage: Test
|
||||||
image: python:latest
|
image: python:latest
|
||||||
@ -51,6 +57,13 @@ variables:
|
|||||||
- python -m pytest src/test_images.py --tb=line -rA --color=yes
|
- python -m pytest src/test_images.py --tb=line -rA --color=yes
|
||||||
allow_failure: true
|
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
|
# 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:
|
.bundle-job:
|
||||||
stage: Bundle
|
stage: Bundle
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"imageCredits": "©Thoscellen, ©BlueTwelve",
|
"imageCredits": "©Thoscellen, ©BlueTwelve",
|
||||||
"sunriseImageList": [],
|
"sunriseImageList": [],
|
||||||
"displayName": "Stray",
|
"displayName": "Stray",
|
||||||
"sunsetImageList": [],
|
"sunsetImageList": []
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user