revert to custom target
This commit is contained in:
parent
fe4ecc5880
commit
cf593a5744
|
@ -7,7 +7,7 @@ variables:
|
||||||
include:
|
include:
|
||||||
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'
|
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'
|
||||||
|
|
||||||
.test:
|
.flux:
|
||||||
extends: .test
|
extends: .test
|
||||||
script:
|
script:
|
||||||
- julia -e 'using InteractiveUtils;
|
- julia -e 'using InteractiveUtils;
|
||||||
|
@ -18,11 +18,34 @@ include:
|
||||||
Pkg.build();
|
Pkg.build();
|
||||||
Pkg.test(; coverage=true);'
|
Pkg.test(; coverage=true);'
|
||||||
|
|
||||||
include:
|
test:v1.0:
|
||||||
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.1.yml'
|
extends: .flux
|
||||||
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.2.yml'
|
variables:
|
||||||
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.3.yml'
|
CI_VERSION_TAG: 'v1.0'
|
||||||
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_dev.yml'
|
|
||||||
|
test:v1.1:
|
||||||
|
extends: .flux
|
||||||
|
variables:
|
||||||
|
CI_VERSION_TAG: 'v1.1'
|
||||||
|
|
||||||
|
test:v1.2:
|
||||||
|
extends: .flux
|
||||||
|
variables:
|
||||||
|
CI_VERSION_TAG: 'v1.2'
|
||||||
|
|
||||||
|
test:v1.3:
|
||||||
|
extends: .flux
|
||||||
|
variables:
|
||||||
|
CI_VERSION_TAG: 'v1.3'
|
||||||
|
|
||||||
|
test:v1.0:
|
||||||
|
extends: .flux
|
||||||
|
variables:
|
||||||
|
CI_VERSION_TAG: 'v1.0'
|
||||||
|
|
||||||
test:dev:
|
test:dev:
|
||||||
|
extends: .flux
|
||||||
|
variables:
|
||||||
|
CI_VERSION_TAG: 'dev'
|
||||||
|
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in New Issue