Skip to content

Conversation

@xmudrii
Copy link
Member

@xmudrii xmudrii commented Sep 30, 2025

I noticed that not all Make targets are PHONY which makes them impossible to run. We're facing that in the CI as well where pull-publishing-bot-test is never being ran, i.e. it always shows this instead of running tests:

make: 'test' is up to date.

(e.g. https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/publishing-bot/504/pull-publishing-bot-test/1963877011260706816)

This PR makes all Makefile targets PHONY which should fix such issues.

/assign @dims @sttts
cc @kubernetes/release-engineering

Signed-off-by: Marko Mudrinić <[email protected]>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 30, 2025
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 30, 2025
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 30, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: saschagrunert, 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:
  • OWNERS [saschagrunert,xmudrii]

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 merged commit 447fe20 into kubernetes:master Sep 30, 2025
7 checks passed
@xmudrii xmudrii deleted the fix-test-target branch September 30, 2025 14:55
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. 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. 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.

5 participants