Skip to content
Elad Aharon edited this page Jun 3, 2019 · 9 revisions

TRex wiki

Check Your Pull Request With Our Setups

Any pull request checked automatically by travis.

The default option is not running your commit on our setups, if you want to do so you should include the keyword: run_this_on_travis somewhere in your commit message.

⚠️ Test your code on your local regression tests, only after it passed commit with run_this_on_travis keyword. ⚠️

Examples:

500
500

After that you should see travis indicator for your test:

500
  • Yellow - Test in progress

  • Red - Test failed

  • Green - Test passed

How Long Is It Going To Take?

Our setups takes at least 1.5 hours and sometimes can exceed it, our trex-bot will comment on your pull request with a link to your results when it’s done.

How to interpret the results

All Test Results

Test Again

If you want to test the same commit again, please make a minor change (add an empty line) and commit again on the same pull request. Travis will notice that and add you to our queue.

Cancellation

At this point it is not possible to cancel a running test, please take this into account.