Bug 1908466: check if compute AZ is available#143
Bug 1908466: check if compute AZ is available#143openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/label platform/openstack |
|
@EmilienM: The label(s) DetailsIn response to this:
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. |
|
/retest |
1 similar comment
|
/retest |
|
Also, this needs a valid BZ because we're in feature freeze and only patches fixing a bug are allowed to merge. |
Before creating a machine in a given AZ, it'll check that the AZ actually exists and is available. JIRA: https://issues.redhat.com/browse/OSASINFRA-1848 Signed-off-by: Emilien Macchi <emilien@redhat.com>
mandre
left a comment
There was a problem hiding this comment.
Nice, this is passing CI now. All that is missing is a related BZ so that this can merge.
|
@EmilienM: This pull request references Bugzilla bug 1908466, which is invalid:
Comment DetailsIn response to this:
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. |
|
@EmilienM: This pull request references Bugzilla bug 1908466, which is invalid:
Comment DetailsIn response to this:
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. |
|
/bugzilla refresh |
|
@EmilienM: An error was encountered adding this pull request to the external tracker bugs for bug 1908466 on the Bugzilla server at https://bugzilla.redhat.com:
DetailsIn response to this:
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. |
|
@mandre done! thanks for your review. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mandre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/bugzilla refresh |
|
@pierreprinetti: This pull request references Bugzilla bug 1908466, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
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. |
|
/label platform/openstack |
|
@pierreprinetti: The label(s) DetailsIn response to this:
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. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@EmilienM: All pull requests linked via external trackers have merged: Bugzilla bug 1908466 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
Before creating a machine in a given AZ, it'll check that the AZ
actually exists and is available.
JIRA: https://issues.redhat.com/browse/OSASINFRA-1848
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1908466
Signed-off-by: Emilien Macchi emilien@redhat.com