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

Update Testing section in Makefile #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rhmdnd
Copy link

@rhmdnd rhmdnd commented Oct 18, 2022

This commit applies some conventions to the targets and documentation in
the testing section:

  • Use single spaces before help text (results in shorter lines)
  • Clarify build and push image targets for content
  • Add documentatin for prep-e2e
  • Add e2e target to the testing section
  • Fix the must-gather target by adding push-must-gather-image

Fixes #159

@rhmdnd
Copy link
Author

rhmdnd commented Oct 20, 2022

/retest

@Vincent056 fixed up the content images for CI - so we should be good to rerun the e2e tests.

Copy link

@jhrozek jhrozek left a comment

Choose a reason for hiding this comment

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

/lgtm

@@ -596,20 +596,24 @@ image-to-cluster: image openscap-image namespace openshift-user ## Builds and p
$(eval IMG = image-registry.openshift-image-registry.svc:5000/openshift/$(APP_NAME):$(TAG))
$(eval OPENSCAP_IMAGE = image-registry.openshift-image-registry.svc:5000/openshift/$(OPENSCAP_NAME):$(OPENSCAP_TAG))

.PHONY: e2e-content-images
e2e-content-images: ## Build the e2e-content-image
.PHONY: build-e2e-content-images

Choose a reason for hiding this comment

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

I think renamed these targets from build-* because "make build-..." sounded redundant in my head :)
But these are primarily dependencies, so its no big deal.

Copy link

@jhrozek jhrozek left a comment

Choose a reason for hiding this comment

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

looks like two old target names were left behind

Makefile Outdated Show resolved Hide resolved
@rhmdnd
Copy link
Author

rhmdnd commented Mar 10, 2023

/retest

This commit applies some conventions to the targets and documentation in
the testing section:

 - Use single spaces before help text (results in shorter lines)
 - Clarify build and push image targets for content
 - Add documentatin for prep-e2e
 - Add e2e target to the testing section
 - Fix the must-gather target by adding push-must-gather-image

Fixes openshift#159
Copy link

@Vincent056 Vincent056 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
Copy link

openshift-ci bot commented Aug 8, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhmdnd, Vincent056

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

@rhmdnd
Copy link
Author

rhmdnd commented Aug 8, 2023

/test e2e-aws-parallel
/test e2e-aws-serial

Failure due to issues with image registries, which is affecting more than just our project.

Copy link

openshift-ci bot commented May 10, 2024

@rhmdnd: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-parallel 7d27a76 link true /test e2e-aws-parallel
ci/prow/e2e-aws-serial 7d27a76 link true /test e2e-aws-serial
ci/prow/e2e-rosa 7d27a76 link true /test e2e-rosa

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make must-gather is broken
5 participants