Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use renamed resource group #203

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading