Kevin Meinhardt

Results 125 comments of Kevin Meinhardt

Are you sure this is still an issue? I'm not able to reproduce no matter what I do. I was able to test this using docker in docker. What I...

I set a pairing session for us. I'm not sure I understand exactly the parameters of how to reproduce this. We can do it together and walk through the steps.

Naive question: if we just built the image locally as the default by modifying the compose.yml, this goes away?

Reran this test with a nonroot user. To clarify, my nonroot user has UID and GID that is not 9500. Running ```bash make initialize_docker ``` installs python deps in the...

Okay, I was able to reproduce finally and able to solve (for linux host), I think.. Updated the first commit to reflect those changes. Now I'm getting weird behavior running...

It is possible. You'll see a form to provide inputs. Agree this solves the current use case and in a more continuous deployment strategy the benefit of tags does dissipate....

https://jkrsp.com/deploy-and-rollback-releases-with-github-actions/

Does this https://github.com/mozilla/test-github-features/pull/60 help here? Questioning the void.

Files created in the docker build still have 9500 owner, when we run fix_olympia_user we modify the `olympia` user and group but not files owner by the 9500 user/group https://github.com/mozilla/addons-server/actions/runs/8453429444/job/23156072525?pr=22085

Note: This [build](https://github.com/mozilla/addons-server/actions/runs/8520545411/job/23336886197?pr=22102) is 1) not failing when a test fails, this is a problem, needs to be fixed. 2) the reason it is failing is because the files `static/js/zamboni/stats-all.js`...