Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Taskcluster: Use json-e to generate tasks #64

Merged
merged 4 commits into from
Sep 12, 2018

Conversation

JohanLorenzo
Copy link
Contributor

@JohanLorenzo JohanLorenzo commented Sep 12, 2018

json-e is a way to templatize JSON (therefore YAML) data. taskcluster-github now exposes it: https://docs.taskcluster.net/docs/reference/integrations/taskcluster-github/docs/taskcluster-yml-v1. Migrating to this format enables extra-security checks when signing APKs. In summary, signing tasks are run on high-security workers called scriptworker https://github.com/mozilla-releng/scriptworker. These workers trace the task definition back to .taskcluster.yml in the repo. This way, it knows if someone try to spin a release that doesn't come from the repo.

@JohanLorenzo
Copy link
Contributor Author

The PR case was tested, we should also check the "push to master" event was correctly migrated.

Copy link
Contributor

@csadilek csadilek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants