-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add test job for service-api tests #20281
Conversation
cc @robscott |
/hold wait until kubernetes-sigs/gateway-api#508 merges |
a351c18
to
1c7a3b1
Compare
config/jobs/kubernetes-sigs/service-apis/service-apis-config.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
1c7a3b1
to
7d310a8
Compare
The dependent PR is now merged /unhold |
decorate: true | ||
path_alias: sigs.k8s.io/service-apis | ||
always_run: true | ||
skip_report: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should you start with optional: true
to avoid that if something fails it blocks other PR to merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you link where the optional field is detailed ? I can't figure out how some of these flags work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#requiring-jobs-for-auto-merge-through-tide
it means that it doesn't block the merge if it fails, however, if you are sure that the tests will pass it is not required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have any opinions on whether this new job should be marked optional now?
I think we should start with optional: false
since that's the whole purpose of adding these tests. We can keep the tests in a temporary dev branch if they happen to be temporarily breaking.
/lgtm |
looks like this is not ready yet. can someone please add a WIP or hold? |
is it not? I ran it and it didn't fail
no tests though |
This is not a WIP. Tests are added here |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bowei, cmluciano 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 |
@cmluciano: Updated the
In 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. |
Signed-off-by: Christopher M. Luciano cmluciano@us.ibm.com
xref: kubernetes-sigs/gateway-api#507