Skip to content

Commit 2cf3638

Browse files
committed
IC:2021-06-01, cfe, osal, sch_lab
- #263, bundle Combines: - nasa/cFE#1584, v6.8.0-rc1+dev642 - nasa/osal#1058, v5.1.0-rc1+dev500 - nasa/sch_lab#82, v2.4.0-rc1+dev36 Includes: - nasa/cFE#1580, Update ES verify errors to match test - nasa/cFE#1578, Resolve mismatched endforeach of CMakeList.txt - nasa/cFE#1579, Improve event filter documentation - nasa/cFE#1576, EVS/FS documentation cleanup - nasa/cFE#1575, Remove shell file subtype and clarify scope - nasa/cFE#1582, Simplify file open/truncate logic - nasa/cFE#1567, Remove deprecated elements - nasa/cFE#1556, Replace Header Content Type magic number - nasa/cFE#1553, Remove unused EVS LogMode defines - nasa/cFE#1570, Document cleanup from SB/MSG/SBR review, Remove unused CFE_SB_NO_SUBSCRIBERS - nasa/cFE#1565, Add CFE_SB_DestinationD tag and use for pointers - nasa/cFE#1564, Use CFE_MSG_SequenceCount_t for seqcnt type - nasa/cFE#1562, Document CFE_ES_PoolCreateEx NumBlockSizes error handling - nasa/cFE#1560, Documentation cleanup in TBL/TIME - nasa/cFE#1558, Document TblName as app specific - nasa/cFE#1563, use OSAL script to generate API guide - nasa/cFE#1557, Include verify headers to validate config - nasa/cFE#1555, add doxygen aliases for OSAL parameter/retvals - nasa/osal#1033, include doxygen targets locally - nasa/osal#1031, Document OS_ObjectIdToArrayIndex as public - nasa/osal#1040, resolve discrepancies between binsem API and unit tests - nasa/osal#1029, add missing clock retcode tests - nasa/osal#1046, resolve discrepancies between common API and unit tests - nasa/osal#1041, resolve discrepancies between countsem API and unit tests - nasa/osal#1045, resolve discrepancies between dir API and unit tests - nasa/osal#1043, resolve discrepancies between module API and unit tests - nasa/osal#1044, resolve discrepancies between mutex API and unit tests - nasa/osal#1038, resolve discrepancies between queue API and unit tests - nasa/osal#1037, resolve discrepancies between task API and unit tests - nasa/osal#1051, resolve discrepancies between timebase API and unit tests - nasa/osal#1030, check misc API return codes - nasa/osal#1039, Rename CodeQL cFE Build and add Duplicate Job - nasa/osal#1049, filter only whole words for keyword match - nasa/osal#962, update OSAL Config Guide link - nasa/sch_lab#81, exit the main loop if init fails - HOTFIX cFS-bundle, Use new osalguide logfile to fix documentation build workflow errors,
1 parent c26cd28 commit 2cf3638

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build-documentation.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
SIMULATION: native
1010

1111
jobs:
12-
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
12+
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
1313
checks-for-duplicates:
1414
runs-on: ubuntu-latest
1515
# Map a step output to a job output
@@ -157,7 +157,7 @@ jobs:
157157
build-osalguide:
158158
# Name the Job
159159
needs: checks-for-duplicates
160-
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
160+
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
161161
name: Osal Guide
162162
# Set the type of machine to run on
163163
runs-on: ubuntu-18.04
@@ -186,7 +186,7 @@ jobs:
186186
- name: Build OSAL Guide
187187
run: |
188188
make osalguide > make_osalguide_stdout.txt 2> make_osalguide_stderr.txt
189-
mv build/doc/warnings.log osalguide_warnings.log
189+
mv build/doc/osalguide/osal-apiguide-warnings.log osal-apiguide-warnings.log
190190
191191
192192
- name: Archive Osal Guide Build Logs
@@ -196,7 +196,7 @@ jobs:
196196
path: |
197197
make_osalguide_stdout.txt
198198
make_osalguide_stderr.txt
199-
osalguide_warnings.log
199+
osal-apiguide-warnings.log
200200
201201
202202
- name: Error Check
@@ -208,8 +208,8 @@ jobs:
208208
209209
- name: Warning Check
210210
run: |
211-
if [[ -s osalguide_warnings.log ]]; then
212-
cat osalguide_warnings.log
211+
if [[ -s osal-apiguide-warnings.log ]]; then
212+
cat osal-apiguide-warnings.log
213213
exit -1
214214
fi
215215

cfe

Submodule cfe updated 57 files

osal

Submodule osal updated 46 files

0 commit comments

Comments
 (0)