Skip to content

Commit

Permalink
ci: use renamed resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Mar 6, 2024
1 parent 121068d commit 33e7a41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cluster_recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
azure_resource_group: nunki-ci
azure_resource_group: contrast-ci

jobs:
recreate:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Login to Azure
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
with:
creds: ${{ secrets.NUNKI_CI_INFRA_AZURE }}
creds: ${{ secrets.CONTRAST_CI_INFRA_AZURE }}
- name: Cleanup .azure dir
run: |
rm $HOME/.azure/{commandIndex.json,versionCheck.json}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
container_registry: ghcr.io/edgelesssys
azure_resource_group: nunki-ci
azure_resource_group: contrast-ci

jobs:
test:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Login to Azure
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
with:
creds: ${{ secrets.NUNKI_CI_INFRA_AZURE }}
creds: ${{ secrets.CONTRAST_CI_INFRA_AZURE }}
- uses: nicknovitski/nix-develop@a2060d116a50b36dfab02280af558e73ab52427d # v1.1.0
- name: Generate namespace suffix
id: ns
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
container_registry: ghcr.io/edgelesssys
azure_resource_group: nunki-ci
azure_resource_group: contrast-ci

jobs:
test:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Login to Azure
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
with:
creds: ${{ secrets.NUNKI_CI_INFRA_AZURE }}
creds: ${{ secrets.CONTRAST_CI_INFRA_AZURE }}
- uses: nicknovitski/nix-develop@a2060d116a50b36dfab02280af558e73ab52427d # v1.1.0
- name: Generate namespace suffix
id: ns
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ get-credentials:
# Load the kubeconfig from the CI AKS cluster.
get-credentials-ci:
nix run .#azure-cli -- aks get-credentials \
--resource-group "nunki-ci" \
--name "nunki-ci" \
--resource-group "contrast-ci" \
--name "contrast-ci" \
--admin

# Destroy a running AKS cluster.
Expand Down

0 comments on commit 33e7a41

Please sign in to comment.