Skip to content

Commit

Permalink
ci: update master rpi test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankur committed May 3, 2024
1 parent 4132c2f commit 482f11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/ci/test-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.tests_sanitizers_master_template:
extends: .tests_sanitizers_template
stage: sanitizer_test_idf_master
image: $CI_DOCKER_REGISTRY/target-test-env-v5.3:1
image: $CI_DOCKER_REGISTRY/target-test-env-v5.4:1
before_script:
- pip install xmlrunner
- pip install pygdbmi==0.9.0.2
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
extends: .tests_armhf_template
stage: test_idf_master
allow_failure: true
image: $CI_DOCKER_REGISTRY/target-test-env-v5.3:1
image: $CI_DOCKER_REGISTRY/target-test-env-v5.4:1
before_script:
- pip install xmlrunner
- pip install pygdbmi==0.9.0.2
Expand Down

0 comments on commit 482f11a

Please sign in to comment.