drm_hwcomposer: CI: Make checkstyle a placeholder
The checkstyle job runs a quick script but currently makes use of a full gitlab runner. Instead, add the placeholder tag to this job so that it can be picked up and run in parallel with other light-weight jobs. This should free up resources and avoid waits to run the checkstyle job. Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
This commit is contained in:
parent
45cdacc21d
commit
2aea508046
1 changed files with 2 additions and 0 deletions
|
|
@ -56,3 +56,5 @@ checkstyle:
|
|||
artifacts:
|
||||
when: on_failure
|
||||
untracked: true
|
||||
tags:
|
||||
- placeholder-job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue