You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Similar to nasa/cFE#2419. There are some small formatting issues that should be corrected in the changelog/version.h updates made by the ICBundle workflow:
An additional "#" is placed in front of "#define CFE_PSP_IMPL_BUILD_NUMBER ..." in fsw/mcp750-vxworks/inc/psp_version.h
An additional "#" is placed in front of "#define CFE_PSP_IMPL_BUILD_NUMBER ..." in fsw/pc-linux/inc/psp_version.h
An additional "#" is placed in front of "#define CFE_PSP_IMPL_BUILD_NUMBER ..." in fsw/pc-rtems/inc/psp_version.h
To Reproduce
Steps to reproduce the behavior:
Push a code change to a user-owned feature branch
Submit a pull request for that code change
Go to the "Actions" tab in GitHub and run the "Integration Candidate Bundle Generation" workflow with the PR number as the input argument for the field labeled "The pull request numbers to include (Comma separated):"
Wait for the workflow to complete
Inspect the newly updated/generated "integration-candidate branch"
Observe the changes made to the fsw/mcp750-vxworks/inc/psp_version.h, fsw/pc-linux/inc/psp_version.h, and fsw/pc-rtems/inc/psp_version.h files by the workflow
Expected behavior
No additional "#" is placed in front of "#define OS_BUILD_NUMBER ..." in fsw/mcp750-vxworks/inc/psp_version.h
No additional "#" is placed in front of "#define OS_BUILD_NUMBER ..." in fsw/pc-linux/inc/psp_version.h
No additional "#" is placed in front of "#define OS_BUILD_NUMBER ..." in fsw/pc-rtems/inc/psp_version.h
System observed on:
GitHub
Reporter Info
Dylan Z. Baker/NASA GSFC
The text was updated successfully, but these errors were encountered:
dzbaker
added a commit
to dzbaker/PSP
that referenced
this issue
Aug 9, 2023
Describe the bug
Similar to nasa/cFE#2419. There are some small formatting issues that should be corrected in the changelog/version.h updates made by the ICBundle workflow:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
System observed on:
GitHub
Reporter Info
Dylan Z. Baker/NASA GSFC
The text was updated successfully, but these errors were encountered: