Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Do not merge] Run try on multiple past commits without merging them to current master #25351
Conversation
|
@bors-servo try=wpt |
[Do not merge] Run try on multiple past commits without merging them to current master
|
|
|
@bors-servo try=wpt |
[Do not merge] Run try on multiple past commits without merging them to current master
|
|
|
@bors-servo try=wpt |
[Do not merge] Run try on multiple past commits without merging them to current master
|
|
|
@bors-servo try=wpt |
[Do not merge] Run try on multiple past commits without merging them to current master
|
|
…to current master
|
@bors-servo try=wpt |
[Do not merge] Run try on multiple past commits without merging them to current master
|
Alright! It looks like https://community-tc.services.mozilla.com/tasks/groups/CvCvx9NHRESFPokJbQkQag has started as intended. In this PR the decision task schedules testing not for that same PR but for two older commits (that I picked at semi-random) whose SHAs are near the top of Builds are indexed/cached as usual (for a week), but indexing of WPT tasks is disabled. @jdm you should be able to take this branch, change the set of commits to test, then either:
Another thing you can tweak is |
|
|
|
The following script has made my life significantly better when I want to retrigger a set of tasks a large number of times: export TASKCLUSTER_ROOT_URL=https://community-tc.services.mozilla.com/
eval $(taskcluster signin)
times=$1
shift
for task in $@
do
for (( i = 1 ; i < $times; i++ ))
do
taskcluster task retrigger $task
done
done |
|
@SimonSapin Let's say I have pushed branches testA and testB to the servo/servo remote. Will using commits from those branches in the commits list of the decision task work? If not, what else needs modifying? |
|
I’ve added a commit that makes sub-tasks fetch all branches from github.com/servo/servo, which should allow that. @bors-servo try=wpt |
[Do not merge] Run try on multiple past commits without merging them to current master
|
|
|
@bors-servo try=wpt |
[Do not merge] Run try on multiple past commits without merging them to current master
|
|
|
|
|
I believe this has served its purpose. |
SimonSapin commentedDec 20, 2019
No description provided.