Let generic-worker verify run-task/fetch-content integrity#666
Merged
jcristau merged 1 commit intotaskcluster:mainfrom Apr 10, 2025
Merged
Let generic-worker verify run-task/fetch-content integrity#666jcristau merged 1 commit intotaskcluster:mainfrom
jcristau merged 1 commit intotaskcluster:mainfrom
Conversation
d8e5a77 to
f759627
Compare
The decision task knows the contents of these scripts so it can pass their checksums to downstream tasks.
Contributor
Author
|
AIUI this should work with generic-worker >= 10.8.0 (which included https://bugzilla.mozilla.org/show_bug.cgi?id=1459376) |
jcristau
added a commit
to jcristau/taskgraph
that referenced
this pull request
May 13, 2025
Fixes a regression from taskcluster#666, which: - used taskId instead of task-id in the task description - failed to add sha256 to the schema
jcristau
added a commit
to jcristau/taskgraph
that referenced
this pull request
May 13, 2025
Fixes a regression from taskcluster#666, which: - used taskId instead of task-id in the task description - failed to add sha256 to the schema
jcristau
added a commit
that referenced
this pull request
May 13, 2025
Fixes a regression from #666, which: - used taskId instead of task-id in the task description - failed to add sha256 to the schema
jcristau
added a commit
to jcristau/taskgraph
that referenced
this pull request
May 13, 2025
…askcluster#666)" This causes failures because not all tasks have a direct dependency on the decision task, but generic-worker insists on that dependency existing when mounting an artifact from a task. So go back to mounting by url. This reverts commit f85ff32.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The decision task knows the contents of these scripts so it can pass their checksums to downstream tasks.