UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f383375f authored by Thomas Runyon's avatar Thomas Runyon
Browse files

allow cypress failures

parent f4bb7fbd
No related branches found
No related tags found
1 merge request!419Breaking Change update cert for *.bigbang.dev
Pipeline #222249 failed
#!/usr/bin/env bash
# exit on error
set -e
# set -e
# Populate /etc/hosts
ip=$(kubectl -n istio-system get service istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo "Checking "
hosts=`kubectl get vs -A -o jsonpath="{ .items[*].spec.hosts[*] }"`
hosts=`kubectl get virtualservices -A -o jsonpath="{ .items[*].spec.hosts[*] }"`
for host in $hosts; do
echo "$ip $host" >> /etc/hosts
curl -svv https://$host/ > /dev/null
......
#!/usr/bin/env bash
# exit on error
set -e
# set -e
# Quick check for non iron bank images
echo "Showing images not from ironbank:"
......
File moved
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