You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should additionally add a symlink directly beneath .data that always points to the most recent experiment's artifact directory across all experiments. For example:
If 03-validate-local-build-caching-different-locations/20240311T121415-65ef3be7 was the most recently run experiment across all experiments, then .data/latest/ would be a symlink of .data/03-validate-local-build-caching-different-locations/20240311T121415-65ef3be7/.
This is convenient when you know you know what you want to inspect is the most recent experiment's artifacts. This can also help simplify automation scenarios when you want to grab the receipt file of the latest experiment run because you do not need to know the name of the script to grab the receipt.
The text was updated successfully, but these errors were encountered:
For each experiment, there exists a
latest
symlink that always points to the most recent experiment's artifact directory. For example:We should additionally add a symlink directly beneath
.data
that always points to the most recent experiment's artifact directory across all experiments. For example:If
03-validate-local-build-caching-different-locations/20240311T121415-65ef3be7
was the most recently run experiment across all experiments, then.data/latest/
would be a symlink of.data/03-validate-local-build-caching-different-locations/20240311T121415-65ef3be7/
.This is convenient when you know you know what you want to inspect is the most recent experiment's artifacts. This can also help simplify automation scenarios when you want to grab the receipt file of the latest experiment run because you do not need to know the name of the script to grab the receipt.
The text was updated successfully, but these errors were encountered: