mirror of https://github.com/status-im/consul.git
Merge pull request #9853 from hashicorp/dnephin/fix-ci-nomad-integ
ci: update config for nomad main branch rename
This commit is contained in:
parent
f0b9dc7175
commit
a0d47afb93
|
@ -452,13 +452,13 @@ jobs:
|
||||||
path: *TEST_RESULTS_DIR
|
path: *TEST_RESULTS_DIR
|
||||||
|
|
||||||
# run integration tests on nomad/master
|
# run integration tests on nomad/master
|
||||||
nomad-integration-master:
|
nomad-integration-main:
|
||||||
docker:
|
docker:
|
||||||
- image: *GOLANG_IMAGE
|
- image: *GOLANG_IMAGE
|
||||||
environment:
|
environment:
|
||||||
<<: *ENVIRONMENT
|
<<: *ENVIRONMENT
|
||||||
NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad
|
NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad
|
||||||
NOMAD_VERSION: master
|
NOMAD_VERSION: main
|
||||||
steps: *NOMAD_INTEGRATION_TEST_STEPS
|
steps: *NOMAD_INTEGRATION_TEST_STEPS
|
||||||
|
|
||||||
build-website-docker-image:
|
build-website-docker-image:
|
||||||
|
@ -834,7 +834,7 @@ workflows:
|
||||||
- dev-upload-docker:
|
- dev-upload-docker:
|
||||||
<<: *dev-upload
|
<<: *dev-upload
|
||||||
context: consul-ci
|
context: consul-ci
|
||||||
- nomad-integration-master:
|
- nomad-integration-main:
|
||||||
requires:
|
requires:
|
||||||
- dev-build
|
- dev-build
|
||||||
- nomad-integration-0_8:
|
- nomad-integration-0_8:
|
||||||
|
|
Loading…
Reference in New Issue