Closed
Bug 1339148
Opened 8 years ago
Closed 8 years ago
cron.yml runs on a schedule, but builds/tests are not run
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1288993
People
(Reporter: jmaher, Unassigned)
Details
for example code coverage and valgrind ran on this task:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=4ec373fafebf79846cd5fde0561ac02fa0bb9647&filter-searchStr=cron&group_state=expanded
valgrind is defined in cron.yml:
https://dxr.mozilla.org/mozilla-central/source/.cron.yml#42
which calls:
target-tasks-method: mochitest_valgrind
and the transform is here:
https://dxr.mozilla.org/mozilla-central/source/taskcluster/taskgraph/target_tasks.py#152
and the definition of the tests are here:
https://dxr.mozilla.org/mozilla-central/source/taskcluster/ci/test/tests.yml#808
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•