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
3c93c314
Unverified
Commit
3c93c314
authored
May 30, 2023
by
Pavle Jacovic
Committed by
GitHub
May 29, 2023
Browse files
input parameters cleanup (#1777)
parent
3ea6ff7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
.github/workflows/rocm-image-release.yaml
.github/workflows/rocm-image-release.yaml
+0
-6
No files found.
.github/workflows/rocm-image-release.yaml
View file @
3c93c314
...
@@ -22,11 +22,6 @@ on:
...
@@ -22,11 +22,6 @@ on:
description
:
Build navi number
description
:
Build navi number
required
:
true
required
:
true
default
:
"
0"
default
:
"
0"
organization
:
type
:
string
description
:
Organization based on which location of files will be different
required
:
true
default
:
"
AMD"
overwrite
:
overwrite
:
type
:
boolean
type
:
boolean
description
:
Overwrite image if it already exists
description
:
Overwrite image if it already exists
...
@@ -38,7 +33,6 @@ jobs:
...
@@ -38,7 +33,6 @@ jobs:
with
:
with
:
rocm_release
:
${{ github.event.inputs.rocm_release || '5.1' }}
rocm_release
:
${{ github.event.inputs.rocm_release || '5.1' }}
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' }}
base_image
:
${{ github.event.inputs.base_image || 'rocm/dev-ubuntu-20.04' }}
base_image
:
${{ github.event.inputs.base_image || 'rocm/dev-ubuntu-20.04' }}
docker_image
:
${{ github.event.inputs.docker_image || 'rocm-migraphx' }}
docker_image
:
${{ github.event.inputs.docker_image || 'rocm-migraphx' }}
build_navi
:
${{ github.event.inputs.build_navi || '0' }}
build_navi
:
${{ github.event.inputs.build_navi || '0' }}
...
...
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