Skip to content

Commit

Permalink
Merge pull request #146 from israel-hdez/ci-rosa-fix
Browse files Browse the repository at this point in the history
Use ThirdParty tokens for CI, for compatibility with ROSA-Hosted clusters
  • Loading branch information
openshift-merge-bot[bot] authored Dec 13, 2023
2 parents 0f92f64 + 204e899 commit 7146558
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
31 changes: 15 additions & 16 deletions test/scripts/openshift-ci/deploy.ossm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,25 +111,24 @@ metadata:
name: basic
namespace: istio-system
spec:
version: v2.3
tracing:
type: Jaeger
sampling: 10000
# Uncomment if on ROSA
# security:
# identity:
# type: ThirdParty
addons:
jaeger:
name: jaeger
install:
storage:
type: Memory
grafana:
enabled: false
kiali:
enabled: true
enabled: false
name: kiali
grafana:
enabled: true
prometheus:
enabled: false
jaeger:
name: jaeger
gateways:
openshiftRoute:
enabled: false
security:
identity:
type: ThirdParty
tracing:
type: None
EOF

# Waiting for OSSM minimum start
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/openshift-ci/deploy.serverless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ waitpodready() {
local podlabel=${1?pod label is required}; shift

waitforpodlabeled "$ns" "$podlabel"
sleep 10
sleep 2
oc get pod -n $ns -l $podlabel

echo "Waiting for pod -l $podlabel to become ready"
Expand Down

0 comments on commit 7146558

Please sign in to comment.