servo/etc/ci
Martin Robinson fdcbe613ac
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.
2023-10-23 11:57:36 +00:00
..
fontconfig Cargoify servo 2014-09-08 20:21:42 -06:00
performance Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
chaos_monkey_test.py Added /etc/ci/chaos_monkey_test.py. 2016-04-29 09:54:20 -05:00
check_dynamic_symbols.py Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
generate_workflow.py Add UWP builds to github actions. 2021-05-29 16:05:02 -04:00
lockfile_changed.sh Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
macos_package_smoketest.sh Verify the macOS package can load basic pages. 2020-07-21 13:12:03 -04:00
mutation_test.sh Update MPL license to https (part 1) 2018-11-19 14:46:43 +01:00
report_aggregated_expected_results.py Allow trigger try workfows using labels (#30383) 2023-10-23 11:57:36 +00:00
xorg.conf Cargoify servo 2014-09-08 20:21:42 -06:00