File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5959
6060 - uses : azure/k8s-set-context@v4
6161 with :
62- method : service-account
63- k8s-url : https://api. e2e.virtlab.flant.com
64- k8s-secret : ${{ secrets.E2E_VIRTUALIZATION_SA_SECRET }}
62+ method : kubeconfig
63+ context : e2e-virt-e2e-tests
64+ kubeconfig : ${{ secrets.NIGHTLY_E2E_TESTS_SECRET }}
6565
6666 - name : Download dependencies
6767 working-directory : ./test/e2e/
Original file line number Diff line number Diff line change 5959
6060 - uses : azure/k8s-set-context@v4
6161 with :
62- method : service-account
63- k8s-url : https://api. e2e.virtlab.flant.com
64- k8s-secret : ${{ secrets.E2E_VIRTUALIZATION_SA_SECRET }}
62+ method : kubeconfig
63+ context : e2e-virt-e2e-tests
64+ kubeconfig : ${{ secrets.NIGHTLY_E2E_TESTS_SECRET }}
6565
6666 - name : Download dependencies
6767 working-directory : ./test/e2e/
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : azure/k8s-set-context@v4
3737 with :
38- method : service-account
39- k8s-url : https://api. e2e.virtlab.flant.com
40- k8s-secret : ${{ secrets.E2E_VIRTUALIZATION_SA_SECRET }}
38+ method : kubeconfig
39+ context : e2e-virt-e2e-tests
40+ kubeconfig : ${{ secrets.NIGHTLY_E2E_TESTS_SECRET }}
4141
4242 - name : Send results to channel
4343 if : always()
You can’t perform that action at this time.
0 commit comments