James C Scott III
James C Scott III
@dependabot rebase
Reason why the deploy still fails upon retriggering: https://github.com/web-platform-tests/wpt.fyi/issues/2928
A possibility would be to move the webapp to use a [custom runtime](https://cloud.google.com/appengine/docs/flexible/custom-runtimes/build#docker). In that instance, you provide a Dockerfile at the same level as the app.yaml. That Dockerfile can...
I was able to get a working implementation of my suggestion. However, through the process of moving from App Engine standard to App Engine flexible, I learned that users of...
Regarding the Github tasks not completing for WPT: Looks like there is a problem with that particular version of taskcluster. I put details for the Taskcluster team in this comment:...
@lotas Thank you so much for keeping us updated. We will be monitoring on our side and report back our results. Will close this issue after we have verified.
@lotas I see that the new TaskCluster version has been deployed. Starting today, Firefox and Chrome runs are reporting back successfully now. 🎉 https://github.com/web-platform-tests/wpt/commits/master https://wpt.fyi/runs?label=master&max-count=100&from=2022-08-30T00%3A00&view=subtest Let's keep this open for...
@lotas There is one run that seems stuck. https://github.com/web-platform-tests/wpt/runs/8202440583 But the task is completed: https://community-tc.services.mozilla.com/tasks/NqSkFqu1Q9Cg1Qw6bxdQ2g
@lotas Thanks for the detailed explanation! Please keep us updated on the progress. Happy to provide any information needed from our side.
@jrobbins For step two, what about creating `static-src`? Underneath would be: ``` ├── static │ ├── css │ ├── dist │ ├── img │ ├── js │ ├── robots.txt │...