-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
workflows: Drop COCKPITUOUS_TOKEN from trigger-anaconda.yml, update Anaconda trigger for -webui split #19630
Conversation
cockpit-project/bots#5569 changed the allowlist from a GitHub team to a hardcoded Python list, so we don't need the cockpituous token privilege with its `read:org` any more.
There are more rare tracer failures on RHEL 8 which break unrelated tests randomly. Ignore all crashes in it. We have explicit tests for tracer functionality which will fail if it ever starts to fail for actual updates detection.
Since https://github.com/cockpit-project/bots/pull/5524/files rhinstaller/anaconda was an unknown project. Update it for the webui split-out.
Your attempted validation didn't work as expected: Cloning into 'bots'... but this check happens after the permissions check, so ... success? |
@allisonkarlitskaya Yup, noticed that too. Fixed and restarted. |
That's better Run git clone --depth=1 https://github.com/cockpit-project/bots |
@allisonkarlitskaya yes, I linked the successful logs from the description |
# the default workflow token cannot read our org membership, for deciding who is allowed to trigger tests | ||
environment: gh-cockpituous | ||
permissions: | ||
contents: read |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that's redundant. Doesn't hurt, though.
I'll drop the secret, as well. |
cockpit-project/bots#5569 changed the allowlist from a GitHub team to a hardcoded Python list, so we don't need the cockpituous token privilege with its
read:org
any more.I also piggy-backed a fix for this flake