Valen Varangu-Booth

Results 4 comments of Valen Varangu-Booth

It's maybe worth mentioning as well that the addons server will often return an error (504), _even when the source was successfully uploaded_. (https://github.com/mozilla/addons/issues/1846), which makes this behaviour even more...

Confirmed, we're able to push up packages via API again as well! Thanks for getting this resolved!

We solve this with a pre-run script that the Actions runner invokes _before_ `runner-container-hooks` that builds up our Pod template. Script looks like this: ``` apiVersion: v1 kind: ConfigMap metadata:...

Here's what our container & volume runner template spec looks like - we just provide an `emptyDir` that the script dumps the config into, using the same var that container...