mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
gitlab-ci: Add USER environment variable to buildman/patman tests
The way that some of the tests here are designed, they expect USER to be set in the environment. This is not the case in the docker images, so set a reasonable value. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
feb5a02f86
commit
edbe0d5664
@ -152,12 +152,14 @@ Run patman testsuite:
|
||||
script:
|
||||
- git config --global user.name "GitLab CI Runner"
|
||||
- git config --global user.email trini@konsulko.com
|
||||
- export USER=gitlab
|
||||
- ./tools/patman/patman --test
|
||||
|
||||
Run buildman testsuite:
|
||||
tags: [ 'all' ]
|
||||
stage: testsuites
|
||||
script:
|
||||
- export USER=gitlab
|
||||
- ./tools/buildman/buildman -t
|
||||
|
||||
Run binman and dtoc testsuite:
|
||||
|
Loading…
Reference in New Issue
Block a user