Skip to content

Commit 108df2c

Browse files
committed
Update grcov task index
1 parent ef2a613 commit 108df2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report/firefox_code_coverage/codecoverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ALL_STATUSES = FINISHED_STATUSES + ["unscheduled", "pending", "running"]
2727
STATUS_VALUE = {"exception": 1, "failed": 2, "completed": 3}
2828

29-
GRCOV_INDEX = "gecko.cache.level-3.toolchains.v3.linux64-grcov.latest"
29+
GRCOV_INDEX = "gecko.cache.level-1.toolchains.v3.linux64-grcov.latest"
3030
GRCOV_ARTIFACT = "public/build/grcov.tar.zst"
3131

3232
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)