Re: [PATCH 9/9] gitlab-ci: Use absolute path and simplify firmware jobs

2021-05-25 Thread Philippe Mathieu-Daudé
On 5/25/21 10:56 AM, Daniel P. Berrangé wrote: > On Tue, May 25, 2021 at 10:25:56AM +0200, Philippe Mathieu-Daudé wrote: >> The GitLab 'add job on file changed' feature doesn't work well >> with relative paths: use absolute paths instead. >> >> Change the 'rules:' section by an 'only:' one which is

Re: [PATCH 9/9] gitlab-ci: Use absolute path and simplify firmware jobs

2021-05-25 Thread Daniel P . Berrangé
On Tue, May 25, 2021 at 10:25:56AM +0200, Philippe Mathieu-Daudé wrote: > The GitLab 'add job on file changed' feature doesn't work well > with relative paths: use absolute paths instead. > > Change the 'rules:' section by an 'only:' one which is easier > to read. GitLab docs say "rules replaces

[PATCH 9/9] gitlab-ci: Use absolute path and simplify firmware jobs

2021-05-25 Thread Philippe Mathieu-Daudé
The GitLab 'add job on file changed' feature doesn't work well with relative paths: use absolute paths instead. Change the 'rules:' section by an 'only:' one which is easier to read. Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.d/edk2.yml| 11 +-- .gitlab-ci.d/opensbi.yml |