Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c009198

Browse files
committedFeb 25, 2025··
Move login before cli
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent b931df9 commit c009198

File tree

2 files changed

+3612
-316
lines changed

2 files changed

+3612
-316
lines changed
 

‎.github/workflows/platform-test.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ jobs:
9292
with:
9393
install_only: true
9494

95-
- name: Setup Azure CLI
96-
if: ${{ steps.check-cluster-config.outputs.cluster-type == 'aks' }}
97-
uses: azure/cli@v2
98-
with:
99-
azcliversion: latest
100-
10195
- name: Configure Azure Credentials
10296
if: ${{ steps.check-cluster-config.outputs.cluster-type == 'aks' }}
10397
uses: azure/login@v2
@@ -106,6 +100,14 @@ jobs:
106100
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
107101
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
108102

103+
- name: Setup Azure CLI
104+
if: ${{ steps.check-cluster-config.outputs.cluster-type == 'aks' }}
105+
uses: azure/cli@v2
106+
with:
107+
azcliversion: latest
108+
inlineScript: |
109+
az version
110+
109111
- name: Setup eksctl CLI
110112
if: ${{ steps.check-cluster-config.outputs.cluster-type == 'eks' }}
111113
run: |

‎charts/k8s-monitoring/tests/platform/aks/.rendered/output.yaml

+3,604-310
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.