Skip to content

Commit

Permalink
CI: Add a checkout cache for Decision tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal authored and badboy committed Dec 18, 2023
1 parent ff5f553 commit 70b6926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ tasks:
ACTION_TASK_ID: {$json: {$eval: 'taskId'}} # taskId of the target task (JSON-encoded)
ACTION_INPUT: {$json: {$eval: 'input'}}
ACTION_CALLBACK: '${action.cb_name}'

cache:
"${trustDomain}-project-${project}-level-${level}-checkouts-sparse-v1": /builds/worker/checkouts
features:
taskclusterProxy: true
chainOfTrust: true
Expand Down

0 comments on commit 70b6926

Please sign in to comment.