-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
K8s: Autoscaling using KEDA core 2.16.1
Signed-off-by: Viet Nguyen Duc <[email protected]>
- Loading branch information
Showing
11 changed files
with
52 additions
and
43 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 |
---|---|---|
|
@@ -174,7 +174,7 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
git commit -m "Update tag ${RELEASE_TAG} in docs and files" -a | ||
git commit -m "[ci] Update tag ${RELEASE_TAG} in docs and files" -m "[skip test]" -a | ||
env: | ||
RELEASE_TAG: "${{ env.GRID_VERSION }}-${{ env.BUILD_DATE }}" | ||
- name: Push changes | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ env: | |
|
||
jobs: | ||
helm-chart-test: | ||
if: github.event.inputs.skip-test != 'true' | ||
if: github.event.inputs.skip-test != 'true' && !contains(toJson(github.event.commits), '[skip test]') | ||
uses: ./.github/workflows/helm-chart-test.yml | ||
with: | ||
release: ${{ github.event.inputs.release == 'true' }} | ||
|
@@ -114,7 +114,7 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
git commit -m "Update chart ${LATEST_CHART_VERSION} changelog [skip ci]" -a || true | ||
git commit -m "[ci] Update chart ${LATEST_CHART_VERSION} changelog" -m "[skip ci]" -a || true | ||
- name: Push changes | ||
if: github.event.inputs.skip-commit != 'true' | ||
|
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 |
---|---|---|
|
@@ -218,7 +218,7 @@ jobs: | |
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
git add .keda/. | ||
git commit -m "[ci] Upload autoscaling in K8s test results [skip ci]" -a | ||
git commit -m "[ci] Upload autoscaling in K8s test results" -m "[skip ci]" -a | ||
- name: Push changes | ||
uses: ad-m/github-push-action@master | ||
with: | ||
|
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Selenium CI Bot" | ||
git commit -m "Update chart configuration table" -a | ||
git commit -m "[ci] Update chart configuration table" -m "[skip test]" -a | ||
- name: Push changes | ||
if: env.diff == 'true' | ||
uses: ad-m/github-push-action@master | ||
|
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.