Skip to content

Commit 65c9f35

Browse files
committed
Adjust home directory for the oracle runner
Signed-off-by: Koray Oksay <[email protected]>
1 parent c08708e commit 65c9f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
make e2e-tests-custom
116116
fi
117117
env:
118-
KUBECONFIG: '/home/runner/.kube/config'
118+
KUBECONFIG: '/home/ubuntu/.kube/config'
119119
HUB_SERVER_URL: 'https://172.19.0.2:6443'
120120
# Temporarily enable the AKS property provider for the E2E tests, in order
121121
# to verify the property-based scheduling experience.
@@ -134,7 +134,7 @@ jobs:
134134
sleep 30
135135
make collect-e2e-logs
136136
env:
137-
KUBECONFIG: '/home/runner/.kube/config'
137+
KUBECONFIG: '/home/ubuntu/.kube/config'
138138
LOG_DIR: 'logs-${{ matrix.customized-settings }}'
139139

140140
- name: Upload logs

0 commit comments

Comments
 (0)