-
-
Notifications
You must be signed in to change notification settings - Fork 370
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 change, only run bench on performance label #4271
Conversation
@@ -17,6 +17,7 @@ on: | |||
jobs: | |||
pre_job: | |||
runs-on: ubuntu-latest | |||
if: contains(github.event.pull_request.labels.*.name, 'performance') |
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 am not quite sure if this is enough ?
CI looks like it skipped the benchmark job. Do we want to run the benchmarks as nightly jobs perhaps? Ideally, there would be an easy way to access them later. |
CI already skipped bench on some occasions. And we almost never look at them unless we touch performance related code. I think for now, if we touch performance related, manually adding the performance label should be enough. But we can still add the nightly runs, if someone wants it. |
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.
LGTM
We already have the
performance
label