Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
94830abe
Unverified
Commit
94830abe
authored
Mar 01, 2023
by
Chris Austen
Committed by
GitHub
Mar 01, 2023
Browse files
Enable performance repos to be swapped (#1589)
Enable multiple orgs for testing
parent
d1b5f332
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
32 deletions
+47
-32
.github/workflows/history.yaml
.github/workflows/history.yaml
+35
-30
.github/workflows/performance.yaml
.github/workflows/performance.yaml
+12
-2
No files found.
.github/workflows/history.yaml
View file @
94830abe
name
:
History
on
:
workflow_dispatch
:
inputs
:
start_date
:
description
:
Start date for results analysis
required
:
true
default
:
'
yyyy-mm-dd'
end_date
:
description
:
End date for results analysis
required
:
true
default
:
'
yyyy-mm-dd'
history_repo
:
description
:
Repository for history results between dates
required
:
true
default
:
'
ROCmSoftwarePlatform/migraphx-reports'
jobs
:
release
:
uses
:
migraphx-benchmark/actions/.github/workflows/history.yml@main
with
:
start_date
:
${{ github.event.inputs.start_date || 'yyyy-mm-dd' }}
end_date
:
${{ github.event.inputs.end_date || 'yyyy-mm-dd' }}
history_repo
:
${{ github.event.inputs.history_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
secrets
:
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
mail_user
:
${{ secrets.MAIL_USERNAME }}
mail_pass
:
${{ secrets.MAIL_PASSWORD }}
name
:
History
on
:
workflow_dispatch
:
inputs
:
start_date
:
description
:
Start date for results analysis
required
:
true
default
:
'
yyyy-mm-dd'
end_date
:
description
:
End date for results analysis
required
:
true
default
:
'
yyyy-mm-dd'
history_repo
:
description
:
Repository for history results between dates
required
:
true
default
:
'
ROCmSoftwarePlatform/migraphx-reports'
benchmark_utils_repo
:
description
:
Repository where benchmark utils are stored
required
:
true
default
:
"
ROCmSoftwarePlatform/migraphx-benchmark-utils"
jobs
:
release
:
uses
:
migraphx-benchmark/actions/.github/workflows/history.yml@main
with
:
start_date
:
${{ github.event.inputs.start_date || 'yyyy-mm-dd' }}
end_date
:
${{ github.event.inputs.end_date || 'yyyy-mm-dd' }}
history_repo
:
${{ github.event.inputs.history_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
benchmark_utils_repo
:
${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
secrets
:
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
mail_user
:
${{ secrets.MAIL_USERNAME }}
mail_pass
:
${{ secrets.MAIL_PASSWORD }}
.github/workflows/performance.yaml
View file @
94830abe
...
...
@@ -14,9 +14,17 @@ on:
required
:
true
default
:
'
5.4.2'
performance_reports_repo
:
description
:
Re
sult reposi
tor
y
description
:
Re
pository where performance reports are s
tor
ed
required
:
true
default
:
'
ROCmSoftwarePlatform/migraphx-reports'
benchmark_utils_repo
:
description
:
Repository where benchmark utils are stored
required
:
true
default
:
"
ROCmSoftwarePlatform/migraphx-benchmark-utils"
organization
:
description
:
Organization based on which location of files will be different
required
:
true
default
:
"
AMD"
result_number
:
description
:
Last N results
required
:
true
...
...
@@ -35,7 +43,9 @@ jobs:
rocm_release
:
${{ github.event.inputs.rocm_release || '5.4.2' }}
result_number
:
${{ github.event.inputs.result_number || '10' }}
flags
:
${{ github.event.inputs.flags || '-r' }}
performance_reports_repo
:
${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
performance_reports_repo
:
${{ github.event.inputs.performance_reports_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
benchmark_utils_repo
:
${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
organization
:
${{ github.event.inputs.organization || 'AMD' }}
secrets
:
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
mail_user
:
${{ secrets.MAIL_USERNAME }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment