Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: limit ninja to 4 threads max | Eric Engestrom | 2019-02-13 | 1 | -1/+1 |
| | | | | | | | | | | I tried bumping the limit on make and scons instead, but that just thrashed the runners, so let's not do that (sorry @daniels :]). Instead, remove the automatic thread management from ninja and limit it to 4 instead, in line with make and scons. Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: Re-use docker image from the main repo in forked repos | Michel Dänzer | 2019-02-11 | 1 | -0/+5 |
| | | | | | | | | | | | | Instead of generating it from scratch in each forked repo. This should save time, energy and storage. (The xserver & xf86-video-amdgpu CI scripts do basically the same) v2: * Hardcode "mesa" instead of using $CI_PROJECT_NAME, to avoid breakage if the project name is changed after forking (Eric Engestrom) Reviewed-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: workaround docker bug for users with uppercase characters | Eric Engestrom | 2019-02-08 | 1 | -1/+1 |
| | | | | | | | CI_REGISTRY_IMAGE == lower($CI_REGISTRY/$CI_PROJECT_PATH) Suggested-by: Daniel Stone <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson glvnd build | Eric Engestrom | 2019-02-06 | 1 | -0/+19 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium ST Other build | Eric Engestrom | 2019-02-06 | 1 | -0/+26 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium ST Clover LLVM-7 build | Eric Engestrom | 2019-02-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium ST Clover LLVM-6.0 build | Eric Engestrom | 2019-02-06 | 1 | -0/+5 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium ST Clover LLVM-5.0 build | Eric Engestrom | 2019-02-06 | 1 | -0/+5 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium ST Clover LLVM-4.0 build | Eric Engestrom | 2019-02-06 | 1 | -0/+5 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium ST Clover LLVM-3.9 build | Eric Engestrom | 2019-02-06 | 1 | -0/+24 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium Drivers "Other" build | Eric Engestrom | 2019-02-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium Drivers RadeonSI build | Eric Engestrom | 2019-02-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make Gallium Drivers SWR build | Eric Engestrom | 2019-02-06 | 1 | -0/+25 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add make loaders/classic DRI build | Eric Engestrom | 2019-02-06 | 1 | -0/+23 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson gallium ST "Other" build | Eric Engestrom | 2019-02-06 | 1 | -0/+21 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson gallium ST Clover (LLVM 7.0) build | Eric Engestrom | 2019-02-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson gallium ST Clover (LLVM 6.0) build | Eric Engestrom | 2019-02-06 | 1 | -0/+5 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson gallium ST Clover (LLVM 5.0) build | Eric Engestrom | 2019-02-06 | 1 | -0/+20 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson gallium "other drivers" build | Eric Engestrom | 2019-02-06 | 1 | -0/+20 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson gallium RadeonSI build | Eric Engestrom | 2019-02-06 | 1 | -0/+20 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson gallium SWR build | Eric Engestrom | 2019-02-06 | 1 | -0/+23 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add meson loader/classic DRI build | Eric Engestrom | 2019-02-06 | 1 | -0/+21 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add scons SWR build | Eric Engestrom | 2019-02-06 | 1 | -0/+7 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add scons llvm 3.5 build | Eric Engestrom | 2019-02-06 | 1 | -0/+10 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add a scons no-llvm build | Eric Engestrom | 2019-02-06 | 1 | -0/+14 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add a make vulkan build | Eric Engestrom | 2019-02-06 | 1 | -0/+49 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add a meson vulkan build | Eric Engestrom | 2019-02-06 | 1 | -0/+61 |
| | | | | Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | gitlab-ci: add ubuntu container | Eric Engestrom | 2019-02-06 | 1 | -0/+49 |
Signed-off-by: Eric Engestrom <[email protected]> |