CI: Remove the concept of "Disabled builders" #49700
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Disabled builders were introduced in #41864. These are Docker images which are explicitly prevented from being run from Travis. However,
.travis.yml
, there seems no reason to introduce adisabled/
folderNowadays, Travis supports conditional jobs, so we could actually
Move those disabled builders back into the normal location
Revert specialization in
src/ci/docker/run.sh
about disabled imagesExpose them to
.travis.yml
but disable them via conditions:The motivation is allowing check builders of tier-2/3 platforms (e.g. Redox, CloudABI, the embedded platforms etc) be run on demand.
The text was updated successfully, but these errors were encountered: