Testing/CI/Shippable: Difference between revisions

From QEMU
No edit summary
No edit summary
Line 5: Line 5:
The two most common failure modes are:
The two most common failure modes are:


  - 32/64 bit compile failure, usually because the developer only built on 64 bit
* 32/64 bit compile failure, usually because the developer only built on 64 bit
  - failure to build the docker image due to network stability
* failure to build the docker image due to network stability

Revision as of 12:09, 14 March 2019

Shippable is used mostly to do our cross compile testing. It uses the existing docker infrastructure to build out major architectures. The configuration is in .shippable.yml

Failures

The two most common failure modes are:

  • 32/64 bit compile failure, usually because the developer only built on 64 bit
  • failure to build the docker image due to network stability