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

MGMT-15213: temporary disable release-domain-name-resolved-correctly validation #5351

Merged
merged 1 commit into from Jul 12, 2023

Conversation

ori-amizur
Copy link
Contributor

@ori-amizur ori-amizur commented Jul 12, 2023

This validation doesn't cover proxy/mirror.
Should be enabled in MGMT-15212

List all the issues related to this PR

  • New Feature
  • Enhancement
  • Bug fix
  • Tests
  • Documentation
  • CI/CD

What environments does this code impact?

  • Automation (CI, tools, etc)
  • Cloud
  • Operator Managed Deployments
  • None

How was this code tested?

  • assisted-test-infra environment
  • dev-scripts environment
  • Reviewer's test appreciated
  • Waiting for CI to do a full test run
  • Manual (Elaborate on how it was tested)
  • No tests needed

Checklist

  • Title and description added to both, commit and PR.
  • Relevant issues have been associated (see CONTRIBUTING guide)
  • This change does not require a documentation update (docstring, docs, README, etc)
  • Does this change include unit-tests (note that code changes require unit-tests)

Reviewers Checklist

  • Are the title and description (in both PR and commit) meaningful and clear?
  • Is there a bug required (and linked) for this change?
  • Should this PR be backported?

…validation

This validation doesn't cover proxy/mirror.
Should be enabled in MGMT-15212
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 12, 2023
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 12, 2023

@ori-amizur: This pull request references MGMT-15213 which is a valid jira issue.

In response to this:

This validation doesn't cover proxy/mirror.
Should be enabled in MGMT-15212

List all the issues related to this PR

  • New Feature
  • Enhancement
  • Bug fix
  • Tests
  • Documentation
  • CI/CD

What environments does this code impact?

  • Automation (CI, tools, etc)
  • Cloud
  • Operator Managed Deployments
  • None

How was this code tested?

  • assisted-test-infra environment
  • dev-scripts environment
  • Reviewer's test appreciated
  • Waiting for CI to do a full test run
  • Manual (Elaborate on how it was tested)
  • No tests needed

Checklist

  • Title and description added to both, commit and PR.
  • Relevant issues have been associated (see CONTRIBUTING guide)
  • This change does not require a documentation update (docstring, docs, README, etc)
  • Does this change include unit-tests (note that code changes require unit-tests)

Reviewers Checklist

  • Are the title and description (in both PR and commit) meaningful and clear?
  • Is there a bug required (and linked) for this change?
  • Should this PR be backported?

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.

1 similar comment
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 12, 2023

@ori-amizur: This pull request references MGMT-15213 which is a valid jira issue.

In response to this:

This validation doesn't cover proxy/mirror.
Should be enabled in MGMT-15212

List all the issues related to this PR

  • New Feature
  • Enhancement
  • Bug fix
  • Tests
  • Documentation
  • CI/CD

What environments does this code impact?

  • Automation (CI, tools, etc)
  • Cloud
  • Operator Managed Deployments
  • None

How was this code tested?

  • assisted-test-infra environment
  • dev-scripts environment
  • Reviewer's test appreciated
  • Waiting for CI to do a full test run
  • Manual (Elaborate on how it was tested)
  • No tests needed

Checklist

  • Title and description added to both, commit and PR.
  • Relevant issues have been associated (see CONTRIBUTING guide)
  • This change does not require a documentation update (docstring, docs, README, etc)
  • Does this change include unit-tests (note that code changes require unit-tests)

Reviewers Checklist

  • Are the title and description (in both PR and commit) meaningful and clear?
  • Is there a bug required (and linked) for this change?
  • Should this PR be backported?

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.

@ori-amizur
Copy link
Contributor Author

/cc @filanov

@openshift-ci openshift-ci bot requested a review from filanov July 12, 2023 07:54
@openshift-ci openshift-ci bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 12, 2023
@openshift-ci openshift-ci bot requested review from osherdp and tsorya July 12, 2023 07:55
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 12, 2023
@ori-amizur
Copy link
Contributor Author

/uncc @tsorya
/uncc @osherdp

@openshift-ci openshift-ci bot removed request for osherdp and tsorya July 12, 2023 07:55
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 12, 2023
@openshift-ci
Copy link

openshift-ci bot commented Jul 12, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: filanov, ori-amizur

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

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #5351 (ba64a12) into master (50f13aa) will decrease coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5351      +/-   ##
==========================================
- Coverage   67.56%   67.55%   -0.02%     
==========================================
  Files         226      226              
  Lines       33308    33293      -15     
==========================================
- Hits        22504    22490      -14     
  Misses       8772     8772              
+ Partials     2032     2031       -1     
Impacted Files Coverage Δ
internal/host/refresh_status_preprocessor.go 94.09% <ø> (-0.08%) ⬇️
internal/host/statemachine.go 100.00% <ø> (ø)
internal/host/validator.go 82.08% <ø> (-0.59%) ⬇️

... and 2 files with indirect coverage changes

@openshift-ci
Copy link

openshift-ci bot commented Jul 12, 2023

@ori-amizur: all tests passed!

Full PR test history. Your PR dashboard.

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.

@openshift-merge-robot openshift-merge-robot merged commit ff1a410 into openshift:master Jul 12, 2023
14 checks passed
@filanov
Copy link
Contributor

filanov commented Jul 12, 2023

/cherry-pick release-ocm-2.8

@openshift-cherrypick-robot

@filanov: new pull request created: #5352

In response to this:

/cherry-pick release-ocm-2.8

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.

CrystalChun pushed a commit to CrystalChun/assisted-service that referenced this pull request Jul 12, 2023
…validation (openshift#5351)

This validation doesn't cover proxy/mirror.
Should be enabled in MGMT-15212
@bfournie
Copy link
Contributor

We will need this fix for the agent-based-installer in 4.14.
/cherry-pick release-4.14

@openshift-cherrypick-robot

@bfournie: new pull request could not be created: failed to create pull request against openshift/assisted-service#release-4.14 from head openshift-cherrypick-robot:cherry-pick-5351-to-release-4.14: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"No commits between openshift:release-4.14 and openshift-cherrypick-robot:cherry-pick-5351-to-release-4.14"}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request"}

In response to this:

We will need this fix for the agent-based-installer in 4.14.
/cherry-pick release-4.14

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.

CrystalChun pushed a commit to CrystalChun/assisted-service that referenced this pull request Aug 25, 2023
…validation (openshift#5351)

This validation doesn't cover proxy/mirror.
Should be enabled in MGMT-15212
danielerez pushed a commit to danielerez/assisted-service that referenced this pull request Oct 15, 2023
…validation (openshift#5351)

This validation doesn't cover proxy/mirror.
Should be enabled in MGMT-15212
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants