Closed
Bug 1233733
Opened 10 years ago
Closed 10 years ago
All the jenkins jobs are failing, the keyboard manifest is not found anymore
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
Attachments
(1 file)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/603/console
> 05:36:01 0:01.51 LOG: MainThread ERROR Failure during test execution.
> 05:36:01 Traceback (most recent call last):
> 05:36:01
> 05:36:01 File "/var/jenkins/2/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-2.0.0-py2.7.egg/marionette/runtests.py", line 71, in run
> 05:36:01 runner.run_tests(tests)
> 05:36:01
> 05:36:01 File "/var/jenkins/2/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-2.0.0-py2.7.egg/marionette/runner/base.py", line 841, in run_tests
> 05:36:01 self.add_test(test)
> 05:36:01
> 05:36:01 File "/var/jenkins/2/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/.env/local/lib/python2.7/site-packages/marionette_client-2.0.0-py2.7.egg/marionette/runner/base.py", line 984, in add_test
> 05:36:01 manifest.read(filepath)
> 05:36:01
> 05:36:01 File "/var/jenkins/2/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/.env/local/lib/python2.7/site-packages/manifestparser-1.1-py2.7.egg/manifestparser/manifestparser.py", line 231, in read
> 05:36:01 self._read(here, filename, defaults)
> 05:36:01
> 05:36:01 File "/var/jenkins/2/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/.env/local/lib/python2.7/site-packages/manifestparser-1.1-py2.7.egg/manifestparser/manifestparser.py", line 137, in _read
> 05:36:01 include_file = read_file('include:')
> 05:36:01
> 05:36:01 File "/var/jenkins/2/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/.env/local/lib/python2.7/site-packages/manifestparser-1.1-py2.7.egg/manifestparser/manifestparser.py", line 83, in read_file
> 05:36:01 raise IOError(message)
> 05:36:01
> 05:36:01 IOError: Included file '/var/jenkins/2/workspace/flame-kk-512.mozilla-central.nightly.ui.functional.smoke/tests/python/gaia-ui-tests/gaiatest/tests/functional/keyboard/manifest.ini' does not exist
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8700034 [details] [review]
[gaia] JohanLorenzo:bug-1233733 > mozilla-b2g:master
That line was missing in the PR of bug 1230099 :S
Attachment #8700034 -
Flags: review?(npark)
| Assignee | ||
Comment 3•10 years ago
|
||
I ran locally:
> gaiatest --testvars=testvars.json --address=localhost:2828 --timeout=30000 --type=b2g gaiatest/tests/functional/manifest.ini
The test are back running.
Comment 4•10 years ago
|
||
Comment on attachment 8700034 [details] [review]
[gaia] JohanLorenzo:bug-1233733 > mozilla-b2g:master
LGTM
Attachment #8700034 -
Flags: review?(npark) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Landed in master at: https://github.com/mozilla-b2g/gaia/commit/e10439497e9cd86ab35f6b45009155ace60c7c02
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•