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

.github/workflows: Disable permafailing jobs on nightly workflow #10473

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

timflannagan
Copy link
Member

Description

Disables permafailing jobs in the nightly GHA workflow. See #10472 for some context on the state of this workflow. This is a follow-up to #10455 which disabled several jobs on main that haven't been migrated over yet. See #10447 for the tracker for that effort.

Closes #10472.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works


publish_results:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added TODO comment at the top of the workflow in case we want to re-enable this job over time. Right now we don't have a slack channel and it was referencing the internal slack channel.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to these changes, but I think we could add permissions to this workflow instead of relying on a personal PAT token?

env:
  GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # necessary to pass upgrade tests

@jenshu jenshu added this pull request to the merge queue Jan 17, 2025
Merged via the queue into kgateway-dev:main with commit fe02f79 Jan 17, 2025
6 checks passed
@timflannagan timflannagan deleted the chore/disable-lts-workflows branch January 22, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken nightly GHA workflow
2 participants