-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Run the results jobs when idlharness.js changes #18500
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subject to removing earlier commit
429f890
to
9e458b0
Compare
Submitting the task to Taskcluster failed. DetailsInterpreterError at template.tasks[1].payload.command[3]: object has no property job_name |
1 similar comment
Submitting the task to Taskcluster failed. DetailsInterpreterError at template.tasks[1].payload.command[3]: object has no property job_name |
@jgraham - I've totally changed this PR, as per discussion, it makes sense to distinguish the single run job from stability for the idlharness.js case. PTAL |
Submitting the task to Taskcluster failed. DetailsInterpreterError at template.tasks[1].payload.command[3]: object has no property job_name |
3c3e00c
to
d09996b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks reasonable to me, but I'd like to hear if @jgraham has more feedback. When I was setting up Azure Pipelines I think I suggested introducing an affected_tests
job, but ended up making the jobs unconditional instead.
I wonder if we should change Azure Pipelines to use this new job as well, or make unconditional on Taskcluster too? (Need not block this change.)
Does it really not timeout running the stability job for |
No, you're right, it does time out, which is why this change distinguishes single run from stability for including idlharness.js. |
Gah. I can't read. 🙂 This looks reasonable to me too. |
d09996b
to
a1c3788
Compare
Taskcluster failure is #19297 |
Includes #18382 temporarily to fully test the behaviour.