Skip to content

Commit

Permalink
Merge pull request #2237 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
cFE Integration candidate: Caelum-rc4+dev36
  • Loading branch information
dzbaker authored Jan 20, 2023
2 parents f6432f5 + 97afef9 commit 6d96c6e
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: cFS Documentation and Guides
on:
push:
pull_request:
workflow_dispatch:
schedule:
# 10:45 PM UTC every Sunday
- cron: '45 22 * * 0'


jobs:
# Checks for duplicate actions. Skips push actions if there is a matching or
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: "Code Coverage Analysis"
on:
push:
pull_request:
workflow_dispatch:
schedule:
# 11:00 PM UTC every Sunday
- cron: '0 23 * * 0'

env:
SIMULATION: native
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: "CodeQL Analysis"
on:
push:
pull_request:
workflow_dispatch:
schedule:
# 11:15 PM UTC every Sunday
- cron: '15 23 * * 0'

jobs:
codeql:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Format Check
on:
push:
pull_request:
workflow_dispatch:
schedule:
# 11:30 PM UTC every Sunday
- cron: '30 23 * * 0'

jobs:
format-check:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: "Functional Test"
on:
push:
pull_request:
workflow_dispatch:
schedule:
# 11:45 PM UTC every Sunday
- cron: '45 23 * * 0'

env:
SIMULATION: native
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Static Analysis
on:
push:
pull_request:
workflow_dispatch:
schedule:
# 11:59 PM UTC every Sunday
- cron: '59 23 * * 0'

jobs:
static-analysis:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Development Build: v7.0.0-rc4+dev246
- Adds workflow_dispatch to all workflows
- See <https://github.com/nasa/cFE/pull/2236>

## Development Build: v7.0.0-rc4+dev242
- EDS Updates to match the current mainline
- Update UTs to use correct cmd types
Expand Down
2 changes: 1 addition & 1 deletion modules/core_api/fsw/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 242 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 246 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */

/* See \ref cfsversions for definitions */
Expand Down

0 comments on commit 6d96c6e

Please sign in to comment.