File tree Expand file tree Collapse file tree
taskcluster/kinds/release Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ loader : taskgraph.loader.transform:loader
2+
3+ transforms :
4+ - taskgraph.transforms.task_context
5+ - taskgraph.transforms.run
6+ - taskgraph.transforms.task
7+
8+ kind-dependencies :
9+ - build
10+ - frontend
11+
12+ tasks :
13+ github :
14+ description : Create GitHub release
15+ run-on-tasks-for :
16+ - github-release
17+ run-on-git-branches :
18+ - " v*"
19+ worker-type : b-linux
20+ worker :
21+ docker-image : { in-tree: taskboot }
22+ max-run-time : 3600
23+ taskcluster-proxy : true
24+ env :
25+ TASKCLUSTER_SECRET : " project/relman/code-review/release"
26+ scopes :
27+ - " secrets:get:project/relman/code-review/release"
28+ run :
29+ using : run-task
30+ checkout : false
31+ command : taskboot github-release mozilla/code-review {head_ref}
32+ task-context :
33+ from-parameters :
34+ head_ref : head_ref
35+ substitution-fields :
36+ - run.command
37+ dependencies :
38+ backend : build-backend
39+ bot : build-bot
40+ integration : build-integration
41+ frontend : frontend-build
You can’t perform that action at this time.
0 commit comments