Closed
Bug 1293397
Opened 7 years ago
Closed 7 years ago
Run mach taskgraph python-tests more often
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
Attachments
(1 file)
This job keeps failing in unrelated pushes because it doesn't get run in the push that did not update the tests.
Assignee | ||
Updated•7 years ago
|
Summary: Run mach taskgraph python-tests more oft → Run mach taskgraph python-tests more often
Assignee | ||
Comment 1•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0329537bee24225608e30e865ea44dfa9d9aa6a9 Bug 1293397: fix fake to make tests pass? r=armenzg
Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/34cefe01d821 has a diffstat including taskcluster/docs/attributes.rst taskcluster/taskgraph/create.py taskcluster/taskgraph/target_tasks.py which should match taskgraph-tests: task: tasks/tests/taskgraph-tests.yml root: true when: file_patterns: - 'taskcluster/**.py' - 'config/mozunit.py' - 'python/mach/**.py' yet https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=62a983c56050&filter-searchStr=tg is empty. The decision task log lists this change: https://public-artifacts.taskcluster.net/OVtZYD5DREi9ypz4OPFZRQ/0/public/logs/live_backing.log ... [task 2016-08-04T13:58:05.131337Z] "GET /mozilla-central/json-automationrelevance/62a983c56050b3ac647d8f95d9c2ca69c3ad2d91 HTTP/1.1" 200 None [task 2016-08-04T13:58:05.779116Z] 29 commits influencing task scheduling: ... [task 2016-08-04T13:58:05.781198Z] 34cefe01d821 Bug 1279676 - Support --rebuild try flag to schedule tests N times. r=dustin ... yet ... [task 2016-08-04T13:58:05.835130Z] discarding tasks/tests/taskgraph-tests.yml because no relevant files changed ...
Assignee | ||
Comment 3•7 years ago
|
||
>>> from mozpack.path import match as mozpackmatch
>>> mozpackmatch("taskcluster/foo/bar.py", "taskcluster/**.py")
False
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8779067 [details] Bug 1293397: run taskgraph-tests when things change; https://reviewboard.mozilla.org/r/70116/#review67364
Attachment #8779067 -
Flags: review?(gps) → review+
Pushed by gszorc@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a8df38f8ada3 run taskgraph-tests when things change; r=gps
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a8df38f8ada3
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0329537bee24
Updated•6 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•