Skip to content

Commit 4839bfe

Browse files
committed
Squashed 'release-tools/' changes from c6a88c6e..6616a6b5
kubernetes-csi/csi-release-tools@6616a6b5 Merge kubernetes-csi/csi-release-tools#146 from pohly/kubernetes-1.21 kubernetes-csi/csi-release-tools@510fb0f9 prow.sh: support Kubernetes 1.21 kubernetes-csi/csi-release-tools@c63c61b3 prow.sh: add CSI_PROW_DEPLOYMENT_SUFFIX kubernetes-csi/csi-release-tools@51ac11c3 Merge kubernetes-csi/csi-release-tools#144 from pohly/pull-jobs kubernetes-csi/csi-release-tools@dd54c926 pull-test.sh: test importing csi-release-tools into other repo kubernetes-csi/csi-release-tools@7d2643a5 Merge kubernetes-csi/csi-release-tools#143 from pohly/path-setup kubernetes-csi/csi-release-tools@6880b0c8 prow.sh: avoid creating paths unless really running tests kubernetes-csi/csi-release-tools@bc0504ad Merge kubernetes-csi/csi-release-tools#140 from jsafrane/remove-unused-k8s-libs kubernetes-csi/csi-release-tools@5b1de1ad go-get-kubernetes.sh: remove unused k8s libs kubernetes-csi/csi-release-tools@49b42693 Merge kubernetes-csi/csi-release-tools#120 from pohly/add-kubernetes-release kubernetes-csi/csi-release-tools@a1e11275 Merge kubernetes-csi/csi-release-tools#139 from pohly/kind-for-kubernetes-latest kubernetes-csi/csi-release-tools@1c0fb096 prow.sh: use KinD main for latest Kubernetes kubernetes-csi/csi-release-tools@1d77cfcb Merge kubernetes-csi/csi-release-tools#138 from pohly/kind-update-0.10 kubernetes-csi/csi-release-tools@bff2fb7e prow.sh: KinD 0.10.0 kubernetes-csi/csi-release-tools@95eac336 Merge kubernetes-csi/csi-release-tools#137 from pohly/fix-go-version-check kubernetes-csi/csi-release-tools@437e4311 verify-go-version.sh: fix check after removal of travis.yml kubernetes-csi/csi-release-tools@1748b16b Merge kubernetes-csi/csi-release-tools#136 from pohly/go-1.16 kubernetes-csi/csi-release-tools@ec844ea6 remove travis.yml, Go 1.16 kubernetes-csi/csi-release-tools@df76aba8 Merge kubernetes-csi/csi-release-tools#134 from andyzhangx/add-build-arg kubernetes-csi/csi-release-tools@e314a56d add build-arg ARCH for building multi-arch images, e.g. ARG ARCH FROM k8s.gcr.io/build-image/debian-base-${ARCH}:v2.1.3 kubernetes-csi/csi-release-tools@7bc70e52 Merge kubernetes-csi/csi-release-tools#129 from pohly/squash-documentation kubernetes-csi/csi-release-tools@e0b02e72 README.md: document usage of --squash kubernetes-csi/csi-release-tools@316cb957 Merge kubernetes-csi/csi-release-tools#132 from yiyang5055/bugfix/boilerplate kubernetes-csi/csi-release-tools@26e2ab10 fix: default boilerplate path kubernetes-csi/csi-release-tools@1add8c18 Merge kubernetes-csi/csi-release-tools#133 from pohly/kubernetes-1.20-tag kubernetes-csi/csi-release-tools@3e811d6c prow.sh: fix "on-master" prow jobs kubernetes-csi/csi-release-tools@1d60e779 Merge kubernetes-csi/csi-release-tools#131 from pohly/kubernetes-1.20-tag kubernetes-csi/csi-release-tools@9f104590 prow.sh: support building Kubernetes for a specific version kubernetes-csi/csi-release-tools@f7e7ee49 docs: steps for adding testing against new Kubernetes release kubernetes-csi/csi-release-tools@fe1f2848 Merge kubernetes-csi/csi-release-tools#121 from kvaps/namespace-check kubernetes-csi/csi-release-tools@8fdf0f78 Merge kubernetes-csi/csi-release-tools#128 from fengzixu/master kubernetes-csi/csi-release-tools@1c94220d fix: fix a bug of csi-sanity kubernetes-csi/csi-release-tools@a4c41e6a Merge kubernetes-csi/csi-release-tools#127 from pohly/fix-boilerplate kubernetes-csi/csi-release-tools@ece0f500 check namespace for snapshot-controller kubernetes-csi/csi-release-tools@dbd89672 verify-boilerplate.sh: fix path to script kubernetes-csi/csi-release-tools@9289fd16 Merge kubernetes-csi/csi-release-tools#125 from sachinkumarsingh092/optional-spelling-boilerplate-checks kubernetes-csi/csi-release-tools@ad29307f Make the spelling and boilerplate checks optional kubernetes-csi/csi-release-tools@5f06d024 Merge kubernetes-csi/csi-release-tools#124 from sachinkumarsingh092/fix-spellcheck-boilerplate-tests kubernetes-csi/csi-release-tools@48186eba Fix spelling and boilerplate errors kubernetes-csi/csi-release-tools@71690aff Merge kubernetes-csi/csi-release-tools#122 from sachinkumarsingh092/include-spellcheck-boilerplate-tests kubernetes-csi/csi-release-tools@981be3fe Adding spelling and boilerplate checks. kubernetes-csi/csi-release-tools@2bb75253 Merge kubernetes-csi/csi-release-tools#117 from fengzixu/master kubernetes-csi/csi-release-tools@3b6d17b1 Merge kubernetes-csi/csi-release-tools#118 from pohly/cloud-build-timeout kubernetes-csi/csi-release-tools@9318c6cc cloud build: double the timeout, now 1 hour kubernetes-csi/csi-release-tools@4ab8b154 use the tag to replace commit of csi-test kubernetes-csi/csi-release-tools@5d74e455 change the csi-test import path to v4 kubernetes-csi/csi-release-tools@7dcd0a99 upgrade csi-test to v4.0.2 kubernetes-csi/csi-release-tools@86ff5802 Merge kubernetes-csi/csi-release-tools#116 from andyzhangx/export-image-name kubernetes-csi/csi-release-tools@c3a96625 allow export image name and registry name git-subtree-dir: release-tools git-subtree-split: 6616a6b5294b6df39cfce37f4fce7cdce0a77583
1 parent 73214ad commit 4839bfe

21 files changed

+644
-105
lines changed

.prow.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
#! /bin/bash -e
2+
3+
# Copyright 2021 The Kubernetes Authors.
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
28
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
317
# This is for testing csi-release-tools itself in Prow. All other
418
# repos use prow.sh for that, but as csi-release-tools isn't a normal
519
# repo with some Go code in it, it has a custom Prow test script.
620

721
./verify-shellcheck.sh "$(pwd)"
22+
./verify-spelling.sh "$(pwd)"
23+
./verify-boilerplate.sh "$(pwd)"

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ The expected repository layout is:
2121
Dockerfile in the root when only building a single command
2222
- `Makefile` - includes `release-tools/build.make` and sets
2323
configuration variables
24-
- `.travis.yml` - a symlink to `release-tools/.travis.yml`
24+
- `.prow.sh` script which imports `release-tools/prow.sh`
25+
and may contain further customization
26+
- `.cloudbuild.sh` and `cloudbuild.yaml` as symlinks to
27+
the corresponding files in `release-tools` or (if necessary)
28+
as custom files
2529

2630
To create a release, tag a certain revision with a name that
2731
starts with `v`, for example `v1.0.0`, then `make push`
@@ -44,10 +48,17 @@ is the recommended way of maintaining a copy of the rules inside the
4448
changes also locally, test them and then push them back to the shared
4549
repository at a later time.
4650

51+
We no longer care about importing the full commit history, so `--squash` should be used
52+
when submitting a `release-tools` update. Also make sure that the PR for that
53+
contains the automatically generated commit message in the PR description.
54+
It contains the list of individual commits that were squashed. The script from
55+
https://github.com/kubernetes-csi/csi-release-tools/issues/7 can create such
56+
PRs automatically.
57+
4758
Cheat sheet:
4859

49-
- `git subtree add --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - add release tools to a repo which does not have them yet (only once)
50-
- `git subtree pull --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - update local copy to latest upstream (whenever upstream changes)
60+
- `git subtree add --squash --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - add release tools to a repo which does not have them yet (only once)
61+
- `git subtree pull --squash --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - update local copy to latest upstream (whenever upstream changes)
5162
- edit, `git commit`, `git subtree push --prefix=release-tools [email protected]:<user>/csi-release-tools.git <my-new-or-existing-branch>` - push to a new branch before submitting a PR
5263

5364
verify-shellcheck.sh

SIDECAR_RELEASE_PROCESS.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The release manager must:
1111
kubernetes/org to request membership
1212
* Be a top level approver for the repository. To become a top level approver,
1313
the candidate must demonstrate ownership and deep knowledge of the repository
14-
through active maintainence, responding to and fixing issues, reviewing PRs,
14+
through active maintenance, responding to and fixing issues, reviewing PRs,
1515
test triage.
1616
* Be part of the maintainers or admin group for the repository. admin is a
1717
superset of maintainers, only maintainers level is required for cutting a
@@ -104,3 +104,47 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
104104
CSI hostpath driver with the new sidecars in the [CSI repo](https://github.com/kubernetes-csi/csi-driver-host-path/tree/master/deploy)
105105
and [k/k
106106
in-tree](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/testing-manifests/storage-csi/hostpath/hostpath)
107+
108+
## Adding support for a new Kubernetes release
109+
110+
1. Add the new release to `k8s_versions` in
111+
https://github.com/kubernetes/test-infra/blob/090dec5dd535d5f61b7ba52e671a810f5fc13dfd/config/jobs/kubernetes-csi/gen-jobs.sh#L25
112+
to enable generating a job for it. Set `experimental_k8s_version`
113+
in
114+
https://github.com/kubernetes/test-infra/blob/090dec5dd535d5f61b7ba52e671a810f5fc13dfd/config/jobs/kubernetes-csi/gen-jobs.sh#L40
115+
to ensure that the new jobs aren't run for PRs unless explicitly
116+
requested. Generate and submit the new jobs.
117+
1. Create a test PR to try out the new job in some repo with `/test
118+
pull-kubernetes-csi-<repo>-<x.y>-on-kubernetes-<x.y>` where x.y
119+
matches the Kubernetes release. Alternatively, run .prow.sh in that
120+
repo locally with `CSI_PROW_KUBERNETES_VERSION=x.y.z`.
121+
1. Optional: update to a [new
122+
release](https://github.com/kubernetes-sigs/kind/tags) of kind with
123+
pre-built images for the new Kubernetes release. This is optional
124+
if the current version of kind is able to build images for the new
125+
Kubernetes release. However, jobs require less resources when they
126+
don't need to build those images from the Kubernetes source code.
127+
This change needs to be tried out in a PR against a component
128+
first, then get submitted against csi-release-tools.
129+
1. Optional: propagate the updated csi-release-tools to all components
130+
with the script from
131+
https://github.com/kubernetes-csi/csi-release-tools/issues/7#issuecomment-707025402
132+
1. Once it is likely to work in all components, unset
133+
`experimental_k8s_version` and submit the updated jobs.
134+
1. Once all sidecars for the new Kubernetes release are released,
135+
either bump the version number of the images in the existing
136+
[csi-driver-host-path
137+
deployments](https://github.com/kubernetes-csi/csi-driver-host-path/tree/master/deploy)
138+
and/or create a new deployment, depending on what Kubernetes
139+
release an updated sidecar is compatible with. If no new deployment
140+
is needed, then add a symlink to document that there intentionally
141+
isn't a separate deployment. This symlink is not needed for Prow
142+
testing because that will use "kubernetes-latest" as fallback.
143+
Update that link when creating a new deployment.
144+
1. Create a new csi-driver-host-path release.
145+
1. Bump `CSI_PROW_DRIVER_VERSION` in prow.sh to that new release and
146+
(eventually) roll that change out to all repos by updating
147+
`release-tools` in them. This is used when testing manually. The
148+
Prow jobs override that value, so also update
149+
`hostpath_driver_version` in
150+
https://github.com/kubernetes/test-infra/blob/91b04e6af3a40a9bcff25aa030850a4721e2dd2b/config/jobs/kubernetes-csi/gen-jobs.sh#L46-L47
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright YEAR The Kubernetes Authors.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

boilerplate/boilerplate.Makefile.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright YEAR The Kubernetes Authors.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

boilerplate/boilerplate.bzl.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright YEAR The Kubernetes Authors.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

boilerplate/boilerplate.go.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
Copyright YEAR The Kubernetes Authors.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/

boilerplate/boilerplate.py

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
#!/usr/bin/env python
2+
3+
# Copyright 2019 The Kubernetes Authors.
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
17+
from __future__ import print_function
18+
19+
import argparse
20+
import difflib
21+
import glob
22+
import os
23+
import re
24+
import sys
25+
from datetime import date
26+
27+
parser = argparse.ArgumentParser()
28+
parser.add_argument(
29+
"filenames",
30+
help="list of files to check, all files if unspecified",
31+
nargs='*')
32+
33+
# Rootdir defaults to the directory **above** the repo-infra dir.
34+
rootdir = os.path.dirname(__file__) + "./../../"
35+
rootdir = os.path.abspath(rootdir)
36+
parser.add_argument(
37+
"--rootdir", default=rootdir, help="root directory to examine")
38+
39+
default_boilerplate_dir = os.path.abspath(os.path.dirname(__file__))
40+
41+
parser.add_argument(
42+
"--boilerplate-dir", default=default_boilerplate_dir)
43+
44+
parser.add_argument(
45+
"-v", "--verbose",
46+
help="give verbose output regarding why a file does not pass",
47+
action="store_true")
48+
49+
args = parser.parse_args()
50+
51+
verbose_out = sys.stderr if args.verbose else open("/dev/null", "w")
52+
53+
def get_refs():
54+
refs = {}
55+
56+
for path in glob.glob(os.path.join(args.boilerplate_dir, "boilerplate.*.txt")):
57+
extension = os.path.basename(path).split(".")[1]
58+
59+
ref_file = open(path, 'r')
60+
ref = ref_file.read().splitlines()
61+
ref_file.close()
62+
refs[extension] = ref
63+
64+
return refs
65+
66+
def file_passes(filename, refs, regexs):
67+
try:
68+
f = open(filename, 'r')
69+
except Exception as exc:
70+
print("Unable to open %s: %s" % (filename, exc), file=verbose_out)
71+
return False
72+
73+
data = f.read()
74+
f.close()
75+
76+
basename = os.path.basename(filename)
77+
extension = file_extension(filename)
78+
if extension != "":
79+
ref = refs[extension]
80+
else:
81+
ref = refs[basename]
82+
83+
# remove build tags from the top of Go files
84+
if extension == "go":
85+
p = regexs["go_build_constraints"]
86+
(data, found) = p.subn("", data, 1)
87+
88+
# remove shebang from the top of shell files
89+
if extension == "sh" or extension == "py":
90+
p = regexs["shebang"]
91+
(data, found) = p.subn("", data, 1)
92+
93+
data = data.splitlines()
94+
95+
# if our test file is smaller than the reference it surely fails!
96+
if len(ref) > len(data):
97+
print('File %s smaller than reference (%d < %d)' %
98+
(filename, len(data), len(ref)),
99+
file=verbose_out)
100+
return False
101+
102+
# trim our file to the same number of lines as the reference file
103+
data = data[:len(ref)]
104+
105+
p = regexs["year"]
106+
for d in data:
107+
if p.search(d):
108+
print('File %s is missing the year' % filename, file=verbose_out)
109+
return False
110+
111+
# Replace all occurrences of the regex "CURRENT_YEAR|...|2016|2015|2014" with "YEAR"
112+
p = regexs["date"]
113+
for i, d in enumerate(data):
114+
(data[i], found) = p.subn('YEAR', d)
115+
if found != 0:
116+
break
117+
118+
# if we don't match the reference at this point, fail
119+
if ref != data:
120+
print("Header in %s does not match reference, diff:" % filename, file=verbose_out)
121+
if args.verbose:
122+
print(file=verbose_out)
123+
for line in difflib.unified_diff(ref, data, 'reference', filename, lineterm=''):
124+
print(line, file=verbose_out)
125+
print(file=verbose_out)
126+
return False
127+
128+
return True
129+
130+
def file_extension(filename):
131+
return os.path.splitext(filename)[1].split(".")[-1].lower()
132+
133+
skipped_dirs = ['Godeps', 'third_party', '_gopath', '_output', '.git',
134+
'cluster/env.sh', 'vendor', 'test/e2e/generated/bindata.go',
135+
'repo-infra/verify/boilerplate/test', '.glide']
136+
137+
def normalize_files(files):
138+
newfiles = []
139+
for pathname in files:
140+
if any(x in pathname for x in skipped_dirs):
141+
continue
142+
newfiles.append(pathname)
143+
return newfiles
144+
145+
def get_files(extensions):
146+
files = []
147+
if len(args.filenames) > 0:
148+
files = args.filenames
149+
else:
150+
for root, dirs, walkfiles in os.walk(args.rootdir):
151+
# don't visit certain dirs. This is just a performance improvement
152+
# as we would prune these later in normalize_files(). But doing it
153+
# cuts down the amount of filesystem walking we do and cuts down
154+
# the size of the file list
155+
for d in skipped_dirs:
156+
if d in dirs:
157+
dirs.remove(d)
158+
159+
for name in walkfiles:
160+
pathname = os.path.join(root, name)
161+
files.append(pathname)
162+
163+
files = normalize_files(files)
164+
165+
outfiles = []
166+
for pathname in files:
167+
basename = os.path.basename(pathname)
168+
extension = file_extension(pathname)
169+
if extension in extensions or basename in extensions:
170+
outfiles.append(pathname)
171+
return outfiles
172+
173+
def get_regexs():
174+
regexs = {}
175+
# Search for "YEAR" which exists in the boilerplate, but shouldn't in the real thing
176+
regexs["year"] = re.compile( 'YEAR' )
177+
# dates can be 2014, 2015, 2016, ..., CURRENT_YEAR, company holder names can be anything
178+
years = range(2014, date.today().year + 1)
179+
regexs["date"] = re.compile( '(%s)' % "|".join(map(lambda l: str(l), years)) )
180+
# strip // +build \n\n build constraints
181+
regexs["go_build_constraints"] = re.compile(r"^(// \+build.*\n)+\n", re.MULTILINE)
182+
# strip #!.* from shell scripts
183+
regexs["shebang"] = re.compile(r"^(#!.*\n)\n*", re.MULTILINE)
184+
return regexs
185+
186+
187+
188+
def main():
189+
regexs = get_regexs()
190+
refs = get_refs()
191+
filenames = get_files(refs.keys())
192+
193+
for filename in filenames:
194+
if not file_passes(filename, refs, regexs):
195+
print(filename, file=sys.stdout)
196+
197+
return 0
198+
199+
if __name__ == "__main__":
200+
sys.exit(main())

boilerplate/boilerplate.py.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright YEAR The Kubernetes Authors.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

0 commit comments

Comments
 (0)