From 0f7c9495f4ae9a90c74cbe0fd4ab04e93c27bad3 Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Fri, 31 Jan 2025 15:42:44 -0800 Subject: [PATCH 1/4] Create kws_caller.yml and rocm_ci_caller.yml Enabling ROCM CI workflow --- .github/workflows/kws_caller.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/kws_caller.yml diff --git a/.github/workflows/kws_caller.yml b/.github/workflows/kws_caller.yml new file mode 100644 index 0000000000..ffcbff7b1e --- /dev/null +++ b/.github/workflows/kws_caller.yml @@ -0,0 +1,15 @@ +name: Rocm Validation Suite KWS +on: + push: + branches: [amd-staging] + pull_request: + types: [opened, synchronize, reopened] + workflow_dispatch: +jobs: + kws: + if: ${{ github.event_name == 'pull_request' }} + uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@mainline + secrets: inherit + with: + pr_number: ${{github.event.pull_request.number}} + base_branch: ${{github.base_ref}} From 0e1d6396cc24710bc8b343f40af264cbb2aa7f1f Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Fri, 31 Jan 2025 15:43:24 -0800 Subject: [PATCH 2/4] Create rocm_ci_caller.yml --- .github/rocm_ci_caller.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/rocm_ci_caller.yml diff --git a/.github/rocm_ci_caller.yml b/.github/rocm_ci_caller.yml new file mode 100644 index 0000000000..7e85fe7730 --- /dev/null +++ b/.github/rocm_ci_caller.yml @@ -0,0 +1,25 @@ +name: ROCm CI Caller +on: + # Commenting below to avoid re-runs of amd smi for trivial rebases + pull_request: + branches: [amd-staging, amd-mainline] + types: [opened, reopened, synchronize] + push: + branches: [amd-mainline] + workflow_dispatch: + issue_comment: + types: [created] + +jobs: + call-workflow: + if: ${{ github.event_name != 'issue_comment' || github.event.comment.body == '!verify' }} + uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline + secrets: inherit + with: + input_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} + input_pr_num: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || 0 }} + input_pr_url: ${{ github.event_name == 'pull_request' && github.event.pull_request.html_url || '' }} + input_pr_title: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || '' }} + repository_name: ${{ github.repository }} + base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }} + trigger_event_type: ${{ github.event_name }} From 6bd1718fd1229dc868be9bf8ecd1ff565a27fc12 Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Fri, 31 Jan 2025 16:05:53 -0800 Subject: [PATCH 3/4] Create rocm_ci_caller.yml --- .github/workflows/rocm_ci_caller.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/rocm_ci_caller.yml diff --git a/.github/workflows/rocm_ci_caller.yml b/.github/workflows/rocm_ci_caller.yml new file mode 100644 index 0000000000..7e85fe7730 --- /dev/null +++ b/.github/workflows/rocm_ci_caller.yml @@ -0,0 +1,25 @@ +name: ROCm CI Caller +on: + # Commenting below to avoid re-runs of amd smi for trivial rebases + pull_request: + branches: [amd-staging, amd-mainline] + types: [opened, reopened, synchronize] + push: + branches: [amd-mainline] + workflow_dispatch: + issue_comment: + types: [created] + +jobs: + call-workflow: + if: ${{ github.event_name != 'issue_comment' || github.event.comment.body == '!verify' }} + uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline + secrets: inherit + with: + input_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} + input_pr_num: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || 0 }} + input_pr_url: ${{ github.event_name == 'pull_request' && github.event.pull_request.html_url || '' }} + input_pr_title: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || '' }} + repository_name: ${{ github.repository }} + base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }} + trigger_event_type: ${{ github.event_name }} From 33ac6534118785334b6c27220d47bf812b26724d Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Fri, 31 Jan 2025 16:06:10 -0800 Subject: [PATCH 4/4] Delete .github/rocm_ci_caller.yml --- .github/rocm_ci_caller.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/rocm_ci_caller.yml diff --git a/.github/rocm_ci_caller.yml b/.github/rocm_ci_caller.yml deleted file mode 100644 index 7e85fe7730..0000000000 --- a/.github/rocm_ci_caller.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: ROCm CI Caller -on: - # Commenting below to avoid re-runs of amd smi for trivial rebases - pull_request: - branches: [amd-staging, amd-mainline] - types: [opened, reopened, synchronize] - push: - branches: [amd-mainline] - workflow_dispatch: - issue_comment: - types: [created] - -jobs: - call-workflow: - if: ${{ github.event_name != 'issue_comment' || github.event.comment.body == '!verify' }} - uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline - secrets: inherit - with: - input_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} - input_pr_num: ${{ github.event_name == 'pull_request' && github.event.pull_request.number || 0 }} - input_pr_url: ${{ github.event_name == 'pull_request' && github.event.pull_request.html_url || '' }} - input_pr_title: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || '' }} - repository_name: ${{ github.repository }} - base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }} - trigger_event_type: ${{ github.event_name }}