Skip to content

Commit 88e7cc5

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent c2e53c3 commit 88e7cc5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-docker-hotrod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
runtime: [docker, k8s]
26-
jaeger-version: [v1, v2]
26+
jaeger-version: [v2]
2727

2828
steps:
2929
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0

scripts/build/build-hotrod-image.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ if [[ "${runtime}" == "k8s" ]]; then
133133

134134
echo '::group:: run on Kubernetes'
135135
echo '::group:: Loading images into Kind cluster'
136-
136+
137137
# Check available Kind clusters
138138
echo "Available Kind clusters:"
139139
kind get clusters || echo "No clusters found"
@@ -168,6 +168,7 @@ if [[ "${runtime}" == "k8s" ]]; then
168168
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
169169
kubectl get deployments
170170
kubectl describe deployments/jaeger
171+
kubectl events | grep jaeger
171172
kubectl wait --for=condition=available --timeout=180s deployment/jaeger
172173

173174
kubectl port-forward svc/jaeger-hotrod 8080:80 &

0 commit comments

Comments
 (0)