Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Chrome and Firefox stable wpt.fyi runs #20551

Closed
rakuco opened this issue Dec 2, 2019 · 10 comments
Closed

Missing Chrome and Firefox stable wpt.fyi runs #20551

rakuco opened this issue Dec 2, 2019 · 10 comments
Assignees
Labels

Comments

@rakuco
Copy link
Member

rakuco commented Dec 2, 2019

The latest wpt.fyi run that included Safari, Chrome and Firefox is 1df8c00.

Since then, there have been 20bb1ca, 5df56b2, and 9c100c3, all of which contain only Safari runs.

@stephenmcgruer
Copy link
Contributor

These should be triggered from refs/heads/epochs/daily I believe; I suspect the decision task graph work broke this.

@stephenmcgruer
Copy link
Contributor

Hrm, I am somewhat confused. If we go back to November 26th, we can see a commit (5454021b) which ran a taskcluster push, where picking any individual task shows it has \"ref\":\"refs/heads/epochs/daily\".

But if we look at November 30th, we find that epochs was pushed to 5df56b25e1, but looking at that commits page and grabbing the Taskcluster push linked there, and looking at the ref there of some random task we get \"ref\": \"refs/heads/master\".

So Taskcluster didn't trigger for epochs? I'm looking at the new .taskcluster.yml atm, trying to understand how that might have happened (but could be red herring?)

@stephenmcgruer
Copy link
Contributor

I just pushed to triggers/chrome_stable to see what would happen. Monitoring https://github.com/web-platform-tests/wpt/commits/triggers/chrome_stable; I would expect to see a TC run happen for refs/heads/triggers/chrome_stable.

@stephenmcgruer
Copy link
Contributor

As far as I can tell, nothing happened. https://github.com/web-platform-tests/wpt/commits/triggers/chrome_stable shows a bunch of Azure Pipeline runs going (which I think are from the actual master commit), but the TaskCluster run that is listed is also old and appears to be for refs/head/master.

@stephenmcgruer
Copy link
Contributor

Pushing triggers/firefox_nightly to see.

@stephenmcgruer
Copy link
Contributor

Firefox nightly works?!

https://github.com/web-platform-tests/wpt/commits/triggers/firefox_nightly shows https://community-tc.services.mozilla.com/tasks/ZGai_M8ZSxa9T3k3AQJBRg which has a ref of refs/heads/triggers/firefox_nightly ...

@stephenmcgruer
Copy link
Contributor

This is interesting. If we look at the commit for 5df56b2, it has an error in a comment at 7:36pm EST November 30th. That is the same time as the action that pushed that sha to the epoch branches happened.

Again it happens again for 9c100c3, again matching the epoch action timestamp.

@stephenmcgruer
Copy link
Contributor

I managed to find a log of the events github has sent, by looking at the dispatched events for one of our webhooks (that only listens to pushes).

event.sender.login for the epoch push is github-actions[bot], and I'll bet my hat Taskcluster won't accept that as an email...

@stephenmcgruer
Copy link
Contributor

This was hopefully fixed by #20561, we will see from today's daily push to epochs.

@rakuco
Copy link
Member Author

rakuco commented Dec 3, 2019

Looks like it -- 28b0967 includes Safari, Firefox and Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants