Skip to content

Commit

Permalink
remove extra env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed May 30, 2024
1 parent 5834b8c commit 25e0979
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,13 @@ jobs:
- name: Integration Tests
run: |
pytest --version
echo $ARM_TENANT_ID
echo $ARM_CLIENT_ID
echo $ARM_SUBSCRIPTION_ID
pytest tests/tests_integration/ -vvv -s --cloud azure
env:
NEBARI_SECRET__default_images__jupyterhub: "quay.io/nebari/nebari-jupyterhub:${{ env.NEBARI_IMAGE_TAG }}"
NEBARI_SECRET__default_images__jupyterlab: "quay.io/nebari/nebari-jupyterlab:${{ env.NEBARI_IMAGE_TAG }}"
NEBARI_SECRET__default_images__dask_worker: "quay.io/nebari/nebari-dask-worker:${{ env.NEBARI_IMAGE_TAG }}"
# not sure if these below are needed
ARM_CLIENT_ID: ${{ env.ARM_CLIENT_ID }}
ARM_TENANT_ID: ${{ env.ARM_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ env.ARM_SUBSCRIPTION_ID }}
CLOUDFLARE_TOKEN: ${{ env.CLOUDFLARE_TOKEN }}
AZURE_CLIENT_ID: ${{ env.ARM_CLIENT_ID }}
AZURE_TENANT_ID: ${{ env.ARM_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ env.ARM_SUBSCRIPTION_ID }}
ARM_USE_OIDC: "true"

# continue-on-error: true # DELETE THIS LINE - For debugging purposes only

# # DELETE THIS STEP - For debugging purposes only
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
CLOUDFLARE_TOKEN: ${{ env.CLOUDFLARE_TOKEN }}

0 comments on commit 25e0979

Please sign in to comment.