Skip to content

Commit

Permalink
Remove extra Xtensa tools install (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
rascani authored Oct 12, 2023
1 parent 568d181 commit 778d6f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xtensa_postmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: |
rm -rf .git
echo ${{ secrets.tflm-bot-token }} | docker login ghcr.io -u tflm-bot --password-stdin
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.2 \
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.3 \
/bin/bash -c \
"cd /opt && tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_fusion_f1.sh EXTERNAL tflite-micro/"
Expand All @@ -46,7 +46,7 @@ jobs:
- run: |
rm -rf .git
echo ${{ secrets.tflm-bot-token }} | docker login ghcr.io -u tflm-bot --password-stdin
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.2 \
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.3 \
/bin/bash -c \
"cd /opt && tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_vision_p6.sh RUN_TESTS tflite-micro/"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xtensa_presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: |
rm -rf .git
echo ${{ secrets.tflm-bot-token }} | docker login ghcr.io -u tflm-bot --password-stdin
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.2 \
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.3 \
/bin/bash -c \
"cd /opt && tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_vision_p6.sh RUN_NO_TESTS tflite-micro/"
Expand Down Expand Up @@ -62,6 +62,6 @@ jobs:
- run: |
rm -rf .git
echo ${{ secrets.tflm-bot-token }} | docker login ghcr.io -u tflm-bot --password-stdin
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.2 \
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/opt/tflite-micro ghcr.io/tflm-bot/xtensa_xplorer_13:0.3 \
/bin/bash -c \
"cd /opt && tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_hifi3z.sh EXTERNAL tflite-micro/"
2 changes: 0 additions & 2 deletions ci/Dockerfile.xtensa_xplorer_13
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN \
WORKDIR /opt/xtensa

COPY ./Xplorer-8.0.13-linux-x64-installer.bin .
COPY ./XtensaTools_RI_2022_9_linux.tgz .
COPY ./F1_190305_swupgrade_linux.tgz .
COPY ./P6_200528_linux.tgz .
COPY ./HIFI_190304_swupgrade_linux.tgz .
Expand All @@ -41,7 +40,6 @@ RUN ./install_bazelisk.sh

RUN \
rm Xplorer-8.0.13-linux-x64-installer.bin && \
rm XtensaTools_RI_2022_9_linux.tgz && \
rm F1_190305_swupgrade_linux.tgz && \
rm P6_200528_linux.tgz && \
rm HIFI_190304_swupgrade_linux.tgz && \
Expand Down
4 changes: 0 additions & 4 deletions ci/install_cores_xplorer_13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

mkdir /opt/xtensa/licenses

mkdir -p /opt/xtensa/XtDevTools/install/tools/
tar xvzf XtensaTools_RI_2022_9_linux.tgz --dir /opt/xtensa/XtDevTools/install/tools/


##############
# Fusion F1
##############
Expand Down

0 comments on commit 778d6f8

Please sign in to comment.