-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'etcd-io:main' into pr5
- Loading branch information
Showing
156 changed files
with
5,213 additions
and
883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: E2E Arm64 Nightly | ||
permissions: read-all | ||
on: | ||
# schedules always run against the main branch, hence we have to create separate jobs | ||
# with individual checkout actions for each of the active release branches | ||
schedule: | ||
- cron: '30 1 * * *' # runs daily at 1:30 am. | ||
jobs: | ||
main-arm64: | ||
uses: ./.github/workflows/e2e-arm64-template.yaml | ||
with: | ||
etcdBranch: main | ||
e2eTestCmd: make test-e2e-release | ||
release-35-arm64: | ||
uses: ./.github/workflows/e2e-arm64-template.yaml | ||
with: | ||
etcdBranch: release-3.5 | ||
e2eTestCmd: PASSES='build release e2e' COVER='false' ./test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Integration Arm64 Nightly | ||
permissions: read-all | ||
on: | ||
# schedules always run against the main branch, hence we have to create separate jobs | ||
# with individual checkout actions for each of the active release branches | ||
schedule: | ||
- cron: '30 2 * * *' # runs daily at 2:30 am. | ||
jobs: | ||
main-arm64: | ||
uses: ./.github/workflows/tests-arm64-template.yaml | ||
with: | ||
etcdBranch: main | ||
integrationTestCmd: make test-integration | ||
unitTestCmd: GO_TEST_FLAGS='-p=2' make test-unit | ||
release-35-arm64: | ||
uses: ./.github/workflows/tests-arm64-template.yaml | ||
with: | ||
etcdBranch: release-3.5 | ||
integrationTestCmd: PASSES='integration' RACE='false' ./test.sh | ||
unitTestCmd: PASSES='unit' CPU='4' ./test.sh -p=2 | ||
gofailMake: "no" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.19.10 | ||
1.19.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ Access to the infrastructure is defined by the infra admins table below: | |
|
||
| Name | Github | K8s Slack | Email | | ||
|---------------------------|----------------|--------------------|--------------------| | ||
| Marek Siarkowicz | @serathius | @ Serathius | Ref MAINTAINERS.md | | ||
| Benjamin Wang | @ahrtr | @ Benjamin Wang | Ref MAINTAINERS.md | | ||
| Marek Siarkowicz | @serathius | @ Serathius | Ref MAINTAINERS | | ||
| Benjamin Wang | @ahrtr | @ Benjamin Wang | Ref MAINTAINERS | | ||
| Davanum Srinivas | @dimns | @ Dims | [email protected] | | ||
| Chao Chen | @chaochn47 | @ Chao Chen | [email protected] | | ||
| James Blair | @jmhbnz | @ James Blair | [email protected] | | ||
| James Blair | @jmhbnz | @ James Blair | Ref MAINTAINERS | | ||
|
||
Individuals in this table are granted access to the infrastructure in two ways: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,12 @@ | |
# Please keep the list sorted. | ||
|
||
# MAINTAINERS | ||
Benjamin Wang <[email protected]> (ahrtr@) pkg:* | ||
Benjamin Wang <[email protected]> (@ahrtr) pkg:* | ||
Hitoshi Mitake <[email protected]> (@mitake) pkg:* | ||
Marek Siarkowicz <[email protected]> <[email protected]> (@serathius) pkg:* | ||
Piotr Tabor <[email protected]> (@ptabor) pkg:* | ||
Sahdev Zala <[email protected]> (@spzala) pkg:* | ||
Wenjia Zhang <[email protected]> <[email protected]> (@wenjiaswe) pkg:* | ||
|
||
# REVIEWERS | ||
James Blair <[email protected]> <[email protected]> (@jmhbnz) pkg:* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.