Skip to content

Commit

Permalink
Update taskgraph to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed May 8, 2024
1 parent 2c7d726 commit dc1439a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 726 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ tasks:
# Note: This task is built server side without the context or tooling that
# exist in tree so we must hard code the hash
image:
mozillareleases/taskgraph:decision-c4ac262880970ca484105929e02dd12f00214d5f2603ab6ce4c0d17de5cd0280@sha256:2dd667994aa13fccdcdcede85c570a5eb4a5247e42875a9e95a135ef774ee469
mozillareleases/taskgraph:decision-v8.0.1@sha256:74c5a20e7d8c8bdbec6770c61274d3970991273ffe5c955d0868bb3cd7eb3160

maxRunTime: 1800

Expand All @@ -228,10 +228,10 @@ tasks:
$if: 'tasks_for == "action"'
then: >
ln -s /builds/worker/artifacts artifacts &&
~/.local/bin/taskgraph action-callback
taskgraph action-callback
else: >
ln -s /builds/worker/artifacts artifacts &&
~/.local/bin/taskgraph decision
taskgraph decision
--pushlog-id='0'
--pushdate='0'
--project='${project}'
Expand Down
8 changes: 0 additions & 8 deletions taskcluster/requirements.in

This file was deleted.

Loading

0 comments on commit dc1439a

Please sign in to comment.