Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 22, 2024
1 parent a98cc2d commit 22cc662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo "E2E test pod completed successfully."
kubectl logs $TEST_POD
kubectl get pods
kubectl get svc
exit 0
elif [ "$STATUS" = "Error" ]; then
echo "E2E test pod failed."
Expand Down
2 changes: 1 addition & 1 deletion deploy/kind/e2e/e2e-batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ spec:
- name: INV_HTTP_URL
value: "kessel-inventory-service:8081"
- name: KAFKA_BOOTSTRAP_SERVERS
value: "my-cluster-kafka-0.default.svc.cluster.local:9092"
value: "my-cluster-zookeeper-client.default.svc.cluster.local:2181"
command: ["/usr/local/bin/e2e-inventory-tests", "-test.v"]
restartPolicy: Never

0 comments on commit 22cc662

Please sign in to comment.