Closed Bug 1515137 Opened 5 years ago Closed 5 years ago

Cron task hooks need updates to set TASKCLUSTER_ROOT_URL

Categories

(Firefox Build System :: Task Configuration, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dustin, Assigned: dustin)

References

Details

Attachments

(2 files)

      No description provided.
Summary: Action, cron task hooks need updates to set TASKCLUSTER_ROOT_URL → Cron task hooks need updates to set TASKCLUSTER_ROOT_URL
Actions are fine (they're generated from .taskcluster.yml), so just crons.

The error is
  https://tools.taskcluster.net/task-inspector/#R-OE9cLISJKpi7q6JUGSPQ
The diffs from those patches look like:

@@ -83384,17 +83394,18 @@ Hook=project-releng/cron-task-releases-mozilla-beta:
                   "-cx",
                   "cd /builds/worker/checkouts/gecko && ln -s /builds/worker/artifacts artifacts && ./mach --log-no-times taskgraph cron --base-repository=$GECKO_BASE_REPOSITORY --head-repository=https://hg.mozilla.org/releases/mozilla-beta --head-ref=$GECKO_HEAD_REF --project=mozilla-beta --level=3"
               ],  
               "env": {
                   "GECKO_BASE_REPOSITORY": "https://hg.mozilla.org/mozilla-unified",
                   "GECKO_HEAD_REF": "default",
                   "GECKO_HEAD_REPOSITORY": "https://hg.mozilla.org/releases/mozilla-beta",
                   "HG_STORE_PATH": "/builds/worker/checkouts/hg-store",
-                  "TASKCLUSTER_CACHES": "/builds/worker/checkouts"
+                  "TASKCLUSTER_CACHES": "/builds/worker/checkouts",
+                  "TASKCLUSTER_ROOT_URL": "https://taskcluster.net"
               },
               "features": {
                   "chainOfTrust": true,
                   "taskclusterProxy": true
               },  
               "image": "taskcluster/decision:2.1.0@sha256:6db3b697d7a3c7aba440d72f04199331b872111cefff57206b8b8b1d53230360",
               "maxRunTime": 1800
           },
Callek r+'d this in irc, which was enough for me to run `ci-admin apply`.  Whoever reviews on phabricator, please land for me.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: