Skip to content

Commit 38af70a

Browse files
authored
chore(ci): change e2e cluster variable (#1770)
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
1 parent f5ee46f commit 38af70a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/nightly_e2e_tests_ceph.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
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/

.github/workflows/nightly_e2e_tests_replicated.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
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/

.github/workflows/nightly_e2e_tests_report.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
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()

0 commit comments

Comments
 (0)