Skip to content

Commit 9cdb2b7

Browse files
authored
Merge branch 'master' into update_service_account
2 parents 883c9ba + 82c0d8d commit 9cdb2b7

File tree

310 files changed

+2393
-1114
lines changed

Some content is hidden

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

310 files changed

+2393
-1114
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build --workspace_status_command hack/build/print-workspace-status.sh
2-
test --test_output=errors --test_timeout=-1,-1,-1,2400
2+
test --test_output=all --test_timeout=-1,-1,-1,2400

.github/workflows/e2e-kind-create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/e2e-kind-decommission.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/e2e-kind-upgrades.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
e2e-kind-upgrades:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-latest-4-core
3030
strategy:
3131
fail-fast: false
3232
steps:

.github/workflows/e2e-kind-upgradessha256.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/e2e-kind-versionchecker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/nightly-smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/templates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/update-crdb-versions.yaml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The Cockroach Authors
1+
# Copyright 2025 The Cockroach Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -31,13 +31,17 @@ jobs:
3131
with:
3232
path: "~/.cache/bazel"
3333
key: bazel
34-
- name: Update CRDB versions
35-
uses: technote-space/create-pr-action@v2
34+
- name: Update CRDB version
35+
run: make release/gen-templates
36+
- name: Create PR
37+
uses: peter-evans/create-pull-request@v5
3638
with:
37-
EXECUTE_COMMANDS: |
38-
make release/gen-templates
39-
COMMIT_MESSAGE: 'Update CRDB versions'
40-
COMMIT_NAME: 'GitHub Actions'
41-
COMMIT_EMAIL: '[email protected]'
42-
PR_BRANCH_NAME: 'crdb-update-${PR_ID}'
43-
PR_TITLE: 'Update CRDB versions'
39+
base: "master"
40+
branch: 'crdb-version-update'
41+
title: "Update CRDB versions"
42+
author: "CRL Release bot <[email protected]>"
43+
body: |
44+
Update supported CRDB versions.
45+
commit-message: |
46+
Update supported CRDB versions.
47+
delete-branch: true

0 commit comments

Comments
 (0)