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
7d26eb9d
Unverified
Commit
7d26eb9d
authored
Mar 29, 2023
by
Pavle Jacovic
Committed by
GitHub
Mar 29, 2023
Browse files
Add organization for history workflow (#1648)
parent
ab76c2fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/history.yaml
.github/workflows/history.yaml
+5
-0
No files found.
.github/workflows/history.yaml
View file @
7d26eb9d
...
@@ -20,6 +20,10 @@ on:
...
@@ -20,6 +20,10 @@ on:
description
:
Repository where benchmark utils are stored
description
:
Repository where benchmark utils are stored
required
:
true
required
:
true
default
:
"
ROCmSoftwarePlatform/migraphx-benchmark-utils"
default
:
"
ROCmSoftwarePlatform/migraphx-benchmark-utils"
organization
:
description
:
Organization based on which location of files will be different
required
:
true
default
:
"
AMD"
jobs
:
jobs
:
release
:
release
:
...
@@ -29,6 +33,7 @@ jobs:
...
@@ -29,6 +33,7 @@ jobs:
end_date
:
${{ github.event.inputs.end_date || 'yyyy-mm-dd' }}
end_date
:
${{ github.event.inputs.end_date || 'yyyy-mm-dd' }}
history_repo
:
${{ github.event.inputs.history_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
history_repo
:
${{ github.event.inputs.history_repo || 'ROCmSoftwarePlatform/migraphx-reports' }}
benchmark_utils_repo
:
${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
benchmark_utils_repo
:
${{ github.event.inputs.benchmark_utils_repo || 'ROCmSoftwarePlatform/migraphx-benchmark-utils' }}
organization
:
${{ github.event.inputs.organization || 'AMD' }}
secrets
:
secrets
:
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
gh_token
:
${{ secrets.MIGRAPHX_BOT_TOKEN }}
mail_user
:
${{ secrets.MAIL_USERNAME }}
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