Skip to content
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: 3 additions & 1 deletion .github/workflows/ai-lab-e2e-nightly-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
name: windows-${{ matrix.windows-version }}-${{ matrix.windows-featurepack }}
runs-on: ubuntu-latest
env:
MAPT_VERSION: v0.7.4
MAPT_VERSION: v0.9.3
MAPT_IMAGE: quay.io/redhat-developer/mapt
MAPT_EXCLUDED_REGIONS: 'westindia,centralindia,southindia,australiacentral,australiacentral2,australiaeast,australiasoutheast,southafricanorth,southafricawest'
strategy:
Expand Down Expand Up @@ -139,6 +139,8 @@ jobs:
- name: Create instance
run: |
# Create instance
mkdir .pulumi
chmod 777 .pulumi
podman run -d --name windows-create --rm \
-v ${PWD}:/workspace:z \
-e ARM_TENANT_ID=${{ secrets.ARM_TENANT_ID }} \
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/recipe-catalog-change-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: recipe-catalog-windows-${{ matrix.windows-version }}-${{ matrix.windows-featurepack }}
runs-on: ubuntu-24.04
env:
MAPT_VERSION: v0.7.4
MAPT_VERSION: v0.9.3
MAPT_IMAGE: quay.io/redhat-developer/mapt
MAPT_EXCLUDED_REGIONS: 'westindia,centralindia,southindia,australiacentral,australiacentral2,australiaeast,australiasoutheast,southafricanorth,southafricawest'
strategy:
Expand Down Expand Up @@ -123,6 +123,8 @@ jobs:
- name: Create instance
run: |
# Create instance
mkdir .pulumi
chmod 777 .pulumi
podman run -d --name windows-create --rm \
-v ${PWD}:/workspace:z \
-e ARM_TENANT_ID=${{ secrets.ARM_TENANT_ID }} \
Expand Down
Loading