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

Enable copy_prs. [skip gpuci] #837

Merged
merged 2 commits into from
Dec 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ops-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ branch_checker: true
label_checker: true
release_drafter: true
external_contributors: false
copy_prs: true
rerun_tests: true
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
rerun_tests: true

We should remove this. The current rerun_tests functionality provided by the ops-bot was intended to be used on Jenkins when we were refining our Jenkins process. It's not configured to work with GH Actions. If we keep this enabled, it will start sending invalid HTTP requests to our Jenkins server whenever someone types rerun tests.

Eventually I'll probably rewrite the rerun_tests functionality to work on GH Actions, but I think it's still in use by the nv-morpheus org, who was piloting our refined Jenkins build process. I believe they are in the process of migrating to GH Actions as well, but I haven't followed up with them in a while.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for the context and fix!