-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- change workflow name - delete unnecessary job
- Loading branch information
1 parent
72a2cfc
commit 0139679
Showing
1 changed file
with
2 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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: | ||
|
@@ -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 | ||
|
||
|
@@ -239,8 +235,6 @@ jobs: | |
contents: read | ||
pull-requests: write | ||
env: | ||
HOST_IP: 192.168.1.69 | ||
SERIAL_NUM: 440111030 | ||
COMPILER: IAR | ||
PLATFORM: MG12 | ||
|
||
|
@@ -309,8 +303,6 @@ jobs: | |
contents: read | ||
pull-requests: write | ||
env: | ||
HOST_IP: 192.168.1.100 | ||
SERIAL_NUM: 440124068 | ||
COMPILER: IAR | ||
PLATFORM: MG24 | ||
|
||
|
@@ -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' | ||
|
||
|
||
|
||
|