Skip to content

Commit

Permalink
workflows: make acceptance, lint GitHub Actions jobs mandatory
Browse files Browse the repository at this point in the history
Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Apr 1, 2024
1 parent 391b57f commit d8c59ee
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 @@ -27,7 +27,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 @@ -102,7 +102,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 d8c59ee

Please sign in to comment.