aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dromaeo/run_dromaeo.py
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-10-23 13:57:36 +0200
committerGitHub <noreply@github.com>2023-10-23 11:57:36 +0000
commitfdcbe613ac152aeac8ae82830b027f90abc1c780 (patch)
tree3153ba5df4a5ada12048566c00d83eeb594e5116 /tests/dromaeo/run_dromaeo.py
parent66e169cc71741bb4c7a16651955e98cf6a261741 (diff)
downloadservo-fdcbe613ac152aeac8ae82830b027f90abc1c780.tar.gz
servo-fdcbe613ac152aeac8ae82830b027f90abc1c780.zip
Allow trigger try workfows using labels (#30383)
This change adds and alternate method for triggering try changes. Instead of comments, changes are triggered via applying labels to pull requests. The action will remove the label from the request and start the requested jobs. This will require creating at least a few labels: - T-full - T-linux-wpt-2013 - T-linux-wpt-2020 - T-macos - T-windows More labels can be added as we support more configurations. The good thing about this change is that try jobs against the actual branch in the pull request instead of the master branch. This means that changes to CI can be tested (unlike for comment processing). One bit caveat with this change is that when adding multiple labels, a CI job is triggered for each. Only one real build will run for each label, but whether or more try jobs is triggered is a race condition. The first CI job to successfully remove the label will actually trigger the job. If the same job removes two compatible labels, then they can share a build (for instance two types of WPT linux jobs). If not there will be two. Note that this is at least as efficient as the current behavior.
Diffstat (limited to 'tests/dromaeo/run_dromaeo.py')
0 files changed, 0 insertions, 0 deletions