Skip to content

Commit

Permalink
workflows: make more builds mandatory: check_generated_code, ...
Browse files Browse the repository at this point in the history
...`docker_image_amd64`, and `examples_orms`

Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Mar 14, 2024
1 parent 915469c commit 71d3eae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
3 changes: 3 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# pushed to master.
status = [
"Bazel Essential CI (Cockroach)",
"check_generated_code",
"docker_image_amd64",
"examples_orms",
"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 @@ -50,7 +50,7 @@ jobs:
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_check_generated_code:
check_generated_code:
runs-on: [self-hosted, basic_runner_group]
steps:
- uses: actions/checkout@v4
Expand All @@ -64,7 +64,7 @@ jobs:
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_docker_image_amd64:
docker_image_amd64:
runs-on: [self-hosted, basic_runner_group]
steps:
- uses: actions/checkout@v4
Expand All @@ -82,7 +82,7 @@ jobs:
- name: clean up
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_examples_orms:
examples_orms:
runs-on: [self-hosted, basic_big_runner_group_fips]
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 0 additions & 12 deletions build/teamcity/cockroach/ci/tests/check_generated_code.sh

This file was deleted.

18 changes: 0 additions & 18 deletions build/teamcity/cockroach/ci/tests/docker_image.sh

This file was deleted.

0 comments on commit 71d3eae

Please sign in to comment.