Skip to content
Snippets Groups Projects
Verified Commit c5b36a3b authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

split additional test stages

parent 6a2ad348
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ stages: ...@@ -4,7 +4,8 @@ stages:
- format-check - format-check
- test-required - test-required
- test-containers - test-containers
- test-additional - test-additional-v1.5
- test-additional-v1.6
- deploy-doc - deploy-doc
variables: variables:
...@@ -56,7 +57,7 @@ linux:v1.5: ...@@ -56,7 +57,7 @@ linux:v1.5:
<<: *global_testing_linux <<: *global_testing_linux
windows10:v1.5: windows10:v1.5:
stage: test-additional stage: test-additional-v1.5
tags: tags:
- windows10 - windows10
variables: variables:
...@@ -65,7 +66,7 @@ windows10:v1.5: ...@@ -65,7 +66,7 @@ windows10:v1.5:
<<: *global_testing_win <<: *global_testing_win
windows8:v1.5: windows8:v1.5:
stage: test-additional stage: test-additional-v1.5
tags: tags:
- windows8 - windows8
variables: variables:
...@@ -77,7 +78,7 @@ windows8:v1.5: ...@@ -77,7 +78,7 @@ windows8:v1.5:
# -------------------------------------- # --------------------------------------
linux:v1.6: linux:v1.6:
stage: test-required stage: test-additional-v1.6
needs: ["linux:v1.5"] needs: ["linux:v1.5"]
variables: variables:
JULIA_VER: "v1.6.0" JULIA_VER: "v1.6.0"
...@@ -85,7 +86,7 @@ linux:v1.6: ...@@ -85,7 +86,7 @@ linux:v1.6:
<<: *global_testing_linux <<: *global_testing_linux
windows10:v1.6: windows10:v1.6:
stage: test-additional stage: test-additional-v1.6
needs: ["windows10:v1.5"] needs: ["windows10:v1.5"]
tags: tags:
- windows10 - windows10
...@@ -95,7 +96,7 @@ windows10:v1.6: ...@@ -95,7 +96,7 @@ windows10:v1.6:
<<: *global_testing_win <<: *global_testing_win
windows8:v1.6: windows8:v1.6:
stage: test-additional stage: test-additional-v1.6
needs: ["windows8:v1.5"] needs: ["windows8:v1.5"]
tags: tags:
- windows8 - windows8
......
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