mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
docs: update Release-Process.md
with a reminder to test kata-deploy Fixes: #3611 Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
This commit is contained in:
parent
496bc10de2
commit
007221875e
@ -48,6 +48,7 @@
|
|||||||
### Merge all bump version Pull requests
|
### Merge all bump version Pull requests
|
||||||
|
|
||||||
- The above step will create a GitHub pull request in the Kata projects. Trigger the CI using `/test` command on each bump Pull request.
|
- The above step will create a GitHub pull request in the Kata projects. Trigger the CI using `/test` command on each bump Pull request.
|
||||||
|
- Trigger the test-kata-deploy workflow on the kata-containers repository bump Pull request using `/test_kata_deploy` (monitor under the "action" tab).
|
||||||
- Check any failures and fix if needed.
|
- Check any failures and fix if needed.
|
||||||
- Work with the Kata approvers to verify that the CI works and the pull requests are merged.
|
- Work with the Kata approvers to verify that the CI works and the pull requests are merged.
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ get_from_kata_deps() {
|
|||||||
local dependency="$1"
|
local dependency="$1"
|
||||||
versions_file="${this_script_dir}/../../../versions.yaml"
|
versions_file="${this_script_dir}/../../../versions.yaml"
|
||||||
|
|
||||||
command -v yq &> /dev/null || die 'yq command is not in your $PATH'
|
command -v yq &>/dev/null || die 'yq command is not in your $PATH'
|
||||||
result=$("yq" read -X "$versions_file" "$dependency")
|
result=$("yq" read -X "$versions_file" "$dependency")
|
||||||
[ "$result" = "null" ] && result=""
|
[ "$result" = "null" ] && result=""
|
||||||
echo "$result"
|
echo "$result"
|
||||||
|
Loading…
Reference in New Issue
Block a user