Skip to content

Commit

Permalink
REVERT ME: Disable other builds
Browse files Browse the repository at this point in the history
  • Loading branch information
GMNGeoffrey committed Aug 8, 2022
1 parent 0b63615 commit e074e9a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ env:

jobs:
build_runtime:
if: false
runs-on: ubuntu-20.04
env:
BUILD_DIR: build-runtime
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:

test_runtime:
needs: build_runtime
if: false
runs-on: ubuntu-20.04
env:
BUILD_DIR: ${{ needs.build_runtime.outputs.build-dir }}
Expand Down Expand Up @@ -150,6 +152,7 @@ jobs:
echo "::set-output name=gcs-artifact::${GCS_ARTIFACT}"
build_test_all_bazel:
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand All @@ -176,6 +179,7 @@ jobs:
host_tools_assertions:
if: false
uses: ./.github/workflows/host_tools.yml
with:
host-binary-root: host-tools-assertions
Expand Down Expand Up @@ -228,6 +232,7 @@ jobs:
test_all:
needs: build_all
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand Down Expand Up @@ -258,6 +263,7 @@ jobs:
test_gpu:
if: github.event_name != 'pull_request'
needs: build_all
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand Down Expand Up @@ -297,6 +303,7 @@ jobs:
test_tf_integrations:
needs: [build_tf_integrations, build_all]
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand Down Expand Up @@ -378,6 +385,7 @@ jobs:
build_tools/cmake/run_tf_tests.sh ${BUILD_DIR}"
asan:
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand All @@ -396,6 +404,7 @@ jobs:
./build_tools/cmake/build_and_test_asan.sh
tsan:
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand All @@ -415,6 +424,7 @@ jobs:
riscv32:
needs: host_tools_assertions
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand Down Expand Up @@ -450,6 +460,7 @@ jobs:
riscv64:
needs: [build_all, host_tools_assertions, build_tf_integrations]
if: false
runs-on:
# Pseudo-ternary hack and order matters. See comment at top of file.
- self-hosted
Expand Down Expand Up @@ -504,6 +515,7 @@ jobs:
android_arm64:
needs: [host_tools_assertions]
if: false
runs-on:
# Hacks, and order matters. See the comment at the top of the file.
- self-hosted
Expand Down

0 comments on commit e074e9a

Please sign in to comment.