-
Notifications
You must be signed in to change notification settings - Fork 74
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
Simplify integration test setup #493
Merged
cert-manager-prow
merged 1 commit into
cert-manager:main
from
erikgb:commit-generated-crds
Jan 30, 2025
Merged
Simplify integration test setup #493
cert-manager-prow
merged 1 commit into
cert-manager:main
from
erikgb:commit-generated-crds
Jan 30, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cert-manager-prow
bot
added
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
dco-signoff: yes
Indicates that all commits in the pull request have the valid DCO sign-off message.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
labels
Nov 30, 2024
cert-manager-prow
bot
added
the
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
label
Dec 4, 2024
erikgb
force-pushed
the
commit-generated-crds
branch
from
December 8, 2024 20:43
57b55bf
to
4f90916
Compare
cert-manager-prow
bot
added
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
and removed
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
labels
Dec 8, 2024
erikgb
force-pushed
the
commit-generated-crds
branch
from
December 12, 2024 08:47
4f90916
to
3d7bb9e
Compare
cert-manager-prow
bot
removed
the
needs-rebase
Indicates a PR cannot be merged because it has merge conflicts with HEAD.
label
Dec 12, 2024
erikgb
changed the title
WIP: Make generated CRDs first-class citizens
Simplify integration test setup
Dec 12, 2024
cert-manager-prow
bot
added
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
and removed
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
labels
Dec 12, 2024
Signed-off-by: Erik Godding Boye <[email protected]>
erikgb
force-pushed
the
commit-generated-crds
branch
from
December 13, 2024 16:07
3d7bb9e
to
515e518
Compare
see cert-manager/approver-policy#551 for a similar PR. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inteon 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 |
cert-manager-prow
bot
added
the
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
label
Jan 30, 2025
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.
dco-signoff: yes
Indicates that all commits in the pull request have the valid DCO sign-off message.
lgtm
Indicates that a PR is ready to be merged.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After cert-manager/makefile-modules#214 is available in this project, we can simplify the integration test setup to use the generated CRD manifests.