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

Include PR's head Ref in ProwJob refs #29119

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

xmudrii
Copy link
Member

@xmudrii xmudrii commented Mar 23, 2023

This PR proposes that we include PR's head ref (i.e. the branch that the PR was created from) in the ProwJob refs. We already have a field for that in the API, but we don't set that field at all. This PR ensures we set this field.

The use case for this is that some tools require the name of the head branch to work properly.

/assign @cblecker @cjwagner @stevekuznetsov

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 23, 2023
@k8s-ci-robot k8s-ci-robot requested review from matthyx and smg247 March 23, 2023 12:12
@k8s-ci-robot k8s-ci-robot added area/prow Issues or PRs related to prow sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Mar 23, 2023
@xmudrii
Copy link
Member Author

xmudrii commented Mar 23, 2023

/assign petr-muller

@stevekuznetsov
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 28, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: stevekuznetsov, xmudrii

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 28, 2023
@k8s-ci-robot k8s-ci-robot merged commit 3ac8a32 into kubernetes:master Mar 28, 2023
@xmudrii xmudrii deleted the jobspec-head-ref branch March 28, 2023 14:26
@BenTheElder
Copy link
Member

This is unsafe, because prow tries to clone the ref, which is the branch name from the user's repo.

Prow needs to be taught to ignore the ref or clone from their fork if we're include this info.

Mitigating with a prow rollback first. https://kubernetes.slack.com/archives/C7J9RP96G/p1680020553428789

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. area/prow Issues or PRs related to prow cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants