forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from himanshu-kun/retry-1.21-sync
Sync with upstream 1.21.0
- Loading branch information
Showing
4,298 changed files
with
299,175 additions
and
164,740 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for one of the autoscaling components hosted in this repository | ||
title: '' | ||
labels: 'kind/feature' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for taking the time to raise a feature request! Please answer these questions as best you can before submitting. | ||
--> | ||
|
||
**Which component are you using?**: | ||
|
||
<!-- | ||
Which component hosted in this repository is this a feature for? | ||
--> | ||
|
||
**Is your feature request designed to solve a problem? If so describe the problem this feature should solve.**: | ||
<!-- | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
--> | ||
|
||
**Describe the solution you'd like.**: | ||
|
||
<!-- | ||
A clear and concise description of what you want to happen. | ||
--> | ||
|
||
**Describe any alternative solutions you've considered.**: | ||
|
||
<!-- | ||
A description of any alternative solutions or features you've considered, especially in comparison to your preferred solution/feature. | ||
--> | ||
|
||
**Additional context.**: | ||
|
||
<!-- | ||
Add any other context or screenshots about your feature request here. | ||
--> |
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,36 @@ | ||
name: Tests | ||
|
||
on: | ||
- push | ||
- pull_request | ||
|
||
env: | ||
GOPATH: ${{ github.workspace }}/go | ||
|
||
jobs: | ||
test-and-verify: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15 | ||
|
||
- uses: actions/checkout@v2 | ||
with: | ||
path: ${{ env.GOPATH }}/src/k8s.io/autoscaler | ||
|
||
- name: Apt-get | ||
run: sudo apt-get install libseccomp-dev -qq | ||
|
||
- name: Prepare | ||
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler | ||
run: hack/install-verify-tools.sh | ||
|
||
- name: Verify | ||
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler | ||
run: hack/verify-all.sh -v | ||
|
||
- name: Test | ||
working-directory: ${{ env.GOPATH }}/src/k8s.io/autoscaler | ||
run: hack/for-go-proj.sh test |
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 was deleted.
Oops, something went wrong.
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
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.