We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08708e commit 65c9f35Copy full SHA for 65c9f35
.github/workflows/ci.yml
@@ -115,7 +115,7 @@ jobs:
115
make e2e-tests-custom
116
fi
117
env:
118
- KUBECONFIG: '/home/runner/.kube/config'
+ KUBECONFIG: '/home/ubuntu/.kube/config'
119
HUB_SERVER_URL: 'https://172.19.0.2:6443'
120
# Temporarily enable the AKS property provider for the E2E tests, in order
121
# to verify the property-based scheduling experience.
@@ -134,7 +134,7 @@ jobs:
134
sleep 30
135
make collect-e2e-logs
136
137
138
LOG_DIR: 'logs-${{ matrix.customized-settings }}'
139
140
- name: Upload logs
0 commit comments