Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test auto trigger job #6

Closed
wants to merge 46 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7b08017
Create test.yml
silabs-bingocth Jul 23, 2024
6cded34
Update test.yml
silabs-bingocth Jul 23, 2024
4f9ebc1
Update test.yml
silabs-bingocth Jul 24, 2024
084235b
Update test.yml
silabs-bingocth Jul 24, 2024
72a2cfc
Update test.yml
silabs-bingocth Jul 24, 2024
0139679
Update test.yml
silabs-bingocth Jul 24, 2024
4b12f5a
Update test.yml
silabs-bingocth Jul 24, 2024
c3d2226
fixing workflow
silabs-bingocth Jul 24, 2024
3bd3379
fi
silabs-bingocth Jul 24, 2024
a6bb839
Update test.yml
silabs-bingocth Jul 24, 2024
92569a2
fixin
silabs-bingocth Jul 24, 2024
8df19f9
fixing workflow
silabs-bingocth Jul 24, 2024
ad27287
Update test.yml
silabs-bingocth Jul 24, 2024
5712b59
Update test.yml
silabs-bingocth Jul 24, 2024
a527fc9
Update test.yml
silabs-bingocth Jul 24, 2024
3512ca3
Create manual_test.yaml
silabs-bingocth Jul 24, 2024
fb20e7a
Create manual_test.yml
silabs-bingocth Jul 24, 2024
619dd0a
Update manual_test.yaml
silabs-bingocth Jul 24, 2024
82fe6ec
Delete .github/workflows/manual_test.yaml
silabs-bingocth Jul 24, 2024
3837bfc
Merge pull request #1 from SiliconLabs/update-workflow
silabs-bingocth Jul 24, 2024
586205b
Update manual_test.yml
silabs-bingocth Jul 24, 2024
f8e2d6a
Update manual_test.yml
silabs-bingocth Jul 24, 2024
43bc103
Update manual_test.yml
silabs-bingocth Jul 24, 2024
22510cd
Update manual_test.yml
silabs-bingocth Jul 24, 2024
9c240d1
Update manual_test.yml
silabs-bingocth Jul 24, 2024
41abe8d
Update manual_test.yml
silabs-bingocth Jul 24, 2024
3644e3c
Update manual_test.yml
silabs-bingocth Jul 24, 2024
6b4025f
Update manual_test.yml
silabs-bingocth Jul 24, 2024
57d1857
Update test.yml
silabs-bingocth Jul 24, 2024
6f6dc9a
Update manual_test.yml
silabs-bingocth Jul 24, 2024
d02f456
Update manual_test.yml
silabs-bingocth Jul 24, 2024
ea0514e
Update test.yml
silabs-bingocth Jul 25, 2024
68f4fdd
Update manual_test.yml
silabs-bingocth Jul 25, 2024
5a437b8
Update test.yml
silabs-bingocth Jul 29, 2024
dc28abf
Update test.yml
silabs-bingocth Jul 29, 2024
fad533d
Update test.yml
silabs-bingocth Aug 11, 2024
068b756
Merge pull request #3 from SiliconLabs/update-workflows
silabs-bingocth Aug 12, 2024
727505a
Update manual_test.yml
silabs-bingocth Aug 12, 2024
b782cb0
Update and rename test.yml to auto_test.yml
silabs-bingocth Aug 12, 2024
9f37427
Merge pull request #5 from SiliconLabs/update-workflows
silabs-bingocth Aug 12, 2024
5f51925
Create LICENSE.md
silabs-hieuhoang Sep 16, 2024
9661bf9
Remove content copy MSLA and list exception in LICENSE.md
silabs-hieuhoang Sep 17, 2024
4426022
Merge pull request #14 from SiliconLabs/Create-LICENSE.md
silabs-hieuhoang Sep 19, 2024
3e09183
Delete .github/workflows directory (#23)
Silabs-ThieuVu Oct 14, 2024
86c5d85
Create 00-Check_Coding_Convention.yaml (#26)
Silabs-ThieuVu Oct 14, 2024
97997c2
Create 01-Generate_Firmware.yaml (#27)
Silabs-ThieuVu Oct 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update manual_test.yml
silabs-bingocth authored Jul 24, 2024
commit d02f4568725f7058cdb8b9c9579f327a7caffa95
6 changes: 3 additions & 3 deletions .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ jobs:
retention-days: 90

job2:
if: (success() || failure()) && github.event.inputs.test_mg24 == 'true'
if: (always()) && github.event.inputs.test_mg24 == 'true'
needs: [job1]
name: GCC-MG24 regression test
runs-on: [self-hosted, sqa-ds-hn-006]
@@ -193,7 +193,7 @@ jobs:
retention-days: 90

job3:
if: always() && github.event.inputs.test_mg12 == 'true'
if: (always()) && github.event.inputs.test_mg12 == 'true'
needs: [job1, job2]
name: IAR-MG12 regression test
runs-on: [self-hosted, sqa-ds-hn-006]
@@ -262,7 +262,7 @@ jobs:
retention-days: 90

job4:
if: (success() || failure()) && github.event.inputs.test_mg24 == 'true'
if: (always()) && github.event.inputs.test_mg24 == 'true'
needs: [job1, job2, job3]
name: IAR-MG24 regression test
runs-on: [self-hosted, sqa-ds-hn-006]