Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write the "sync new release branch to master" tool #10

Closed
david-mcmahon opened this issue Jun 14, 2016 · 0 comments
Closed

Write the "sync new release branch to master" tool #10

david-mcmahon opened this issue Jun 14, 2016 · 0 comments
Assignees
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@david-mcmahon
Copy link
Contributor

See https://github.com/kubernetes/release/blob/master/docs/branching.md for details.

@david-mcmahon david-mcmahon self-assigned this Jun 14, 2016
@justaugustus justaugustus added sig/release Categorizes an issue or PR as relevant to SIG Release. area/release-eng Issues or PRs related to the Release Engineering subproject labels Dec 9, 2019
k8s-ci-robot pushed a commit that referenced this issue Nov 10, 2021
- Ports state of the repository from https://github.com/alenkacz/ci-signal-report at alenkacz/ci-signal-report@0ab843f
- Provides attribution to original authors of the code in this commit in order of commit history
- Fixes lint issues in code
- Adds copyright header to report.go

Commits picked from the above repository:

0ab843f Adding LICENSE file
e13b901 Merge pull request #1 from leonardpahlke/update-packaging
21d9d0c update packageing
d1c99b8 update structure
cf4595d Merge pull request #11 from mkorbi/report-v2
fbf55fb add -short, make version optional, change order of output
e1b0a29 Fix go version, rate limit and add version variabl (#10)
eaab27f Merge branch 'master' of github.com:alenkacz/ci-signal-report
513789b 1.17 fixes
d3b7b85 Group by issues from the same sig (#9)
37672b7 Fix generated urls (#7)
c36df2b Try to set up CI
1ea4d5b Always pick resolved column with highest ID (#6)
cfd6d63 A bit polishing on readme
710c6f7 Update README.md (#1)
d5eb427 Add token help
fe16eaa Merge branch 'master' of github.com:alenkacz/ci-signal-report
b6071fe Add 1.16 jobs, sig names improvements
8b755a4 Overview
d236bf2 Readme
7fcdea6 Initial implementation

Co-authored-by: Alena Varkockova <varkockova.a@gmail.com>
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
Co-authored-by: Max <16919345+mkorbi@users.noreply.github.com>
Co-authored-by: Max Körbächer <max@koerbaecher.io>

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
pohly added a commit to pohly/release that referenced this issue Nov 29, 2021
Something was going wrong while getting the external source. It worked for
AMD64, but failed for ARM64:

 kubernetes#10 [builder 4/5] RUN go env
 kubernetes#10 1.174 GO111MODULE=""
 kubernetes#10 1.176 GOARCH="arm"
 ...
 kubernetes#11 [builder 5/5] RUN GOBIN=`pwd` go install -ldflags '-s -w -buildid= -extl...
 kubernetes#11 0.385 go: downloading k8s.io/component-base v0.0.0-20211124233101-2083abd532f6
 kubernetes#11 57.68 create zip: zip: checksum error

The workaround is to download the source via "go mod vendor" on the build host,
then copy it into the Docker environment and there build without module
support.

Also tried was to populate the vendor directory and the build with enabled
module support. That still failed the same way, presumably while checking
the vendored source.
pohly added a commit to pohly/release that referenced this issue Dec 8, 2022
Something was going wrong while getting the external source. It worked for
AMD64, but failed for ARM64:

 kubernetes#10 [builder 4/5] RUN go env
 kubernetes#10 1.174 GO111MODULE=""
 kubernetes#10 1.176 GOARCH="arm"
 ...
 kubernetes#11 [builder 5/5] RUN GOBIN=`pwd` go install -ldflags '-s -w -buildid= -extl...
 kubernetes#11 0.385 go: downloading k8s.io/component-base v0.0.0-20211124233101-2083abd532f6
 kubernetes#11 57.68 create zip: zip: checksum error

The workaround is to download the source via "go mod vendor" on the build host,
then copy it into the Docker environment and there build without module
support.

Also tried was to populate the vendor directory and the build with enabled
module support. That still failed the same way, presumably while checking
the vendored source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

No branches or pull requests

2 participants