forked from elastic/rally
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull non-default branch commits selectively (elastic#1879)
After switching Elasticsearch nightly benchmarks to non-default branch it was observed `branch@timestamp` notation in `--revision` command line flag does not guarantee constant results due to ongoing merges from default branch (`main`) into non-default branch. Specifically, if a merge from main brought in a commit that happened before `timestamp`, such commit might be selected despite not being part of non-default branch. This change mitigates this problem by filtering commit IDs of default branch (`main`) using `main..branch` notation of `git rev-list` command.
- Loading branch information
Showing
4 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters