Topic: | Hooks |
Speaker: | Dustin Mitchell |
Topic: | In-Tree Scheduling |
Speaker: | Wander Costa |
Duration: | 15 mins |
Topic: | In-Tree Docker Images |
Speaker: | Greg Arndt |
Duration: | 15 mins |
Topic: | AWS Provisioner |
Speaker: | John Ford |
Duration: | 15 mins |
Topic: | Secrets |
Speaker: | Dustin Mitchell |
Topic: | Taskcluster Clients |
Speaker: | Peter Moore |
Duration: | 15 mins |
__Anything__ you can via one of these web interfaces, you can also script.
10 | 11 |You can also do much, much more.
12 | -------------------------------------------------------------------------------- /src/presentations/TC-102/slides/tc-clients/03.md: -------------------------------------------------------------------------------- 1 | ## Libraries to access Taskcluster APIs 2 | 3 | HTTP Examples: 4 | 5 |Topic: | Taskcluster Github |
Speaker: | Morgan Phillips |
Duration: | 15 mins |
docker-worker
(node)generic-worker
(go)buildbot-bridge
(python)3 | 4 | / 5 | 6 |
7 | -------------------------------------------------------------------------------- /src/presentations/in-tree-taskgraphs/extensions/status/deck.status.scss: -------------------------------------------------------------------------------- 1 | .deck-status { 2 | position:absolute; 3 | bottom:10px; 4 | right:5px; 5 | color:#888; 6 | z-index:3; 7 | margin:0; 8 | } 9 | 10 | body > .deck-container .deck-status { 11 | position:fixed; 12 | } 13 | 14 | @media print { 15 | .deck-status { 16 | display:none; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /src/presentations/in-tree-taskgraphs/test/fixtures/empty.html: -------------------------------------------------------------------------------- 1 | 22 | -------------------------------------------------------------------------------- /src/presentations/in-tree-taskgraphs/test/fixtures/nesteds.html: -------------------------------------------------------------------------------- 1 |26 | 27 | / 28 | 29 |
30 | 31 | 36 |18 | 19 | / 20 | 21 |
22 | 23 | 29 | 30 | # 31 | Internal Test Link 32 |12 | Max Pending Time 13 | | 14 |11 minutes | 15 |
18 | Avg. Pending Time 19 | | 20 |~23s | 21 |
24 | Number of Tasks 25 | | 26 |65,683 | 27 |
30 | Execution Time 31 | | 32 |1.68 Years | 33 |
docker-worker
(node)generic-worker
(go)buildbot-bridge
(python)