Skip to content

Conversation

@smarterclayton
Copy link
Contributor

@smarterclayton smarterclayton commented Oct 31, 2019

Working on the theory that there is some sort of DNS / initial
connection problem when talking to the GCP auth endpoint from
inside the test pod on GCP, try to poke the auth endpoint before
we continue.

Will fail with a clean message if we can't hit the accounts endpoint.

@openshift-ci-robot openshift-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 31, 2019
@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 31, 2019
Working on the theory that there is some sort of DNS / initial
connection problem when talking to the GCP auth endpoint from
inside the test pod on GCP, try to poke the auth endpoint before
we continue.
@openshift-ci-robot openshift-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 31, 2019
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: smarterclayton

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@smarterclayton smarterclayton added the lgtm Indicates that a PR is ready to be merged. label Oct 31, 2019
@openshift-merge-robot openshift-merge-robot merged commit 70a9245 into openshift:master Oct 31, 2019
@openshift-ci-robot
Copy link
Contributor

@smarterclayton: Updated the following 2 configmaps:

  • prow-job-cluster-launch-installer-e2e configmap in namespace ci using the following files:
    • key cluster-launch-installer-e2e.yaml using file ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
  • prow-job-cluster-launch-installer-e2e configmap in namespace ci-stg using the following files:
    • key cluster-launch-installer-e2e.yaml using file ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml
Details

In response to this:

Working on the theory that there is some sort of DNS / initial
connection problem when talking to the GCP auth endpoint from
inside the test pod on GCP, try to poke the auth endpoint before
we continue.

Will fail with a clean message if we can't hit the accounts endpoint.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot
Copy link
Contributor

@smarterclayton: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/rehearse/openshift/cloud-credential-operator/master/e2e-gcp 0ec2cd9 link /test pj-rehearse
ci/prow/pj-rehearse 0ec2cd9 link /test pj-rehearse

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

wking added a commit to wking/openshift-release that referenced this pull request Dec 3, 2019
…e: Error-catching for Google OAuth pokes

Catch non-zero exit codes in the poke that initially landed in 0ec2cd9
(template: Try to poke the GCP auth endpoint in the container,
2019-10-31, openshift#5720) to make it easier to rule out that code when
debugging mysterious failures like [1]:

  Container setup exited with code 6, reason Error
  ---
  Lease acquired, installing...
  Installing from release registry.svc.ci.openshift.org/ci-op-r6dy480t/release@sha256:284ff92845dbfc3ca1be73159acc58b36cbfe03aed05d0f79582ea4207035da9
  ---

From curl(1), exit 6 is:

  Couldn't resolve host. The given remote host was not resolved.

Clayton suggested including the exit code in the non-zero exit log
entry [2].  Testing locally:

  $ echo $BASH_VERSION
  4.2.46(2)-release
  $ code="$( curl -s -o /dev/null -w "%{http_code}" https://does-not-exist.example.com -X POST -d '' || echo "Failed to POST https://oauth2.googleapis.com/token with $?" 1>&2)"
  Failed to POST https://oauth2.googleapis.com/token with 6

[1]: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/openshift_installer/2724/pull-ci-openshift-installer-release-4.3-e2e-gcp/8
[2]: openshift#6190 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants