pocmatos
2020-4-24 13:03:13

Finally worked around github’s problem with environment variables, but not something fails and github provices a less than helpful message: https://github.com/racket/racket/runs/615277002?check_suite_focus=true


samth
2020-4-24 13:44:47

lol


pocmatos
2020-4-24 14:14:00

I merged anyway because the problem we were having is fixed.


pocmatos
2020-4-24 14:14:22

Still, going to start annoying the hell out of the github engineers.


pocmatos
2020-4-24 14:15:10

pocmatos
2020-4-24 14:15:26

Now it says the operation was cancelled. Who cancelled? GitHub?


pocmatos
2020-4-24 14:16:00

It’s like they are running these things on some sort of Amazon EC2 Spot instances and if the instances are taken down by amazon, they just cancel the run. A bit ridiculous.


pocmatos
2020-4-24 14:16:26

Of course, I don’t know where the jobs are running but that’s the feeling I get.


samth
2020-4-24 14:16:45

it definitely runs on Azure, but I assume they have something like Spot


pocmatos
2020-4-24 14:17:00

Right, I forgot this is all Microsoft domain… so azure.


sorawee
2020-4-25 01:13:10

sorawee
2020-4-25 01:13:36

From what I understand, it means there’s an internal error.


sorawee
2020-4-25 01:14:03

But they really should provide some information…


sorawee
2020-4-25 06:57:19

I don’t know if this is possible, but can we give rights to PR-ers to restart CI?


sorawee
2020-4-25 06:58:56

For example, my PR (https://github.com/racket/racket/pull/2700) is failing because I pushed the commit when GitHub services were failing a couple of days ago. I want to run the tests again, but I don’t have a permission I think.