Merge pull request #9409 from GabyCT/topic/ghrunset

gha: Define GH_PR_NUMBER variable in gha run k8s common script
This commit is contained in:
GabyCT
2024-04-04 09:46:48 -06:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ tests_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${tests_dir}/common.bash"
K8S_TEST_HOST_TYPE="${K8S_TEST_HOST_TYPE:-small}"
GH_PR_NUMBER="${GH_PR_NUMBER:-}"
function _print_instance_type() {
case ${K8S_TEST_HOST_TYPE} in