Temporarily disable amd push ci (#35293)

Temporarily disable amd push ci (reduce noise)
This commit is contained in:
ivarflakstad 2024-12-16 14:18:50 +01:00 committed by GitHub
parent 85eb339231
commit d0f32212ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 54 additions and 54 deletions

View File

@ -1,25 +1,25 @@
name: Self-hosted runner (AMD mi210 CI caller) name: Self-hosted runner (AMD mi210 CI caller)
on: on:
workflow_run: #workflow_run:
workflows: ["Self-hosted runner (push-caller)"] # workflows: ["Self-hosted runner (push-caller)"]
branches: ["main"] # branches: ["main"]
types: [completed] # types: [completed]
push: push:
branches: branches:
- run_amd_push_ci_caller* - run_amd_push_ci_caller*
paths: paths:
- "src/**" - "src/**"
- "tests/**" - "tests/**"
- ".github/**" - ".github/**"
- "templates/**" - "templates/**"
- "utils/**" - "utils/**"
jobs: jobs:
run_amd_ci: run_amd_ci:
name: AMD mi210 name: AMD mi210
if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_push_ci_caller'))) if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_push_ci_caller')))
uses: ./.github/workflows/self-push-amd.yml uses: ./.github/workflows/self-push-amd.yml
with: with:
gpu_flavor: mi210 gpu_flavor: mi210
secrets: inherit secrets: inherit

View File

@ -1,25 +1,25 @@
name: Self-hosted runner (AMD mi250 CI caller) name: Self-hosted runner (AMD mi250 CI caller)
on: on:
workflow_run: #workflow_run:
workflows: ["Self-hosted runner (push-caller)"] # workflows: ["Self-hosted runner (push-caller)"]
branches: ["main"] # branches: ["main"]
types: [completed] # types: [completed]
push: push:
branches: branches:
- run_amd_push_ci_caller* - run_amd_push_ci_caller*
paths: paths:
- "src/**" - "src/**"
- "tests/**" - "tests/**"
- ".github/**" - ".github/**"
- "templates/**" - "templates/**"
- "utils/**" - "utils/**"
jobs: jobs:
run_amd_ci: run_amd_ci:
name: AMD mi250 name: AMD mi250
if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_push_ci_caller'))) if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_push_ci_caller')))
uses: ./.github/workflows/self-push-amd.yml uses: ./.github/workflows/self-push-amd.yml
with: with:
gpu_flavor: mi250 gpu_flavor: mi250
secrets: inherit secrets: inherit

View File

@ -1,10 +1,10 @@
name: Self-hosted runner (AMD mi300 CI caller) name: Self-hosted runner (AMD mi300 CI caller)
on: on:
workflow_run: #workflow_run:
workflows: ["Self-hosted runner (push-caller)"] # workflows: ["Self-hosted runner (push-caller)"]
branches: ["main"] # branches: ["main"]
types: [completed] # types: [completed]
push: push:
branches: branches:
- run_amd_push_ci_caller* - run_amd_push_ci_caller*