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

Commit

Permalink
Bug 1580778 - Migrate build tasks to taskgraph and retire the old dec…
Browse files Browse the repository at this point in the history
…ision task (#5488)
  • Loading branch information
JohanLorenzo authored Sep 24, 2019
1 parent 7c55aff commit 6a8f722
Show file tree
Hide file tree
Showing 31 changed files with 524 additions and 994 deletions.
2 changes: 0 additions & 2 deletions .cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
job:
type: decision-task
treeherder-symbol: Nd
# TODO change target method once first tasks are migrated off "old-decision"
target-tasks-method: nightly
when: [{hour: 6, minute: 0}]
when: [{hour: 18, minute: 0}]
- name: raptor
job:
type: decision-task
treeherder-symbol: raptor-D
# TODO change target method once first tasks are migrated off "old-decision"
target-tasks-method: raptor
when: [{hour: 1, minute: 0}]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ out/
# Gradle files
.gradle/
build/
!taskcluster/ci/build

# Local configuration file (sdk path, etc)
local.properties
Expand Down
87 changes: 0 additions & 87 deletions automation/taskcluster/decision_task.py

This file was deleted.

20 changes: 0 additions & 20 deletions automation/taskcluster/lib/chain_of_trust.py

This file was deleted.

Loading

0 comments on commit 6a8f722

Please sign in to comment.