-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Description
Disabled builders were introduced in #41864. These are Docker images which are explicitly prevented from being run from Travis. However,
- Since we are going to explicitly list all images in
.travis.yml, there seems no reason to introduce adisabled/folder - We may really want to run these images on Travis as a try-build.
Nowadays, Travis supports conditional jobs, so we could actually
-
Move those disabled builders back into the normal location
-
Revert specialization in
src/ci/docker/run.shabout disabled images -
Expose them to
.travis.ymlbut disable them via conditions:- env: IMAGE=aarch64-gnu if: type = disabled # <- this condition is always false
The motivation is allowing check builders of tier-2/3 platforms (e.g. Redox, CloudABI, the embedded platforms etc) be run on demand.
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.