mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
add test with invalid data
This commit is contained in:
parent
e815627197
commit
7a3ea5ad67
@ -43,6 +43,11 @@ test-images-job/valid_set:
|
||||
PACKAGE_NAME: "valid_set"
|
||||
<<: *test-images
|
||||
|
||||
test-images-job/missing_tag_set:
|
||||
variables:
|
||||
PACKAGE_NAME: "missing_tag_set"
|
||||
<<: *test-images
|
||||
|
||||
.test-manifest-job: &test-manifest
|
||||
stage: Test
|
||||
image: node:latest
|
||||
@ -61,6 +66,11 @@ test-manifest-job/valid_set:
|
||||
PACKAGE_NAME: "valid_set"
|
||||
<<: *test-manifest
|
||||
|
||||
test-manifest-job/missing_tag_set:
|
||||
variables:
|
||||
PACKAGE_NAME: "missing_tag_set"
|
||||
<<: *test-images
|
||||
|
||||
# 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
|
||||
stage: Bundle
|
||||
@ -84,6 +94,11 @@ bundle-job/valid_set:
|
||||
PACKAGE_NAME: "valid_set"
|
||||
<<: *bundle
|
||||
|
||||
bundle-job/missing_tag_set:
|
||||
variables:
|
||||
PACKAGE_NAME: "missing_tag_set"
|
||||
<<: *test-images
|
||||
|
||||
.upload-job: &upload
|
||||
stage: Distribute
|
||||
image: curlimages/curl:latest
|
||||
@ -106,6 +121,13 @@ upload-job/valid_set:
|
||||
PACKAGE_NAME: "valid_set"
|
||||
<<: *upload
|
||||
|
||||
upload-job/missing_tag_set:
|
||||
needs:
|
||||
- bundle-job/missing_tag_set
|
||||
variables:
|
||||
PACKAGE_NAME: "missing_tag_set"
|
||||
<<: *upload
|
||||
|
||||
.release-job: &release
|
||||
stage: Release
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
@ -133,3 +155,10 @@ release-job/valid_set:
|
||||
variables:
|
||||
PACKAGE_NAME: "valid_set"
|
||||
<<: *release
|
||||
|
||||
release-job/missing_tag_set:
|
||||
needs:
|
||||
- upload-job/missing_tag_set
|
||||
variables:
|
||||
PACKAGE_NAME: "missing_tag_set"
|
||||
<<: *release
|
||||
|
BIN
test/missing_tag_set/bl3_landscape_1.jpg
Normal file
BIN
test/missing_tag_set/bl3_landscape_1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 407 KiB |
BIN
test/missing_tag_set/bl3_landscape_2.jpg
Normal file
BIN
test/missing_tag_set/bl3_landscape_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 494 KiB |
BIN
test/missing_tag_set/bl3_landscape_3.jpg
Normal file
BIN
test/missing_tag_set/bl3_landscape_3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 KiB |
BIN
test/missing_tag_set/bl3_landscape_4.jpg
Normal file
BIN
test/missing_tag_set/bl3_landscape_4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 253 KiB |
18
test/missing_tag_set/theme.json
Normal file
18
test/missing_tag_set/theme.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"imageFilename": "bl3_landscape_*.jpg",
|
||||
"imageCredits": "© Gearbox",
|
||||
"displayName": "",
|
||||
"dayHighlight": 1,
|
||||
"sunriseImageList": [
|
||||
4
|
||||
],
|
||||
"dayImageList": [
|
||||
2
|
||||
],
|
||||
"sunsetImageList": [
|
||||
2
|
||||
],
|
||||
"nightImageList": [
|
||||
3
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user