Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: build dEQP VK 1.1.6 in the x86 test image for VK | Samuel Pitoiset | 2019-12-06 | 1 | -1/+6 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> | ||||
* | gitlab-ci: build cts_runner in the x86 test image for VK | Samuel Pitoiset | 2019-12-06 | 1 | -1/+5 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> | ||||
* | gitlab-ci: add a new job that builds a base test image for VK | Samuel Pitoiset | 2019-12-06 | 1 | -0/+70 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> | ||||
* | gitlab-ci: add a gl suffix to the x86 test image and all test jobs | Samuel Pitoiset | 2019-12-06 | 1 | -0/+0 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> | ||||
* | gitlab-ci: rename build-deqp.sh to build-deqp-gl.sh | Samuel Pitoiset | 2019-12-06 | 2 | -4/+4 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> | ||||
* | gitlab-ci/deqp: detect and report flakes | Rob Clark | 2019-11-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | If there are a small number of fails, re-run to determine if they are flakes, and optionally (if `$FLAKES_CHANNEL` configured) report the flakes. This way flakes don't interfere with developers working on other drivers, but get logged so that the developers working on the flaking driver can monitor the situation. Signed-off-by: Rob Clark <[email protected]> Acked-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: move building piglit into a separate script | Samuel Pitoiset | 2019-11-21 | 1 | -10/+1 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> | ||||
* | gitlab-ci: Fix dir name for VK-GL-CTS sources | Tomeu Vizoso | 2019-11-20 | 1 | -1/+1 |
| | | | | | Signed-off-by: Tomeu Vizoso <[email protected]> Acked-by: Alyssa Rosenzweig <[email protected]> | ||||
* | gitlab-ci: bump piglit checkout commit | Timothy Arceri | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | gitlab-ci: Rename container install scripts to match job names (better) | Michel Dänzer | 2019-11-15 | 6 | -0/+672 |
Cleans up .gitlab-ci/ a little, and allows using a single DEBIAN_EXEC line for all container jobs. v2: * Use lava_arm.sh instead of arm_lava.sh for consistency with v2 of the previous change Reviewed-by: Eric Anholt <[email protected]> # v1 Reviewed-by: Eric Engestrom <[email protected]> |