From 7c1209e61d08ef12885e87d6faefd80a3e317219 Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 21 Oct 2022 13:03:04 +0200 Subject: [PATCH] ci: run python test always The python pipeline is cheap and the "only:changes:" part is problematic in gitlab --- ci/test.yml | 7 ------- docs/ci/jobs.md | 8 ++++---- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ci/test.yml b/ci/test.yml index 421191d9d5..e5df4d2886 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -607,13 +607,6 @@ python test: variables: LC_ALL: "C.UTF-8" LANG: "C.UTF-8" - only: - changes: - - poetry.lock - - .gitlab-ci.yml - - ci/** - - common/** - - python/** script: # Workaround for nixpkgs+tox integration failure which results in: # ModuleNotFoundError: No module named '_sysconfigdata__linux_x86_64-linux-gnu' diff --git a/docs/ci/jobs.md b/docs/ci/jobs.md index fff6b962fe..5d7ff7e59c 100644 --- a/docs/ci/jobs.md +++ b/docs/ci/jobs.md @@ -219,13 +219,13 @@ Persistence tests. ### [python test](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L603) -### [python support test](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L629) +### [python support test](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L622) -### [storage test](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L639) +### [storage test](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L632) -### [core unix memory profiler](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L663) +### [core unix memory profiler](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L656) -### [connect test core](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L687) +### [connect test core](https://github.com/trezor/trezor-firmware/blob/master/ci/test.yml#L680) --- ## TEST-HW stage - [test-hw.yml](https://github.com/trezor/trezor-firmware/blob/master/ci/test-hw.yml)