Skip to content

Commit a75e63d

Browse files
authored
copt private key to bastion (#709)
1 parent 788a438 commit a75e63d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/Weekly_Func_Env_Operator_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
build=$(pip freeze | grep benchmark-runner | sed 's/==/=/g')
103103
build_version="$(cut -d'=' -f2 <<<"$build")"
104104
start=$(printf '%(%s)T' -1)
105+
scp -r "$RUNNER_PATH/private_key.txt" provision:"$CONTAINER_KUBECONFIG_PATH"
105106
echo '>>>>>>>>>>>>>>>>>>>>>>>>>>> Start ${{ matrix.resource }} installation >>>>>>>>>>>>>>>>>>>>>>>>>>>>'
106107
# cnv-nightly
107108
if [[ "${{ matrix.resource }}" == "cnv" ]]

.github/workflows/Weekly_Perf_Env_Operator_CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
build=$(pip freeze | grep benchmark-runner | sed 's/==/=/g')
103103
build_version="$(cut -d'=' -f2 <<<"$build")"
104104
start=$(printf '%(%s)T' -1)
105+
scp -r "$RUNNER_PATH/private_key.txt" provision:"$CONTAINER_KUBECONFIG_PATH"
105106
echo '>>>>>>>>>>>>>>>>>>>>>>>>>>> Start ${{ matrix.resource }} installation >>>>>>>>>>>>>>>>>>>>>>>>>>>>'
106107
# cnv-nightly
107108
if [[ "${{ matrix.resource }}" == "cnv" ]]

0 commit comments

Comments
 (0)