Skip to content

Commit 68cb4e9

Browse files
authored
feat: DTOSS-9902 Test ASP change (#1509)
* Test ASP change * Fix path * Add permissions
1 parent e220abe commit 68cb4e9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
needs: [acceptance-stage]
154154
permissions:
155155
id-token: write
156+
contents: read
156157
uses: ./.github/workflows/stage-4-deploy.yaml
157158
with:
158159
environments: "[\"sandbox\"]"

.github/workflows/stage-3-build-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
SOURCE_CODE_PATH: ${{ inputs.function_app_source_code_path }}
6666
MANUAL_BUILD_ALL: ${{ inputs.build_all_images || false }}
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
run: bash scripts/deployments/get-docker-names.sh
68+
run: bash scripts/deployment/get-docker-names.sh
6969

7070
build-and-push:
7171
runs-on: ubuntu-latest

infrastructure/tf-core/environments/sandbox.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ app_service_plan = {
124124
time_aggregation = "Average"
125125

126126
inc_operator = "GreaterThanOrEqual"
127-
inc_threshold = 50
127+
inc_threshold = 55
128128
inc_scale_direction = "Increase"
129129
inc_scale_type = "ExactCount"
130130
inc_scale_value = 2

0 commit comments

Comments
 (0)