Skip to content

ci: fix and modernize e2e workflow step ordering#1492

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:fix-e2e
Dec 15, 2025
Merged

ci: fix and modernize e2e workflow step ordering#1492
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:fix-e2e

Conversation

@vdemeester
Copy link
Copy Markdown
Member

Changes

This PR fixes the e2e workflow step ordering and modernizes the GitHub Actions:

  • Checkout code before Go setup to enable go-version-file
  • Update actions to latest versions (checkout@v6.0.1, setup-go@v6.1.0)
  • Remove hardcoded Go version in favor of go.mod
  • Simplify checkout path and working directory configuration

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 15, 2025
- Checkout code before Go setup to enable go-version-file
- Update actions to latest versions (checkout@v6.0.1, setup-go@v6.1.0)
- Remove hardcoded Go version in favor of go.mod
- Simplify checkout path and working directory configuration

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/ok-to-test

@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/approve

@tekton-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anithapriyanatarajan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [anithapriyanatarajan]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 15, 2025
@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 15, 2025
@tekton-robot tekton-robot merged commit 128c252 into tektoncd:main Dec 15, 2025
26 of 27 checks passed
@vdemeester vdemeester deleted the fix-e2e branch December 15, 2025 11:49
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. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants