Allow_failures does not appear on the web UI

Hi,

I don’t see the builds that are under the allow_failures tag on the Web UI.

Here is an example of build: https://travis-ci.org/neuropoly/spinalcordtoolbox/builds/541859512

The build Ubuntu 14.04 (Trusty) is missing from the list, although it should be run (see under “View config”).

Maybe the allow_failures section is misplaced?

Thanks,
Julien

You have not defined a job that matches the conditions shown in https://github.com/neuropoly/spinalcordtoolbox/blob/b241b6216599e7b52ae7e4b086c6951479dd99ee/.travis.yml#L30-L33.

See https://docs.travis-ci.com/user/customizing-the-build/#matching-jobs-with-allow_failures for more details.

Thank you! It took me some time to understand the concept, but I got it now. For the record, here is a working solution:
https://travis-ci.org/neuropoly/spinalcordtoolbox/builds/541942981/config