Switch over Raptor to use in-tree conditioned-profile code, rather than PyPi published/mirrored packages
Categories
(Testing :: Condprofile, task)
Tracking
(Not tracked)
People
(Reporter: stephend, Assigned: tarek)
References
Details
After working through bug 1601197 with Tarek, now is a good time to switch over Raptor's use of conditioned-profile to in-tree, rather than our current setup, which is to:
- make in-tree changes
- package and publish to https://pypi.org/project/conditioned-profile/
- file a bug asking for new revision to be mirrored internally on https://pypi.pub.build.mozilla.org/pub/
Reporter | ||
Comment 1•5 years ago
|
||
Tarek, this should fix the ROOT_URL
issue you landed in bug 1601197, which is now causing unittests failures (see https://bugzilla.mozilla.org/show_bug.cgi?id=1600838#c5); can you take a look? Or is there another fix for that issue, in the interim? Thanks!
Reporter | ||
Comment 2•5 years ago
|
||
I tried Tarek's suggestion of putting "../condprofile" in place of conditioned-profile > = 0.1
, here: https://searchfox.org/mozilla-central/rev/23d4bffcad365e68d2d45776017056b76ca9a968/testing/raptor/requirements.txt#11, which worked locally.
However, try
pushes on desktop (https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=5813bec410a1bce7994712841fdd876992f248b4) and mobile (https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=59ea7ed4515cb29c1d2c6f4293176dfb87d3ee98) aren't happy with that change - https://searchfox.org/mozilla-central/rev/23d4bffcad365e68d2d45776017056b76ca9a968/build/virtualenv_packages.txt#67 shows that mozilla.pth:testing/condprofile
exists.
Assignee | ||
Comment 3•5 years ago
|
||
part of bug 1600838 now
Description
•