Closed Bug 891504 Opened 12 years ago Closed 12 years ago

talos zips not accessible through mozilla vpn

Categories

(Infrastructure & Operations :: RelOps: General, task)

x86_64
Linux
task
Not set
normal

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.
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.
..and then we're going to turn off relengweb1, which is where this is hosted now.
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}
You should still be able to reach that from a slave (or we'd have the trees closed!) - just not from the VPN.
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.
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.
This command does the job for me: ssh cruncher "curl -I http://build.mozilla.org/talos/zips/${TALOS_ZIP}" Anything left in here?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee: server-ops-releng → dustin
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)
Just found that too. One day we'll learn How_To be consistent where we put things.
Flags: needinfo?(armenzg)
That's going to change again soon, in bug 657046.
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.