Skip to content

Commit 05c7afe

Browse files
tmp
1 parent 1a4ff79 commit 05c7afe

File tree

1,379 files changed

+23956
-39943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,379 files changed

+23956
-39943
lines changed

.github/workflows/cluster-ui-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
PACKAGE_VERSION=$(cat ./package.json | jq -r ".version");
6060
VERSIONS=$(npm view @cockroachlabs/cluster-ui versions)
61-
if [[ $VERSIONS == *\'"$PACKAGE_VERSION"\'* ]]; then
61+
if [[ $VERSIONS == *"$PACKAGE_VERSION"* ]]; then
6262
echo "published=yes" >> $GITHUB_OUTPUT
6363
echo
6464
echo "🛑 Cluster UI package version $PACKAGE_VERSION is already published"

.github/workflows/microbenchmarks-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pkg: ${{ env.PACKAGE }}
4848
run-group-1:
4949
runs-on: [self-hosted, ubuntu_2004_microbench]
50-
timeout-minutes: 90
50+
timeout-minutes: 60
5151
needs: [base, head]
5252
steps:
5353
- name: Checkout
@@ -60,7 +60,7 @@ jobs:
6060
group: 1
6161
run-group-2:
6262
runs-on: [self-hosted, ubuntu_2004_microbench]
63-
timeout-minutes: 90
63+
timeout-minutes: 60
6464
needs: [base, head]
6565
steps:
6666
- name: Checkout

.github/workflows/pr-analyzer-threestage.yml

Lines changed: 0 additions & 244 deletions
This file was deleted.

.github/workflows/update_releases.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- "release-24.3"
3333
- "release-25.2"
3434
- "release-25.3"
35-
- "release-25.4"
3635
name: Update pkg/testutils/release/cockroach_releases.yaml on ${{ matrix.branch }}
3736
runs-on: ubuntu-latest
3837
steps:

AUTHORS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Adam Pantel <[email protected]>
4040
Adam Spindler <[email protected]>
4141
Adam Storm <[email protected]>
4242
43-
Aditya Madan <[email protected]>
4443
Aditya Maru <[email protected]> <@cockroachlabs.com>
4544
Adwit Tumuluri <[email protected]> <@cockroachlabs.com>
4645
Aerin Freilich <[email protected]>
@@ -397,7 +396,6 @@ Nick Travers <[email protected]>
397396
Nick Vigilante <[email protected]>
398397
399398
Nikhil Benesch <[email protected]> <@cockroachlabs.com>
400-
Nishant Gupta <[email protected]>
401399
Nishant Gupta <[email protected]>
402400
Nishanth Nalluri <[email protected]>
403401
Noah Thompson <[email protected]>

0 commit comments

Comments
 (0)