gradle / gradle/develocity-build-validation-scripts
Receipt files should be named deterministicly
- Dominant language
- Shell
- Stars
- 115
- Forks
- 23
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 6
Description
Currently, experiment receipt files are named `--.receipt`.
I see little value in having such an elaborate naming scheme and it makes automation scenarios slightly more challenging.
Instead, the receipt files should be named consistently across all experiments and build tools, like `experiment.receipt`.
This would make finding the receipt file much easier. For example:
```
cat .data/01-validate-incremental-building/latest/experiment.receipt
```
Would always print the receipt for the most recent invocation of experiment 1.
If #619 were implemented, then:
```
cat .data/latest/experiment.receipt
```
Would always get you the receipt of the most recent invocation across all experiments.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.