Unverified Commit 3c93c314 authored by Pavle Jacovic's avatar Pavle Jacovic Committed by GitHub
Browse files

input parameters cleanup (#1777)

parent 3ea6ff7b
...@@ -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' }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment