Skip to content

Commit

Permalink
ci: reuse test_openocd.py in gitlab host tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sobuch authored and erhankur committed Dec 10, 2024
1 parent 461e882 commit 9d85041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ tests_armhf_esp32c3_idf5.0.x_flash_encrypted:
ARCHIVE_NAME=$(cat "$DIST_ART_DIR/dist_name_$PLATFORM_NAME")
echo $ARCHIVE_NAME
tar xzf $DIST_ART_DIR/$ARCHIVE_NAME openocd-esp32
./openocd-esp32/bin/openocd --version
python tools/test_openocd.py openocd-esp32/bin/openocd

test_on_windows:
stage: test_host
Expand All @@ -1060,7 +1060,7 @@ test_on_windows:
script:
- $ARCHIVE_NAME=$(cat "$DIST_ART_DIR/dist_name_$PLATFORM_NAME")
- Expand-Archive -DestinationPath . "$DIST_ART_DIR/$ARCHIVE_NAME"
- .\openocd-esp32\bin\openocd --version
- C:\\Users\\gitlab-runner\\AppData\\Local\\Programs\\Python\\Python312\\python.exe tools/test_openocd.py openocd-esp32\bin\openocd

test_on_macos:
stage: test_host
Expand Down

0 comments on commit 9d85041

Please sign in to comment.