UNCLASSIFIED - NO CUI

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

getting istio info for building test

parent 942935b2
No related branches found
No related tags found
5 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,!54Bb 694 1 - dont merge
Pipeline #85464 canceled
......@@ -11,7 +11,6 @@ workflow:
include:
- project: 'platform-one/big-bang/pipeline-templates/umbrella-templates'
ref: 'BB-694-1'
file: '/global.gitlab-ci.yml'
stages:
......@@ -220,7 +219,12 @@ aws/rke2/bigbang test:
artifacts: true
- job: aws/rke2/bigbang up
script:
- echo "tests go here"
- kubectl get all -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
# Uninstall BigBang on RKE2 cluster on AWS
aws/rke2/bigbang down:
......
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