Skip to content

Commit

Permalink
rm -rf build.yaml (#17150)
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Jan 27, 2025
1 parent b1c4b3c commit c56a510
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 75 deletions.
33 changes: 32 additions & 1 deletion .github/workflows/all-post-commit-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,40 @@ jobs:
uses: ./.github/workflows/docs-latest-public.yaml
secrets: inherit
build:
uses: ./.github/workflows/build-artifact.yaml
needs: build-artifact
uses: ./.github/workflows/build.yaml
secrets: inherit
strategy:
matrix:
config:
- os: "ubuntu-20.04-amd64"
toolchain: "cmake/x86_64-linux-clang-17-libcpp-toolchain.cmake"
build-type: "Debug"
publish-artifact: false
- os: "ubuntu-20.04-amd64"
toolchain: "cmake/x86_64-linux-clang-17-libcpp-toolchain.cmake"
build-type: "RelWithDebInfo"
publish-artifact: false
- os: "ubuntu-22.04-amd64"
toolchain: "cmake/x86_64-linux-clang-17-libcpp-toolchain.cmake"
build-type: "Release"
publish-artifact: false
- os: "ubuntu-22.04-amd64"
toolchain: "cmake/x86_64-linux-clang-17-libstdcpp-toolchain.cmake"
build-type: "Release"
publish-artifact: false
skip-tt-train: true
- os: "ubuntu-22.04-amd64"
toolchain: "cmake/x86_64-linux-gcc-12-toolchain.cmake"
build-type: "Release"
publish-artifact: false
skip-tt-train: true
with:
os: ${{ matrix.config.os }}
toolchain: ${{ matrix.config.toolchain }}
build-type: ${{ matrix.config.build-type }}
publish-artifact: ${{ matrix.config.publish-artifact }}
skip-tt-train: ${{ matrix.config.skip-tt-train || false }}
# We used to use this for post-commit, but we didn't have enough runners
# to support the number of developers running this workflow
# build-and-test-measure-perf:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/blackhole-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ jobs:
# build-docs:
# needs: build-artifact
# uses: ./.github/workflows/docs-latest-public.yaml
# secrets: inherit
# build:
# uses: ./.github/workflows/build.yaml
# secrets: inherit
# We used to use this for post-commit, but we didn't have enough runners
# to support the number of developers running this workflow
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/build-wrapper.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/build.yaml

This file was deleted.

0 comments on commit c56a510

Please sign in to comment.