You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): update for e2e on new GKE and ephemeral AKS cluster (#2242)
* Delete tekton pipelines
* Better k8s cleanups
Update gke.sh
* Unify `helm upgrade -i` multiline
* Helm chart version *
* Delete unused file
* Update values for spot AKS cluster
* Update values for GKE cluster
* Use separate trap
Revert "Use separate trap"
This reverts commit 69e93ce4bd501b8e4854faee6dc1033a1999ecce.
Reapply "Use separate trap"
This reverts commit 6cb3fb86e3fbc52fb5c19aed8425a8b55e9bc48a.
Reapply trap
* Tekton pipelines install with kubectl
* Better detection of ephemeral cluster
* Longer wait time for backstage up for ephemeral cluster
* Note the chart version for releases
* Remove cluster url GKE - already in openshift/release
* Service token and better exporting
* GKE Cluster url
* AKS use IP instead of name
* Install tekton pipelines earlier
* Tekton pipelines wait for endpoints instead
* Conditional AKS cleanup
* Fix auth keys
* Tolerations for AKS
* Old chart with new probes
cp -a "/tmp/${HELM_CHART_RBAC_K8S_MERGED_VALUE_FILE_NAME}""${ARTIFACT_DIR}/${NAME_SPACE_RBAC_K8S}/"# Save the final value-file into the artifacts directory.
35
36
echo"Deploying image from repository: ${QUAY_REPO}, TAG_NAME: ${TAG_NAME}, in NAME_SPACE: ${NAME_SPACE_RBAC_K8S}"
cp -a "/tmp/${HELM_CHART_RBAC_K8S_MERGED_VALUE_FILE_NAME}""${ARTIFACT_DIR}/${NAME_SPACE_RBAC_K8S}/"# Save the final value-file into the artifacts directory.
39
40
echo"Deploying image from repository: ${QUAY_REPO}, TAG_NAME: ${TAG_NAME}, in NAME_SPACE: ${NAME_SPACE_RBAC_K8S}"
0 commit comments