1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/ci
matejcik 7c1209e61d ci: run python test always
The python pipeline is cheap and the "only:changes:" part is problematic
in gitlab
2022-11-01 14:56:00 +01:00
..
common_sync
hardware_tests style(all): use f-strings for formatting 2021-10-13 11:53:17 +02:00
pyright
ui_test_records
.gitignore docker: don't use nixos/nix as base, use alpine from scratch 2020-06-07 17:08:25 +02:00
build.yml ci: minor caching fixes 2022-07-28 14:47:53 +02:00
check_changelog.sh
check_release_commit_messages.sh
deploy.yml ci: fix data deploy job for release 2022-08-18 13:33:05 +02:00
Dockerfile
environment.yml
posttest.yml
prebuild.yml
prepare_ui_artifacts.py
README.md
shell.nix fix(xmr): fix tx sending to an integrated address 2022-09-30 13:47:06 +02:00
test-hw.yml chore(docs): Clean up dead links [no changelog] 2022-10-25 15:27:32 +02:00
test.yml ci: run python test always 2022-11-01 14:56:00 +01:00

CI

The complete test suite is running on a public GitLab CI. We currently do not have a CI for external contributors. If needed we will repush your PR to enable the CI.

See this list of CI jobs descriptions for more info.

The CI folder contains all the .yml GitLab files that are included in the main .gitlab.yml to provide some basic structure. All GitLab CI Jobs run inside a docker image, which is built using the present Dockerfile. This image is stored in the GitLab registry.