Skip to content

Conversation

@perdasilva
Copy link
Contributor

@perdasilva perdasilva commented Aug 16, 2022

This PR introduces no features of bug fixes. It includes some quality of life improvements to the operator-registry: test and script improvements

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 16, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: perdasilva

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 16, 2022
@perdasilva perdasilva changed the title QOL improvements noqe: QOL improvements Aug 16, 2022
@perdasilva
Copy link
Contributor Author

since no features or bug fixes are being introduced in this PR, qe approval is not needed

@perdasilva
Copy link
Contributor Author

/retest

@oceanc80
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 16, 2022
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 16, 2022
@anik120
Copy link
Contributor

anik120 commented Aug 16, 2022

test /e2e-gcp-console-olm

@anik120
Copy link
Contributor

anik120 commented Aug 16, 2022

/retest

1 similar comment
@anik120
Copy link
Contributor

anik120 commented Aug 16, 2022

/retest

Juneezee and others added 3 commits August 18, 2022 07:29
)

This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.

Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
	defer func() {
		if err := os.RemoveAll(dir); err != nil {
			t.Fatal(err)
		}
	}
is also tedious, but `t.TempDir` handles this for us nicely.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <[email protected]>

Upstream-commit: 43e43240dd9c32dcb7742e96afb1ab3fd63a9ce2
Upstream-repository: operator-registry
Signed-off-by: timflannagan <[email protected]>

Upstream-commit: 732b5722825e085c045b94fbb5ae36dcb8df59c3
Upstream-repository: operator-registry
Signed-off-by: timflannagan <[email protected]>

Upstream-commit: 33ed9ea30b4daea03435c2ba3839a6ce79894a75
Upstream-repository: operator-registry
@perdasilva perdasilva changed the title noqe: QOL improvements noqe: operator-registry QoL improvements Aug 18, 2022
@perdasilva
Copy link
Contributor Author

/retest

1 similar comment
@perdasilva
Copy link
Contributor Author

/retest

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 19, 2022

@perdasilva: all tests passed!

Full PR test history. Your PR dashboard.

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.

Copy link
Contributor

@awgreene awgreene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 22, 2022
@openshift-merge-robot openshift-merge-robot merged commit 4da8ac5 into openshift:master Aug 22, 2022
perdasilva pushed a commit to perdasilva/operator-framework-olm that referenced this pull request Jan 15, 2025
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.0 to 0.31.1.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.0...v0.31.1)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upstream-repository: api
Upstream-commit: 675c8b7273539799c10757eec3932d552914874d
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants