Skip to content

Commit

Permalink
CI: Carbonix disable features not required
Browse files Browse the repository at this point in the history
7d74b28	CI: Carbonix disable features not required
This test would be difficult to port to a private repo or are not needed and making our CI take more longer time.
- macos not required
- test_environment not required
- test_size not required
- Cygwin not build except for plane

7c35cb5	workflow: Deleted test_coverage CI
 - This test is currently triggered on weekend and it is failing.
 - The reason of failing doesn't affect our code base.
 - Also, we are not building test codes which will change the coverage test results gained on AP4.3.8
 - SW-91

af269df	CI: Update to master & limit push run of CI
  • Loading branch information
Lokesh-Carbonix authored and robertlong13 committed Aug 14, 2024
1 parent 6db2781 commit 56f58a6
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 753 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cygwin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Cygwin Build

on:
push:
branches:
- CxPilot
- master
paths-ignore:
# remove other vehicles
- 'AntennaTracker/**'
Expand Down Expand Up @@ -212,7 +215,7 @@ jobs:
id: check_files
uses: andstor/file-existence-action@v2
with:
files: "artifacts/*"
files: "artifacts/ArduPlane.elf.exe"
fail: true

- name: Archive build
Expand Down
192 changes: 0 additions & 192 deletions .github/workflows/macos_build.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/test_ccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: test ccache

on:
push:
branches:
- CxPilot
- master
paths-ignore:
# remove other vehicles
- 'AntennaTracker/**'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_chibios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: test chibios

on:
push:
branches:
- CxPilot
- master
paths-ignore:
# remove non chibios HAL
- 'libraries/AP_HAL_Linux/**'
Expand Down
100 changes: 0 additions & 100 deletions .github/workflows/test_coverage.yml

This file was deleted.

Loading

0 comments on commit 56f58a6

Please sign in to comment.