Closed
Bug 891504
Opened 12 years ago
Closed 12 years ago
talos zips not accessible through mozilla vpn
Categories
(Infrastructure & Operations :: RelOps: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: dustin)
Details
Similar to bug 879410, but different directory. Eg: http://build.mozilla.org/talos/zips/talos.a11542b55a70.zip returns a 403.
| Assignee | ||
Comment 1•12 years ago
|
||
I doubt this is worth fixing, since these files are already served at http://talos-bundles.pvt.build.mozilla.org/ and production use will move to that vhost once the ZLB's are upgraded to take the load.
| Assignee | ||
Comment 2•12 years ago
|
||
..and then we're going to turn off relengweb1, which is where this is hosted now.
Comment 3•12 years ago
|
||
I'm happy with just a suggested URL to test that our slaves will be able to reach a talos.zip.
I currently run this:
curl -I http://build.mozilla.org/talos/zips/${TALOS_ZIP}
| Assignee | ||
Comment 4•12 years ago
|
||
You should still be able to reach that from a slave (or we'd have the trees closed!) - just not from the VPN.
Comment 5•12 years ago
|
||
It's a verification step that we added to ensure that the package is reachable before the A-team lands the change on inbound.
We've had problems in the past, where we thought that the permission changes step or the upload step were run correctly but did not; We only found out when it started burning the trees.
Is there a way that I could run curl from my laptop so I could ensure that it will work on a slave?
The other option would be to actually ssh into a machine and then run the step but I would rather not have to be having to figure out which machine is up if at all possible.
Thanks.
| Assignee | ||
Comment 6•12 years ago
|
||
Well, running it on your laptop isn't a good way to ensure it will work on a slave! You could always use cruncher for this purpose - anything on the build network, not just slaves, has access.
Comment 7•12 years ago
|
||
This command does the job for me:
ssh cruncher "curl -I http://build.mozilla.org/talos/zips/${TALOS_ZIP}"
Anything left in here?
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: server-ops-releng → dustin
Comment 8•12 years ago
|
||
Armen, is there a doc to update ? I don't see anything related to Talos uploads at https://wiki.mozilla.org/ReleaseEngineering/How_To
Flags: needinfo?(armenzg)
Comment 9•12 years ago
|
||
Looks like https://wiki.mozilla.org/ReleaseEngineering:Buildduty:Other_Duties#How_to_update_the_talos_zips is updated already.
Comment 10•12 years ago
|
||
Just found that too. One day we'll learn How_To be consistent where we put things.
Flags: needinfo?(armenzg)
| Assignee | ||
Comment 11•12 years ago
|
||
That's going to change again soon, in bug 657046.
Updated•12 years ago
|
Component: Server Operations: RelEng → RelOps
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•