-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: make
local roachtest
jobs mandatory in GitHub Actions
Also disable the corresponding TC jobs plus the Linux build jobs, which are no longer necessary with this change. Epic: CRDB-8308 Release note: None
- Loading branch information
1 parent
04b6830
commit 814c65f
Showing
8 changed files
with
14 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
build/teamcity/cockroach/ci/builds/build_linux_x86_64_fips.sh
This file was deleted.
Oops, something went wrong.
12 changes: 10 additions & 2 deletions
12
build/teamcity/cockroach/ci/tests-aws-linux-arm64/local_roachtest.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euo pipefail | ||
set -exuo pipefail | ||
|
||
source build/teamcity/cockroach/ci/tests/local_roachtest.sh | ||
dir="$(dirname $(dirname $(dirname $(dirname $(dirname "${0}")))))" | ||
|
||
source "$dir/teamcity-support.sh" # For $root | ||
source "$dir/teamcity-bazel-support.sh" # For run_bazel | ||
|
||
tc_start_block "Run local roachtests" | ||
BAZEL_SUPPORT_EXTRA_DOCKER_ARGS="-e LITERAL_ARTIFACTS_DIR=$root/artifacts -e COCKROACH_DEV_LICENSE -e BUILD_VCS_NUMBER -e TC_BUILD_ID -e TC_BUILD_BRANCH" \ | ||
run_bazel build/teamcity/cockroach/ci/tests/local_roachtest_impl.sh | ||
tc_end_block "Run local roachtests" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
build/teamcity/cockroach/ci/tests/local_roachtest_fips_impl.sh
This file was deleted.
Oops, something went wrong.