UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 41dc29e0 authored by evan.rush's avatar evan.rush :speech_balloon:
Browse files

adding 5min sleep for LB

parent 580efbe9
No related branches found
No related tags found
4 merge requests!60BB-694 Test and Script Abstraction,!57BB-694 Tests and Script Abstraction,!56WIP: Bb-694-11-25-20-,!55Bb 694 11 25 20 dont merge
Pipeline #88746 waiting for manual action
......@@ -205,12 +205,6 @@ aws/rke2/bigbang up:
- *deploy_bigbang
after_script:
- kubectl get all -A
- kubectl get vs -A
- kubectl describe gateway main -n istio-system
- kubectl get gateway main -n istio-system
- kubectl get gateway main -n istio-system -o yaml
- kubectl get service -n istio-system
- kubectl get service istio-ingressgateway -n istio-system -o yaml
# Run tests on BigBang on RKE2 cluster on AWS
aws/rke2/bigbang test:
......@@ -228,6 +222,7 @@ aws/rke2/bigbang test:
- mkdir -p ~/.kube
- cp ${CI_PROJECT_DIR}/rke2.yaml ~/.kube/config
script:
- sleep 300
- kubectl get all -A
- kubectl get vs -A
- kubectl describe gateway main -n istio-system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment