Skip to content

Commit

Permalink
Adding matrix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhansa-msft committed Jun 25, 2024
1 parent 196d481 commit 8b5a17b
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 237 deletions.
198 changes: 0 additions & 198 deletions .github/template/benchmark_test/action.yml

This file was deleted.

20 changes: 2 additions & 18 deletions .github/template/generate_page/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ inputs:
TYPE:
required: true
description: "Type of storage account"
GITHUB_TOKEN:
required: true
description: "Token for github check-in"
AZURE_STORAGE_ACCOUNT:
required: true
description: "Storage account name"
AZURE_STORAGE_ACCOUNT_CONTAINER:
required: true
description: "Storage container name"
AZURE_STORAGE_ACCESS_KEY:
required: true
description: "Access key for the storage account"

runs:
using: "composite"
Expand All @@ -36,10 +24,6 @@ runs:
shell: bash
run: |
./perf_testing/scripts/fio_bench.sh /mnt/blob_mnt ${{ inputs.TEST }}
env:
AZURE_STORAGE_ACCOUNT: ${{ inputs.AZURE_STORAGE_ACCOUNT }}
AZURE_STORAGE_ACCOUNT_CONTAINER: ${{ inputs.AZURE_STORAGE_ACCOUNT_CONTAINER }}
AZURE_STORAGE_ACCESS_KEY: ${{ inputs.AZURE_STORAGE_ACCESS_KEY }}
# Push the bandwidth results and publish the graphs
- name: "Update Bandwidth Results : ${{ inputs.TEST }}"
Expand All @@ -49,7 +33,7 @@ runs:
tool: 'customBiggerIsBetter'
alert-threshold: "160%"
max-items-in-chart: 100
github-token: ${{ inputs.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-alert: true
auto-push: true
comment-on-alert: true
Expand All @@ -64,7 +48,7 @@ runs:
tool: 'customSmallerIsBetter'
alert-threshold: "160%"
max-items-in-chart: 100
github-token: ${{ inputs.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-alert: true
auto-push: true
comment-on-alert: true
Expand Down
Loading

0 comments on commit 8b5a17b

Please sign in to comment.