Skip to content

Commit b662168

Browse files
Squashed 'release-tools/' changes from 0a435bf9..74502e54
74502e54 Merge pull request #278 from liangyuanpeng/migrate_k8s_testimages 53344305 Merge pull request #281 from kubernetes-csi/dependabot/github_actions/actions/checkout-5 458ce146 Bump actions/checkout from 4 to 5 5f38a907 Merge pull request #282 from rhrmo/update-go-1.24.6 579f6242 Update go to 1.24.6 5ec1a52b use gcr.io/k8s-staging-test-infra instead of gcr.io/k8s-testimages 74e066a8 Merge pull request #279 from Aishwarya-Hebbar/update-csi-prow-version 6f236be7 Update CSI prow driver version to v1.17.0 0ee55894 Merge pull request #280 from xing-yang/update_go_1.24.4 9af10153 update to go 1.24.4 f5fec3e3 Merge pull request #275 from chrishenzie/emeritus c5d285db Remove chrishenzie from kubernetes-csi-reviewers git-subtree-dir: release-tools git-subtree-split: 74502e544bc6a17820892c0d490e8f0b59462998
1 parent 9205e32 commit b662168

File tree

1,666 files changed

+240
-610405
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,666 files changed

+240
-610405
lines changed

.cloudbuild.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

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

.github/dependabot.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
version: 2
2+
enable-beta-ecosystems: true
23
updates:
3-
- package-ecosystem: gomod
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
labels:
8-
- "area/dependency"
9-
- "release-note-none"
10-
- "ok-to-test"
11-
open-pull-requests-limit: 10
124
- package-ecosystem: "github-actions"
135
directory: "/"
146
schedule:

release-tools/.github/workflows/codespell.yml renamed to .github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Check for spelling errors
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: codespell-project/actions-codespell@master
1313
with:
1414
check_filenames: true

release-tools/.github/workflows/trivy.yaml renamed to .github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Get Go version
1616
id: go-version

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prow.sh

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/bash
1+
#! /bin/bash -e
22

33
# Copyright 2021 The Kubernetes Authors.
44
#
@@ -14,25 +14,10 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# TODO: move into job
18-
CSI_PROW_GINKO_PARALLEL="-p -nodes 40" # default was 7
17+
# This is for testing csi-release-tools itself in Prow. All other
18+
# repos use prow.sh for that, but as csi-release-tools isn't a normal
19+
# repo with some Go code in it, it has a custom Prow test script.
1920

20-
# Simulates canary test job.
21-
# TODO: canary periodic job
22-
#CSI_PROW_BUILD_JOB=false
23-
#CSI_PROW_KUBERNETES_VERSION=latest
24-
#CSI_PROW_HOSTPATH_CANARY=canary
25-
CSI_PROW_HOSTPATH_DRIVER_NAME="hostpath.csi.k8s.io"
26-
27-
CSI_PROW_TESTS_SANITY="sanity"
28-
29-
# We need to hardcode e2e version for resizer for now, because
30-
# we need fixes from latest release-1.31 branch for all e2es to pass.
31-
#
32-
# See: https://github.com/kubernetes-csi/csi-driver-host-path/pull/581#issuecomment-2634529098
33-
# See: https://github.com/kubernetes-csi/external-resizer/blob/20072c0fdf8baaf919ef95d6e918538ba9d84eaf/.prow.sh
34-
export CSI_PROW_E2E_VERSION="release-1.31"
35-
36-
. release-tools/prow.sh
37-
38-
main
21+
./verify-shellcheck.sh "$(pwd)"
22+
./verify-spelling.sh "$(pwd)"
23+
./verify-boilerplate.sh "$(pwd)"

CHANGELOG/CHANGELOG-1.10.md

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

CHANGELOG/CHANGELOG-1.11.md

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

0 commit comments

Comments
 (0)