You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing so results in a guaranteed exception. I'd be shocked if this were the only issue. We should either support this use case or remove the flag. This came up in https://github.com/mozilla/neqo because @larseggert would like to keep the CI files in the .taskcluster/ dir to help keep them hidden from the rest of the repo files.
The text was updated successfully, but these errors were encountered:
While we'd like to keep the CI configuration files hidden in this repo,
I came across a bug in Taskgraph triggered by changing the root
Taskgraph directory to a non standard location. This bug will require a
new release to fix (and I suspect there will be other bugs revealed
afterwards).
In the meantime, we can move the files to the standard place while this
is fixed. I filed taskcluster/taskgraph#522 to
track the fix.
* ci: rename .taskcluster to taskcluster
While we'd like to keep the CI configuration files hidden in this repo,
I came across a bug in Taskgraph triggered by changing the root
Taskgraph directory to a non standard location. This bug will require a
new release to fix (and I suspect there will be other bugs revealed
afterwards).
In the meantime, we can move the files to the standard place while this
is fixed. I filed taskcluster/taskgraph#522 to
track the fix.
* ci: use Decision docker image with Taskgraph included
* ci: re-enable Taskcluster
Taskgraph supports a
--root
flag which supposedly allows you to place the Taskgraph files into an arbitrary directory. However, due to this check:https://github.com/taskcluster/taskgraph/blob/main/src/taskgraph/config.py#L130
Doing so results in a guaranteed exception. I'd be shocked if this were the only issue. We should either support this use case or remove the flag. This came up in https://github.com/mozilla/neqo because @larseggert would like to keep the CI files in the
.taskcluster/
dir to help keep them hidden from the rest of the repo files.The text was updated successfully, but these errors were encountered: