summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01f05a04870..f5d38eaa7ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,8 +32,6 @@ stages:
stage: test.py
retry: 2 # QEMU may be too slow, etc.
needs: [ "Run binman, buildman, dtoc, Kconfig and patman testsuites" ]
- rules:
- - when: always
before_script:
# Clone uboot-test-hooks
- git config --global --add safe.directory "${CI_PROJECT_DIR}"
@@ -113,8 +111,6 @@ stages:
build all platforms in a single job:
stage: world build
dependencies: []
- rules:
- - when: always
parallel:
matrix:
- HOST: "arm64"
@@ -133,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