Skip to content

Commit 0a7ccd4

Browse files
committed
wip force index-tasks
1 parent 0eca3e0 commit 0a7ccd4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/taskgraph/morph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
here = os.path.abspath(os.path.dirname(__file__))
3232
logger = logging.getLogger(__name__)
33-
MAX_ROUTES = 64
33+
MAX_ROUTES = 3
3434

3535
registered_morphs = []
3636

taskcluster/docker/run-task/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ ENV PATH=/builds/worker/bin:$PATH \
1919
# %ARG UV_VERSION
2020
COPY --from=ghcr.io/astral-sh/uv:$UV_VERSION /uv /bin/uv
2121

22+
# dummy
23+
2224
# Set a default command useful for debugging
2325
CMD ["/bin/bash", "--login"]

0 commit comments

Comments
 (0)