Skip to content
Open
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
11 changes: 11 additions & 0 deletions .github/workflows/test_native_linux_packages_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ on:
set it manually.
type: string
default: ""
run_uninstall:
description: "Enable uninstall verification: remove installed ROCm metapackages and assert clean teardown (sanity/full only). Disabled by default."
required: false
type: boolean
default: false
workflow_dispatch:
inputs:
package_install_url:
Expand Down Expand Up @@ -132,6 +137,11 @@ on:
set it manually.
type: string
default: ""
run_uninstall:
description: "Enable uninstall verification: remove installed ROCm metapackages and assert clean teardown (sanity/full only). Disabled by default."
required: false
type: boolean
default: false

permissions:
id-token: write
Expand Down Expand Up @@ -207,6 +217,7 @@ jobs:
INSTALL_PREFIX: ${{ inputs.install_prefix || '/opt/rocm/core' }}
TEST_TYPE: ${{ inputs.test_type }}
BUILD_VARIANT: ${{ inputs.build_variant }}
RUN_UNINSTALL: ${{ inputs.run_uninstall || '' }}
steps:
- name: Install System Prerequisites
run: |
Expand Down
Loading
Loading