Message ID | 20240925143447.2232845-1-chris.paterson2@renesas.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [isar-cip-core] .gitlab-ci.yml: Use "large" runner for cve-checks job | expand |
On 25.09.24 16:34, Chris Paterson wrote: > We are seeing constant issues when using CIP's "small" GitLab runner for > the cve-checks job. Switching to the "large" runner seems to be reliable. > > Reported-by: Sai Ashrith Sathujoda <sai.sathujoda@toshiba-tsip.com> > Signed-off-by: Chris Paterson <chris.paterson2@renesas.com> > --- > .gitlab-ci.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index bc98ec9634b0..6c92927f567d 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -458,7 +458,7 @@ cve-checks: > needs: [] > image: registry.gitlab.com/cip-project/cip-core/debian-cve-checker:build-latest > tags: > - - small > + - large > script: > - scripts/run-cve-checks.sh > when: manual Taking this for now, but are we also trying to understand what is wrong with the small runners? Jan
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc98ec9634b0..6c92927f567d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -458,7 +458,7 @@ cve-checks: needs: [] image: registry.gitlab.com/cip-project/cip-core/debian-cve-checker:build-latest tags: - - small + - large script: - scripts/run-cve-checks.sh when: manual
We are seeing constant issues when using CIP's "small" GitLab runner for the cve-checks job. Switching to the "large" runner seems to be reliable. Reported-by: Sai Ashrith Sathujoda <sai.sathujoda@toshiba-tsip.com> Signed-off-by: Chris Paterson <chris.paterson2@renesas.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)