]> Git Repo - J-u-boot.git/blobdiff - .gitlab-ci.yml
rockchip: rk3399-gru: Include pinctrl and regulators in SPL
[J-u-boot.git] / .gitlab-ci.yml
index a7bae035319c199c988b53ca2e5b8bfe4384716d..d91e9e3ff43a1f5625788370bce80a94835ed125 100644 (file)
@@ -31,8 +31,7 @@ stages:
 .buildman_and_testpy_template: &buildman_and_testpy_dfn
   stage: test.py
   retry: 2 # QEMU may be too slow, etc.
-  rules:
-    - when: always
+  needs: [ "Run binman, buildman, dtoc, Kconfig and patman testsuites" ]
   before_script:
     # Clone uboot-test-hooks
     - git config --global --add safe.directory "${CI_PROJECT_DIR}"
@@ -112,8 +111,6 @@ stages:
 build all platforms in a single job:
   stage: world build
   dependencies: []
-  rules:
-    - when: always
   parallel:
     matrix:
       - HOST: "arm64"
@@ -132,8 +129,6 @@ build all platforms in a single job:
 
 .testsuites:
   stage: testsuites
-  rules:
-    - when: always
 
 check for new CONFIG symbols outside Kconfig:
   extends: .testsuites
@@ -496,6 +491,7 @@ xilinx_versal_virt test.py:
     TEST_PY_BD: "xilinx_versal_virt"
     TEST_PY_TEST_SPEC: "not sleep"
     TEST_PY_ID: "--id qemu"
+    OVERRIDE: "-a ~CONFIG_USB_DWC3"
   <<: *buildman_and_testpy_dfn
 
 xtfpga test.py:
@@ -669,3 +665,8 @@ nyan-big:
   variables:
     ROLE: nyan-big
   <<: *lab_dfn
+
+rpi:
+  variables:
+    ROLE: rpi
+  <<: *lab_dfn
This page took 0.021133 seconds and 4 git commands to generate.