From 0949a892d8b29f2223c8d91e2eac794ae57e98c3 Mon Sep 17 00:00:00 2001 From: Ryan Kuester Date: Tue, 19 Nov 2024 19:08:13 -0600 Subject: [PATCH] ci(bazel): remove redundant CI job bazel_tests_tflite_tools (#2845) Remove the redundant CI job bazel_tests_tflite_tools. It is a subset of the CI job bazel_tests. BUG=see description --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1386751a7d5..80771527ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,26 +40,6 @@ jobs: run: | tensorflow/lite/micro/tools/ci_build/test_bazel.sh - bazel_tests_tflite_tools: - runs-on: ubuntu-latest - - name: Bazel TFLite Tools (presubmit) - steps: - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - uses: actions/checkout@v3 - with: - ref: ${{ inputs.trigger-sha }} - - name: Install dependencies - run: | - sudo ci/install_bazelisk.sh - pip3 install Pillow - pip3 install numpy - - name: Test - run: | - tensorflow/lite/micro/tools/ci_build/test_bazel_tflite_tools.sh - bazel_msan: runs-on: ubuntu-latest