Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/multi_arch_build_portable_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ on:
type: string
build_variant_suffix:
type: string
test_labels:
type: string
expect_failure:
type: boolean
rocm_package_version:
type: string
test_type:
type: string
prebuilt_stages:
type: string
default: ""
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/multi_arch_build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ on:
description: "Comma-separated build stages to skip (artifacts already copied by the orchestrator)"
rocm_package_version:
type: string
test_type:
type: string
release_type:
description: 'Release type: "" for CI, or "dev", "nightly", "prerelease".'
type: string
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/multi_arch_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
expect_failure: ${{ fromJSON(inputs.build_config).expect_failure }}
prebuilt_stages: ${{ fromJSON(inputs.build_config).prebuilt_stages }}
rocm_package_version: ${{ inputs.rocm_package_version }}
test_type: ${{ inputs.test_type }}
release_type: ${{ inputs.release_type }}
permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/multi_arch_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
expect_failure: ${{ fromJSON(inputs.build_config).expect_failure }}
prebuilt_stages: ${{ fromJSON(inputs.build_config).prebuilt_stages }}
rocm_package_version: ${{ inputs.rocm_package_version }}
test_type: ${{ inputs.test_type }}
release_type: ${{ inputs.release_type }}
permissions:
contents: read
Expand Down
Loading