travis-ci / docs-travis-ci-com

The Travis CI Documentation
http://docs.travis-ci.com
587 stars 3.21k forks source link

Unclear description about the number of Matrix build jobs #3153

Open gaurav-nelson opened 2 years ago

gaurav-nelson commented 2 years ago

File: user/build-matrix.md The topic https://docs.travis-ci.com/user/build-matrix/#listing-individual-jobs lists the following information:

Build matrixes are currently limited to a maximum of 200 jobs for both private and public repositories. If you are on an open-source plan, please remember that Travis CI provides this service free of charge to the community. So please only specify the matrix you actually need.

  1. What does it mean?
    • 200 jobs per month
    • 200 jobs only
    • 200 jobs in a single travis CI file
    • ???
  2. What happens after 200 jobs are over?
gaurav-nelson commented 2 years ago

Received the following reply from Travis support:

Hello, Thank you for reaching out! I will happily assist you. The limit on the job count is per your .travis.yml file. If the number of jobs within a .travis.yml files exceeds 200 jobs your build request will be rejected and no build will be triggered from that specific .travis.yml file. I hope this helps, please let us know if you need further assistance, we will be glad to help.