mozilla / bedrock

Making mozilla.org awesome, one pebble at a time
https://www.mozilla.org
Mozilla Public License 2.0
1.18k stars 919 forks source link

Integration tests app does not load CMS images #15185

Open alexgibson opened 2 months ago

alexgibson commented 2 months ago

Description

CMS images are 404 on https://test.bedrock.nonprod.webservices.mozgcp.net/en-US/about/leadership/ since they try to load from storage.googleapis.com

stevejalim commented 2 months ago

@alexgibson given that test uses the sqlite-exported Dev DB (which comes out every 12 hours) and doesn't upload any data, we could make bedrock-test use the same GCS bucket spec as dev and load assets from there. I don't think we want a CDNed MEDIA_URL for bedrock-test, so that should be fine

stevejalim commented 2 months ago

@alexgibson Is this blocking anything right now, or (naturally) just a good thing to sort out

stevejalim commented 2 months ago

Waiting on SRE feedback as I can't seem to add the right Secrets to configure bedrock-test the way I think we could

alexgibson commented 2 months ago

Is this blocking anything right now, or (naturally) just a good thing to sort out

Nope, just something that's a nice to have :)