Skip to content

Commit

Permalink
Re-enabled openshift tests (hashicorp#766)
Browse files Browse the repository at this point in the history
* Use new HashiCorp Docker mirror
  • Loading branch information
lkysow authored Jan 19, 2021
1 parent 447b1ce commit e38981f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
-kubecontext="kind-dc1" \
-secondary-kubecontext="kind-dc2" \
-debug-directory="$TEST_RESULTS/debug" \
-consul-k8s-image=hashicorpdev/consul-k8s:latest
-consul-k8s-image=docker.mirror.hashicorp.services/hashicorpdev/consul-k8s:latest
then
echo "Tests in ${pkg} failed, aborting early"
exit_code=1
Expand Down Expand Up @@ -602,12 +602,10 @@ workflows:
only:
- master
jobs:
# OpenShift temporarily disabled until we get a new mirror.
# - acceptance-openshift
- acceptance-openshift
- acceptance-gke-1-16
- acceptance-eks-1-17
# AKS temporarily disabled until we get a new mirror.
# - acceptance-aks-1-19
# - acceptance-aks-1-19
update-helm-charts-index:
jobs:
- update-helm-charts-index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: static-client
image: tutum/curl:latest
image: docker.mirror.hashicorp.services/curlimages/curl:latest
command: [ "/bin/sh", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
serviceAccountName: static-client
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: static-server
image: hashicorp/http-echo:latest
image: docker.mirror.hashicorp.services/hashicorp/http-echo:latest
args:
- -text="hello world"
- -listen=:8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: static-server
image: kschoche/http-echo:latest
image: docker.mirror.hashicorp.services/kschoche/http-echo:latest
args:
- -text="hello world"
- -listen=:8080
Expand All @@ -23,4 +23,4 @@ spec:
initialDelaySeconds: 1
failureThreshold: 1
periodSeconds: 1
serviceAccountName: static-server
serviceAccountName: static-server

0 comments on commit e38981f

Please sign in to comment.