openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

pipeline-service-exporter update #1017

Closed rh-tap-build-team[bot] closed 2 months ago

rh-tap-build-team[bot] commented 2 months ago

Included PRs:

gabemontero commented 2 months ago

with test ... deployment-ocp-414 the cluster deploy actually failed:

+ check_cluster_role
++ kubectl auth can-i '*' '*' --all-namespaces
Unable to connect to the server: dial tcp: lookup api.ci-91efe8a146.i6gw.p3.openshiftapps.com on 172.30.0.10:53: no such host

+ '[' '' '!=' yes ']'
+ echo
++ oc whoami
Unable to connect to the server: dial tcp: lookup api.ci-91efe8a146.i6gw.p3.openshiftapps.com on 172.30.0.10:53: no such host
Log into the cluster with a user with the required privileges (e.g. kubeadmin) and retry.
+ echo '[ERROR] User '\'''\'' does not have the required '\''cluster-admin'\'' role.'
[ERROR] User '' does not have the required 'cluster-admin' role.
+ echo 'Log into the cluster with a user with the required privileges (e.g. kubeadmin) and retry.'
+ exit 1
command terminated with exit code 1
+ echo 'Failed to execute dev_setup.sh script, retrying ...'
Failed to execute dev_setup.sh script, retrying ...
+ sleep 5

and then the test-pipeline-service had no chance.

will retest after the upgrade finishes

gabemontero commented 2 months ago

/retest