From 3f9523b96468dce4b08b38b9fef81b55fd8edba7 Mon Sep 17 00:00:00 2001 From: Igor Mirosavljevic <104914075+IgorMirosavljevicHTEC@users.noreply.github.com> Date: Thu, 30 May 2024 15:30:53 +0200 Subject: [PATCH 1/2] New inputs added to reflect changes in base dockerfile (#3134) --- .github/workflows/rocm-image-release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rocm-image-release.yaml b/.github/workflows/rocm-image-release.yaml index 95ad3325ffc..ec98ccd9100 100644 --- a/.github/workflows/rocm-image-release.yaml +++ b/.github/workflows/rocm-image-release.yaml @@ -18,6 +18,10 @@ on: description: Docker image name for rocm Docker build required: true default: "rocm-migraphx" + branch_name: + description: branch to use for building base ROCm image + required: true + default: "develop" build_navi: description: Build navi number required: true @@ -35,6 +39,7 @@ jobs: benchmark-utils_repo: ${{ github.event.inputs.benchmark-utils_repo || 'ROCm/migraphx-benchmark-utils' }} base_image: ${{ github.event.inputs.base_image || 'rocm/dev-ubuntu-20.04' }} docker_image: ${{ github.event.inputs.docker_image || 'rocm-migraphx' }} + branch_name: ${{ github.event.inputs.branch_name || 'develop' }} build_navi: ${{ github.event.inputs.build_navi || '0' }} overwrite: ${{ github.event.inputs.overwrite == 'true' }} secrets: From b9cce08639ae2572afdd25ea3b811d0f1197621e Mon Sep 17 00:00:00 2001 From: Igor Mirosavljevic <104914075+IgorMirosavljevicHTEC@users.noreply.github.com> Date: Thu, 30 May 2024 15:44:26 +0200 Subject: [PATCH 2/2] Trigger only when rocMLIR-sync-* merged (#3123) --- .github/workflows/sync_rocMLIR.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_rocMLIR.yaml b/.github/workflows/sync_rocMLIR.yaml index 08001f4175a..9f473859c7c 100644 --- a/.github/workflows/sync_rocMLIR.yaml +++ b/.github/workflows/sync_rocMLIR.yaml @@ -4,7 +4,7 @@ on: schedule: - cron: '0 7 * * sun' pull_request: - branches: [develop] + branches: [rocMLIR-sync-*] types: [synchronize, closed] workflow_dispatch: inputs: