Skip to content

Commit

Permalink
Merge #121481
Browse files Browse the repository at this point in the history
121481: workflows: make `acceptance`, `lint` GitHub Actions jobs mandatory r=rail,jlinder a=rickystewart

Epic: CRDB-8308
Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Apr 5, 2024
2 parents 04e1fae + d8c59ee commit f664671
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 83 deletions.
2 changes: 2 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
# pushed to master.
status = [
"Bazel Essential CI (Cockroach)",
"acceptance",
"check_generated_code",
"docker_image_amd64",
"examples_orms",
"lint",
"linux_amd64_build",
"linux_amd64_fips_build",
"linux_arm64_build",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
EXPERIMENTAL_acceptance:
acceptance:
runs-on: [self-hosted, basic_big_runner_group]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: clean up
run: ./cockroach/build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_lint:
lint:
runs-on: [self-hosted, basic_big_runner_group]
steps:
- uses: actions/checkout@v4
Expand Down
46 changes: 0 additions & 46 deletions build/teamcity/cockroach/ci/tests/acceptance.sh

This file was deleted.

12 changes: 0 additions & 12 deletions build/teamcity/cockroach/ci/tests/lint.sh

This file was deleted.

23 changes: 0 additions & 23 deletions build/teamcity/cockroach/ci/tests/lint_impl.sh

This file was deleted.

0 comments on commit f664671

Please sign in to comment.