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
  • Loading branch information
Pradeep-Carbonix committed Aug 13, 2024
1 parent 2a3e0ce commit 51587d7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,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.

100 changes: 0 additions & 100 deletions .github/workflows/test_coverage.yml

This file was deleted.

Loading

0 comments on commit 51587d7

Please sign in to comment.