Ship 0039/261 - add --scheduler-name flag#311
Ship 0039/261 - add --scheduler-name flag#311openshift-merge-bot[bot] merged 3 commits intoshipwright-io:mainfrom
Conversation
|
/status in-review |
This comment was marked as resolved.
This comment was marked as resolved.
|
@rxinui: The label(s) DetailsIn 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-sigs/prow repository. |
|
@adambkaplan Now that #260 is merged, this is now rebased on main. |
adambkaplan
left a comment
There was a problem hiding this comment.
/approve
Only notable issues seem related to rebasing. Otherwise the code looks good!
vendor/github.com/shipwright-io/build/pkg/apis/build/v1alpha1/build_types.go
Show resolved
Hide resolved
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7c6ec11 to
2437c64
Compare
|
@adambkaplan all good now. On a side note, I'll move back to neovim (or zed). |
|
e2e tests are not ending. None of them are related to my PRs - mine are OK. That is weird. Have you encountered that before? |
- test: add go test and bats tests - ref: harmonise tab/spaces in bats tests Signed-off-by: rxinui <rainui.ly@gmail.com>
|
@SaschaSchwarze0 i have applied your suggestions. Tests are still OK on my changes yet the bats test on --follow-logs seem to be faulty. |
Signed-off-by: rxinui <rainui.ly@gmail.com>
|
@SaschaSchwarze0 i gave another try to Sanitize method. It seems to solve the problem although one test is now faulty. This is due to the suggestion you made which is There is not output with this get command. I haven't debugged locally yet but perhaps I would assume you did not take into consideration the jsonpath. I think it might required to be |
Signed-off-by: rxinui <rainui.ly@gmail.com>
Changes
Fixes #261
Add CLI flag
--scheduler-nameto set.spec.schedulerNameto aBuildorBuildRun❗ IMPORTANT: depends on my other PR 309 as
v1beta1is required (and inherently to PR 304)Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes