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

Improve detection of test steps #2045

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

fweikert
Copy link
Member

Previously we hard-coded the names of non-test steps such as Buildifier, which can cause problem when adding new steps. With this commit we detect test steps by looking at their command, which has to contain bazelci.py runner.

Progress towards #2044

Previously we hard-coded non-test steps such as Buildifier, which can cause problem when adding new steps.
With this commit we detect test steps by looking at their command, which has to contain `bazelci.py runner`.

Progress towards bazelbuild#2044
@fweikert fweikert merged commit 42fbf79 into bazelbuild:master Oct 1, 2024
1 check passed
@fweikert fweikert deleted the perf3 branch October 1, 2024 11:25
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.

2 participants