-
Notifications
You must be signed in to change notification settings - Fork 56
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 #865 from kubeshop/develop
feat: release
- Loading branch information
Showing
14 changed files
with
2,324 additions
and
402 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,34 +49,6 @@ jobs: | |
with: | ||
version: v3.10.0 | ||
|
||
- name: Modify executors.json file if any executor Docker image was updated | ||
if: ${{ github.event.client_payload.image_tag_api}} | ||
run: | | ||
#pull the latest changes in case other GH workflow altered executors.json file | ||
git pull origin develop | ||
export image_tag=${{ github.event.client_payload.image_tag_api }} | ||
export executor_names="artillery curl cypress ginkgo gradle init jmeter jmeterd k6 kubepug maven playwright postman scraper soapui tracetest zap logs-sidecar" | ||
for executor_name in $executor_names; do | ||
sed -i "s/\(\"image\":.*$executor_name.*:\)[^\"]*\(\"\)/\1$image_tag\2/" ./charts/testkube-api/executors.json | ||
done | ||
cat ./charts/testkube-api/executors.json | ||
- name: Commit executors.json | ||
if: ${{ github.event.client_payload.image_tag_api}} | ||
run: | | ||
git config user.name "kubeshop-bot" | ||
git config user.email "[email protected]" | ||
if [[ $(git status --porcelain ./charts/testkube-api/executors.json) ]]; then | ||
git add ./charts/testkube-api/executors.json | ||
git commit -m "Update executors.json" | ||
git push --force origin develop | ||
else | ||
echo "Executors' image tags were not updated" | ||
fi | ||
- name: Installing repositories | ||
run: | | ||
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | ||
|
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 |
---|---|---|
|
@@ -49,34 +49,6 @@ jobs: | |
with: | ||
version: v3.10.0 | ||
|
||
- name: Modify executors.json file if any executor Docker image was updated | ||
if: ${{ github.event.client_payload.image_tag_api }} | ||
run: | | ||
#pull the latest changes in case other GH workflow altered executors.json file | ||
git pull origin develop | ||
export image_tag=${{ github.event.client_payload.image_tag_api }} | ||
export executor_names="artillery curl cypress ginkgo gradle init jmeter jmeterd k6 kubepug maven playwright postman scraper soapui tracetest zap logs-sidecar" | ||
for executor_name in $executor_names; do | ||
sed -i "s/\(\"image\":.*$executor_name.*:\)[^\"]*\(\"\)/\1$image_tag\2/" ./charts/testkube-api/executors.json | ||
done | ||
cat ./charts/testkube-api/executors.json | ||
- name: Commit executors.json | ||
if: ${{ github.event.client_payload.image_tag_api }} | ||
run: | | ||
git config user.name "kubeshop-bot" | ||
git config user.email "[email protected]" | ||
if [[ $(git status --porcelain ./charts/testkube-api/executors.json) ]]; then | ||
git add ./charts/testkube-api/executors.json | ||
git commit -m "Update executors.json" | ||
git push --force origin develop | ||
else | ||
echo "Executors' image tags were not updated" | ||
fi | ||
- name: Installing repositories | ||
run: | | ||
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | ||
|
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.