summaryrefslogtreecommitdiff
path: root/automation/taskcluster/graph/windows/_build_base.yml
diff options
context:
space:
mode:
Diffstat (limited to 'automation/taskcluster/graph/windows/_build_base.yml')
-rw-r--r--automation/taskcluster/graph/windows/_build_base.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/automation/taskcluster/graph/windows/_build_base.yml b/automation/taskcluster/graph/windows/_build_base.yml
deleted file mode 100644
index a75a7a1af..000000000
--- a/automation/taskcluster/graph/windows/_build_base.yml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-reruns: 2
-
-task:
- created: !from_now 0
- deadline: !from_now 24
- provisionerId: aws-provisioner-v1
- workerType: nss-win2012r2
- schedulerId: task-graph-scheduler
-
- metadata:
- owner: !env TC_OWNER
- source: !env TC_SOURCE
-
- payload:
- maxRunTime: 3600
-
- artifacts:
- - type: directory
- path: "public\\build"
- expires: !from_now 24
-
- command:
- - "bash -c \"hg clone -r $NSS_HEAD_REVISION $NSS_HEAD_REPOSITORY nss || (sleep 2; hg clone -r $NSS_HEAD_REVISION $NSS_HEAD_REPOSITORY nss) || (sleep 5; hg clone -r $NSS_HEAD_REVISION $NSS_HEAD_REPOSITORY nss)\""
- - "bash -c nss/automation/taskcluster/windows/build.sh"
-
- env:
- PATH: "c:\\mozilla-build\\python;c:\\mozilla-build\\msys\\local\\bin;c:\\mozilla-build\\7zip;c:\\mozilla-build\\info-zip;c:\\mozilla-build\\python\\Scripts;c:\\mozilla-build\\yasm;c:\\mozilla-build\\msys\\bin;c:\\Windows\\system32;c:\\mozilla-build\\upx391w;c:\\mozilla-build\\moztools-x64\\bin;c:\\mozilla-build\\wget"
- NSS_HEAD_REPOSITORY: !env NSS_HEAD_REPOSITORY
- NSS_HEAD_REVISION: !env NSS_HEAD_REVISION
- DOMSUF: localdomain
- HOST: localhost
-
- extra:
- treeherder:
- jobKind: build
- symbol: B