Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Apr 22, 2024
1 parent fd3424f commit 48d9b4f
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,26 @@ jobs:
tenant-id: ${{ env.ARM_TENANT_ID }}
subscription-id: ${{ env.ARM_SUBSCRIPTION_ID }}

- name: Azure CLI script
uses: azure/CLI@v1
with:
azcliversion: latest
inlineScript: |
az account show
- 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 }}

# - name: Integration Tests
# run: |
# pytest --version
# 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 }}"
# # continue-on-error: true # DELETE THIS LINE - For debugging purposes only
# 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
# # DELETE THIS STEP - For debugging purposes only
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true

0 comments on commit 48d9b4f

Please sign in to comment.