CI: Stop building and testing patman
patman is now just a stub, so drop its requirements file and its 'patman test' run from the Azure and GitLab pipelines. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -146,7 +146,7 @@ stages:
|
||||
make tools-only_config envtools -j$(nproc)
|
||||
|
||||
- job: utils
|
||||
displayName: 'Run binman, buildman, dtoc, Kconfig and patman testsuites'
|
||||
displayName: 'Run binman, buildman, dtoc and Kconfig testsuites'
|
||||
pool:
|
||||
vmImage: $(ubuntu_vm)
|
||||
container:
|
||||
@@ -163,7 +163,6 @@ stages:
|
||||
pip install -r test/py/requirements.txt \
|
||||
-r tools/binman/requirements.txt \
|
||||
-r tools/buildman/requirements.txt \
|
||||
-r tools/patman/requirements.txt \
|
||||
-r tools/u_boot_pylib/requirements.txt \
|
||||
-r scripts/dtc/pylibfdt/requirements.txt
|
||||
export UBOOT_TRAVIS_BUILD_DIR=/tmp/tools-only
|
||||
@@ -178,7 +177,6 @@ stages:
|
||||
COVERAGE_FILE=/tmp/.coverage ./tools/binman/binman ${TOOLPATH} test -T
|
||||
./tools/buildman/buildman -t
|
||||
./tools/dtoc/dtoc -t
|
||||
./tools/patman/patman test
|
||||
make O=${UBOOT_TRAVIS_BUILD_DIR} testconfig
|
||||
|
||||
- job: pylint
|
||||
@@ -197,7 +195,6 @@ stages:
|
||||
pip install -r test/py/requirements.txt \
|
||||
-r tools/binman/requirements.txt \
|
||||
-r tools/buildman/requirements.txt \
|
||||
-r tools/patman/requirements.txt \
|
||||
-r tools/u_boot_pylib/requirements.txt \
|
||||
-r scripts/dtc/pylibfdt/requirements.txt \
|
||||
asteval pylint==3.3.4 pyopenssl
|
||||
|
||||
+3
-4
@@ -206,7 +206,7 @@ Build allyesconfig, tools-only and envtools:
|
||||
make mrproper;
|
||||
make tools-only_config envtools -j$(nproc)
|
||||
|
||||
Run binman, buildman, dtoc, Kconfig and patman testsuites:
|
||||
Run binman, buildman, dtoc and Kconfig testsuites:
|
||||
extends: .testsuites
|
||||
tags:
|
||||
- ${DEFAULT_AMD64_TAG}
|
||||
@@ -218,7 +218,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
|
||||
python3 -m venv /tmp/venv;
|
||||
. /tmp/venv/bin/activate;
|
||||
pip install -r test/py/requirements.txt -r tools/binman/requirements.txt
|
||||
-r tools/buildman/requirements.txt -r tools/patman/requirements.txt
|
||||
-r tools/buildman/requirements.txt
|
||||
-r tools/u_boot_pylib/requirements.txt
|
||||
-r scripts/dtc/pylibfdt/requirements.txt;
|
||||
export UBOOT_TRAVIS_BUILD_DIR=/tmp/tools-only;
|
||||
@@ -234,7 +234,6 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
|
||||
./tools/binman/binman ${TOOLPATH} test -T;
|
||||
./tools/buildman/buildman -t;
|
||||
./tools/dtoc/dtoc -t;
|
||||
./tools/patman/patman test;
|
||||
make testconfig
|
||||
|
||||
# Check for any pylint regressions
|
||||
@@ -245,7 +244,7 @@ Run pylint:
|
||||
- python3 -m venv /tmp/venv
|
||||
- . /tmp/venv/bin/activate
|
||||
- pip install -r test/py/requirements.txt -r tools/binman/requirements.txt
|
||||
-r tools/buildman/requirements.txt -r tools/patman/requirements.txt
|
||||
-r tools/buildman/requirements.txt
|
||||
-r tools/u_boot_pylib/requirements.txt
|
||||
-r scripts/dtc/pylibfdt/requirements.txt asteval pylint==3.3.4 pyopenssl
|
||||
- export PATH=${PATH}:~/.local/bin
|
||||
|
||||
Reference in New Issue
Block a user