Skip to content

Commit

Permalink
workflows: make Linux EngFlow builds mandatory
Browse files Browse the repository at this point in the history
We only delete the Linux ARM64 TeamCity build script because the others
are still necessary for `acceptance` and local roachtest. When those
builds are productionized on GitHub Actions, we can delete the other
Linux build scripts as well.

Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Mar 21, 2024
1 parent fc6f874 commit 4bc7faf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ status = [
"check_generated_code",
"docker_image_amd64",
"examples_orms",
"linux_amd64_build",
"linux_amd64_fips_build",
"linux_arm64_build",
"macos_amd64_build",
"macos_arm64_build",
"windows_build",
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_linux_amd64_build:
linux_amd64_build:
runs-on: [self-hosted, basic_runner_group]
steps:
- uses: actions/checkout@v4
Expand All @@ -181,7 +181,7 @@ jobs:
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_linux_amd64_fips_build:
linux_amd64_fips_build:
runs-on: [self-hosted, basic_runner_group]
steps:
- uses: actions/checkout@v4
Expand All @@ -199,7 +199,7 @@ jobs:
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_linux_arm64_build:
linux_arm64_build:
runs-on: [self-hosted, basic_runner_group]
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 0 additions & 12 deletions build/teamcity/cockroach/ci/builds/build_linux_arm64.sh

This file was deleted.

0 comments on commit 4bc7faf

Please sign in to comment.