-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ci: enable new CI for eventarc/audit-storage #3969
base: main
Are you sure you want to change the base?
Conversation
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.
This pull request enables a new CI for eventarc/audit-storage
. The change looks good and correctly adds the necessary configuration. The addition of ci-setup.json
is appropriate for the new CI runner. I have a few minor suggestions below.
I recommend updating the README file to reflect the enablement of the new CI, specifically mentioning the new CI runner and the purpose of the ci-setup.json
file.
6d5f62d
to
556ea26
Compare
ignore ".github/config/" so changes to the configs aren't considered global changes (which cause all packages to be tested)
Description
Batch CI related config change. Adding ci-setup.json to support running these tests under the new CI runner. No changes to tests themselves.