Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
- change workflow name
- delete unnecessary job
  • Loading branch information
silabs-bingocth authored Jul 24, 2024
1 parent 72a2cfc commit 0139679
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# file with configuration. For more information, see:
# https://github.com/actions/labeler

name: Check Pull Request
name: Regression Test
on:
pull_request:
types: [opened, edited, review_requested, synchronize, review_request_removed, reopened]
Expand Down Expand Up @@ -100,8 +100,6 @@ jobs:
contents: read
pull-requests: write
env:
HOST_IP: 192.168.1.69
SERIAL_NUM: 440111030
COMPILER: GCC
PLATFORM: MG12
steps:
Expand Down Expand Up @@ -167,9 +165,7 @@ jobs:
permissions:
contents: read
pull-requests: write
env:
HOST_IP: 192.168.1.100
SERIAL_NUM: 440124068
env:
COMPILER: GCC
PLATFORM: MG24

Expand Down Expand Up @@ -239,8 +235,6 @@ jobs:
contents: read
pull-requests: write
env:
HOST_IP: 192.168.1.69
SERIAL_NUM: 440111030
COMPILER: IAR
PLATFORM: MG12

Expand Down Expand Up @@ -309,8 +303,6 @@ jobs:
contents: read
pull-requests: write
env:
HOST_IP: 192.168.1.100
SERIAL_NUM: 440124068
COMPILER: IAR
PLATFORM: MG24

Expand Down Expand Up @@ -369,25 +361,6 @@ jobs:
log/
warn: Output a warning but do not fail the action
retention-days: 90

job6:
if: ${{ always() }}
needs: [job1, job2, job3, job4, job5]
name: Summary Test Result
runs-on: [self-hosted, sqa-ds-hn-006]
permissions:
contents: read
pull-requests: write

steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: "${{ github.event.inputs.branch }}"
if: github.event_name == 'workflow_dispatch'
- name: Checkout
uses: actions/[email protected]
if: github.event_name == 'pull_request'



Expand Down

0 comments on commit 0139679

Please sign in to comment.