Closed
Bug 1160160
Opened 10 years ago
Closed 10 years ago
[raptor] Error when checking out gaia PR
Categories
(Firefox OS Graveyard :: Gaia::PerformanceTest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rwood, Assigned: rwood)
References
Details
Attachments
(5 files)
46 bytes,
text/x-github-pull-request
|
Details | Review | |
47 bytes,
text/x-github-pull-request
|
garndt
:
review+
|
Details | Review |
50 bytes,
text/x-github-pull-request
|
Eli
:
review+
|
Details | Review |
46 bytes,
text/x-github-pull-request
|
Details | Review | |
46 bytes,
text/x-github-pull-request
|
Details | Review |
On the second raptor task that runs the test on master+PR:
=> Checking out gaia revision 71d0c10f2b51842b3a474b3bcc7e45e7eb3b6956
fatal: reference is not a tree: 71d0c10f2b51842b3a474b3bcc7e45e7eb3b6956
This is how gaia is being updated for the PR:
tc-vcs checkout /home/worker/gaia $GAIA_REPOSITORY $GAIA_REPOSITORY master master
cd /home/worker/gaia
git pull -u
if [ "$RAPTOR_GAIA_REV" != "master" ]
then
echo "=> Checking out gaia revision" $RAPTOR_GAIA_REV
git checkout $RAPTOR_GAIA_REV
fi
Assignee | ||
Comment 1•10 years ago
|
||
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Checking out files: 100% (11286/11286), done.
HEAD is now at d6506bd Merge pull request #28945 from crh0716/1127718
[tc-vcs] run end : git reset --hard (0) in 5764 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git checkout master
Already on 'master'
[tc-vcs] run end : git checkout master (0) in 181 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git fetch https://github.com/mozilla-b2g/gaia master
From https://github.com/mozilla-b2g/gaia
* branch master -> FETCH_HEAD
[tc-vcs] run end : git fetch https://github.com/mozilla-b2g/gaia master (0) in 2499 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git reset --hard
HEAD is now at d6506bd Merge pull request #28945 from crh0716/1127718
[tc-vcs] run end : git reset --hard (0) in 199 ms
[tc-vcs] 0 run start : (cwd: /home/worker/gaia) git checkout 647f38856a46a026e5e4d8c900a242e372f33925
fatal: reference is not a tree: 647f38856a46a026e5e4d8c900a242e372f33925
[tc-vcs] run end : git checkout 647f38856a46a026e5e4d8c900a242e372f33925 (128) in 13 ms
/usr/lib/node_modules/taskcluster-vcs/build/bin/tc-vcs.js:57
throw err;
^
Error: Error running command: git checkout 647f38856a46a026e5e4d8c900a242e372f33925
Assignee | ||
Comment 3•10 years ago
|
||
Hi James, has something changed with pulling gaia PR? This used to work... it works fine when pulling master, but when trying to checkout for a particular rev for a PR, it is failing (comment 2).
Flags: needinfo?(jlal)
Assignee | ||
Comment 4•10 years ago
|
||
Here's an example... http://docs.taskcluster.net/tools/task-inspector/#9eu1nBlPRTqeXuqjHDc5CA/2
Assignee | ||
Comment 5•10 years ago
|
||
Another example, in this case the first 3 runs the git checkout failed with the error, and then on run 3 the git checkout was successful (same rev):
http://docs.taskcluster.net/tools/task-inspector/#9eu1nBlPRTqeXuqjHDc5CA
Assignee | ||
Comment 6•10 years ago
|
||
Change the raptor-tester docker image to be based off:
https://github.com/mozilla-b2g/gaia/tree/master/build/docker/gaia-taskenv
gaia: master vs master + pr
gaia-master: master -1 commit vs master
Flags: needinfo?(jlal)
Comment 7•10 years ago
|
||
Assignee | ||
Comment 8•10 years ago
|
||
Update to raptor task graph, required to use the updated raptor-tester docker image (this will fail on gaia-try because the raptor docker image update isn't pushed yet)
Attachment #8601092 -
Flags: review?(garndt)
Assignee | ||
Comment 9•10 years ago
|
||
Update raptor-tester docker image to use gaia-taskenv
Attachment #8601100 -
Flags: review?(eperelman)
Updated•10 years ago
|
Attachment #8601100 -
Flags: review?(eperelman) → review+
Updated•10 years ago
|
Attachment #8601092 -
Flags: review?(garndt) → review+
Assignee | ||
Comment 10•10 years ago
|
||
Comment 11•10 years ago
|
||
Assignee | ||
Comment 12•10 years ago
|
||
Assignee | ||
Comment 13•10 years ago
|
||
Also update to raptor-results docker image: https://github.com/rwood-moz/raptor-results/commit/766fb7f75375dcc0b60eedf475161584c7c128cb
Comment 14•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•