diff options
author | Eric Anholt <[email protected]> | 2020-04-22 11:28:54 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-27 19:06:57 +0000 |
commit | c259b3ea128405d2e6cf9c831061298959abeb79 (patch) | |
tree | 2f2b0e19a92cbb3d44319a4d95ef0a958d8a6e4a /.gitlab-ci.yml | |
parent | 065068c66aba9b32ac4c65ac91549360b5eb1b7b (diff) |
ci: Drop redundant freedreno stage specification.
The source rules give us the stage.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4685>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8de20ed8ef5..6c6ff6a358c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -829,7 +829,6 @@ arm64_a306_gles3: arm64_a530_gles2: extends: - arm64_a306_gles2 - stage: freedreno variables: BM_KERNEL: /lava-files/db820c-kernel BM_DTB: /lava-files/db820c.dtb |