Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1848723: Correct GCP group mapping for infra and compute #12203

Conversation

mtnbikenc
Copy link
Member

@mtnbikenc mtnbikenc commented Jul 8, 2020

Based on openshift_node_groups defined in CI for GCP, infra and compute
are the same nodes.

https://github.com/openshift/release/blob/master/cluster/test-deploy/gcp/vars.yaml#L32

@openshift-ci-robot
Copy link

@mtnbikenc: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

[WIP] Debugging GCP install

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 openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 8, 2020
@mtnbikenc
Copy link
Member Author

/test e2e-gcp

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 8, 2020
@mtnbikenc
Copy link
Member Author

/test e2e-gcp

@mtnbikenc
Copy link
Member Author

/test e2e-gcp

@mtnbikenc
Copy link
Member Author

e2e-gcp only failed one test.
/test e2e-gcp

e2e-aws is failing due to wrong aws key pair, openshift/release#10159

Based on openshift_node_groups defined in CI for GCP, infra and compute
are the same nodes.

https://github.com/openshift/release/blob/master/cluster/test-deploy/gcp/vars.yaml#L32
@mtnbikenc mtnbikenc changed the title [WIP] Debugging GCP install Correct GCP group mapping for infra and compute Jul 9, 2020
@openshift-ci-robot
Copy link

@mtnbikenc: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

Correct GCP group mapping for infra and compute

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 openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 9, 2020
@openshift-ci-robot
Copy link

@mtnbikenc: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

Correct GCP group mapping for infra and compute

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.

@mtnbikenc mtnbikenc changed the title Correct GCP group mapping for infra and compute Bug 1828484: Correct GCP group mapping for infra and compute Jul 9, 2020
@openshift-ci-robot openshift-ci-robot added bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Jul 9, 2020
@openshift-ci-robot
Copy link

@mtnbikenc: This pull request references Bugzilla bug 1828484, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (3.11.z) matches configured target release for branch (3.11.z)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

Bug 1828484: Correct GCP group mapping for infra and compute

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.

@mtnbikenc
Copy link
Member Author

/test e2e-gcp

@mtnbikenc
Copy link
Member Author

/retest
/test e2e-gcp

@mtnbikenc mtnbikenc changed the title Bug 1828484: Correct GCP group mapping for infra and compute Bug 1848723: Correct GCP group mapping for infra and compute Jul 10, 2020
@openshift-ci-robot openshift-ci-robot removed the bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. label Jul 10, 2020
@openshift-ci-robot
Copy link

@mtnbikenc: This pull request references Bugzilla bug 1848723, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (3.11.z) matches configured target release for branch (3.11.z)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

Bug 1848723: Correct GCP group mapping for infra and compute

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 openshift-ci-robot added the bugzilla/severity-urgent Referenced Bugzilla bug's severity is urgent for the branch this PR is targeting. label Jul 10, 2020
@sdodson
Copy link
Member

sdodson commented Jul 10, 2020

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 10, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mtnbikenc, sdodson

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

The pull request process is described here

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

@openshift-merge-robot openshift-merge-robot merged commit 9e6cdfb into openshift:release-3.11 Jul 10, 2020
@openshift-ci-robot
Copy link

@mtnbikenc: All pull requests linked via external trackers have merged: openshift/openshift-ansible#12203. Bugzilla bug 1848723 has been moved to the MODIFIED state.

In response to this:

Bug 1848723: Correct GCP group mapping for infra and compute

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.

@mtnbikenc mtnbikenc deleted the release-3.11-fix-1828484 branch July 10, 2020 18:17
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. bugzilla/severity-urgent Referenced Bugzilla bug's severity is urgent for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants