X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitlab-ci.yml;h=4c89daeadcf319ab6eff7e2dac75027f06365830;hb=bfb5387fe91cc881b4b22218e9a40713b222675b;hp=699ce991fb37c2457a28dc062ca553a2d96b0983;hpb=2d34be0a9e12cf050de39ad95375213f48e685bd;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 699ce99..4c89dae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # Grab our configured image. The source for this is found at: # https://source.denx.de/u-boot/gitlab-ci-runner -image: trini/u-boot-gitlab-ci-runner:focal-20210921-05Oct2021 +image: trini/u-boot-gitlab-ci-runner:focal-20211006-14Nov2021 # We run some tests in different order, to catch some failures quicker. stages: @@ -177,8 +177,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites: Run tests for Nokia RX-51 (aka N900): stage: testsuites script: - - ./tools/buildman/buildman --fetch-arch arm; - export PATH=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/:$PATH; + - export PATH=/opt/gcc-11.1.0-nolibc/arm-linux-gnueabi/bin:$PATH; test/nokia_rx51_test.sh # Test sandbox with test.py