Skip to content

Commit

Permalink
Refresh (#317)
Browse files Browse the repository at this point in the history
* update to 1.36.2

* update checkout action to v4

* update formik

* bump csv-parse

* generate win32 images

* generate linux images

* bump load testing gha
  • Loading branch information
MarcusFelling committed Sep 11, 2023
1 parent 7e1a910 commit d2fd496
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/contoso-traders-cloud-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ stages:
- job: playwright_tests_ui
dependsOn: [provision]
container: mcr.microsoft.com/playwright:v1.36.0-jammy
container: mcr.microsoft.com/playwright:v1.36.2-jammy
variables:
APIURLSHOPPINGCART: $[ dependencies.provision.outputs['getCartsApiEndpoint.cartsApiEndpoint'] ]
APIURL: $[ dependencies.provision.outputs['getProductsApiEndpoint.productsApiEndpoint'] ]
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Playwright",
"image": "mcr.microsoft.com/playwright:v1.36.0-jammy",
"image": "mcr.microsoft.com/playwright:v1.36.2-jammy",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/aks-cost-optimization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: azure login
uses: azure/login@v1
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: sleep 30s
shell: bash
- name: load test (products API)
uses: Azure/load-testing@v1.1.18
uses: Azure/load-testing@v1.1.19
with:
# Path of the YAML file. Should be fully qualified path or relative to the default working directory
loadtestConfigFile: ./loadtests/contoso-traders-products.yaml
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
if: always()
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: azure login
uses: azure/login@v1
with:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/contoso-traders-cloud-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cancel-in-progress: true
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: azure login
uses: azure/login@v1
with:
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
cancel-in-progress: true
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: azure login
uses: azure/login@v1
with:
Expand All @@ -471,7 +471,7 @@ jobs:
run: sleep 30s
shell: bash
- name: load test (products API)
uses: Azure/load-testing@v1.1.18
uses: Azure/load-testing@v1.1.19
with:
# Path of the YAML file. Should be fully qualified path or relative to the default working directory
loadtestConfigFile: ./loadtests/contoso-traders-products.yaml
Expand Down Expand Up @@ -513,7 +513,7 @@ jobs:
cancel-in-progress: true
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: azure login
uses: azure/login@v1
with:
Expand All @@ -537,7 +537,7 @@ jobs:
env:
LOAD_TEST_SUBNET_ID: ${{ steps.get-vnetAcaSubnetId.outputs.vnetAcaSubnetId }}
- name: load test (carts internal API)
uses: Azure/load-testing@v1.1.18
uses: Azure/load-testing@v1.1.19
with:
# Path of the YAML file. Should be fully qualified path or relative to the default working directory
loadtestConfigFile: ./loadtests/contoso-traders-carts-internal.yaml
Expand Down Expand Up @@ -579,13 +579,13 @@ jobs:
cancel-in-progress: true
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: azure login
uses: azure/login@v1
with:
creds: ${{ secrets.SERVICEPRINCIPAL }}
- name: load test (carts API)
uses: Azure/load-testing@v1.1.18
uses: Azure/load-testing@v1.1.19
with:
# Path of the YAML file. Should be fully qualified path or relative to the default working directory
loadtestConfigFile: ./loadtests/contoso-traders-carts.yaml
Expand Down Expand Up @@ -624,15 +624,15 @@ jobs:
timeout-minutes: 20
runs-on: ubuntu-22.04
container:
image: mcr.microsoft.com/playwright:v1.36.0-jammy
image: mcr.microsoft.com/playwright:v1.36.2-jammy
defaults:
run:
working-directory: src/ContosoTraders.Ui.Website
env:
AADUSERNAME: ${{ secrets.AADUSERNAME }}
AADPASSWORD: ${{ secrets.AADPASSWORD }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit d2fd496

Please sign in to comment.