Skip to content

Commit 0ba1faa

Browse files
authored
Merge pull request nasa#843 from nasa/integration-candidate
IC: equuleus-rc1+dev29
2 parents 97d8f0b + 6d4d7f6 commit 0ba1faa

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

.github/workflows/build-cfs-deprecated.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: "[Deprecated] Build"
3737
needs: check-for-duplicates
3838
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-22.04
4040

4141
strategy:
4242
fail-fast: false
@@ -78,7 +78,7 @@ jobs:
7878
tests-and-coverage-omit-deprecated-false:
7979
name: "[Deprecated] Run Unit Tests and Check Coverage"
8080
needs: build-cfs-omit-deprecated-false
81-
runs-on: ubuntu-20.04
81+
runs-on: ubuntu-22.04
8282

8383
strategy:
8484
fail-fast: false
@@ -110,7 +110,7 @@ jobs:
110110
run-cfs-omit-deprecated-false:
111111
name: "[Deprecated] Run cFS"
112112
needs: build-cfs-omit-deprecated-false
113-
runs-on: ubuntu-20.04
113+
runs-on: ubuntu-22.04
114114

115115
strategy:
116116
fail-fast: false
@@ -160,7 +160,7 @@ jobs:
160160
#Continue if check-for-duplicates found no duplicates. Always runs for pull-requests.
161161
needs: run-cfs-omit-deprecated-false
162162
name: "[DEPRECATED] cFS Functional Tests"
163-
runs-on: ubuntu-20.04
163+
runs-on: ubuntu-22.04
164164
timeout-minutes: 15
165165

166166
strategy:

.github/workflows/build-cfs-rtems4.11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: check-for-duplicates
3535
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
3636
name: Build
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
container: ghcr.io/core-flight-system/qemu-rtems-4-11:latest
3939

4040
strategy:
@@ -70,7 +70,7 @@ jobs:
7070

7171
test-cfs:
7272
name: Test
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-22.04
7474
container: ghcr.io/core-flight-system/qemu-rtems-4-11:latest
7575

7676
needs: build-cfs

.github/workflows/build-cfs-rtems5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: check-for-duplicates
3535
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
3636
name: Build
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
container: ghcr.io/core-flight-system/qemu-rtems-5:latest
3939

4040
strategy:
@@ -70,7 +70,7 @@ jobs:
7070

7171
test-cfs:
7272
name: Test
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-22.04
7474
container: ghcr.io/core-flight-system/qemu-rtems-5:latest
7575

7676
needs: build-cfs

.github/workflows/build-cfs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Build
3737
needs: check-for-duplicates
3838
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-22.04
4040

4141
strategy:
4242
fail-fast: false
@@ -77,7 +77,7 @@ jobs:
7777
tests-and-coverage-omit-deprecated-true:
7878
name: Run Unit Tests and Check Coverage
7979
needs: build-cfs-omit-deprecated-true
80-
runs-on: ubuntu-20.04
80+
runs-on: ubuntu-22.04
8181

8282
strategy:
8383
fail-fast: false
@@ -109,7 +109,7 @@ jobs:
109109
run-cfs-omit-deprecated-true:
110110
name: Run
111111
needs: build-cfs-omit-deprecated-true
112-
runs-on: ubuntu-20.04
112+
runs-on: ubuntu-22.04
113113

114114
strategy:
115115
fail-fast: false
@@ -158,7 +158,7 @@ jobs:
158158
run-functional-test-app-omit-deprecated-true:
159159
#Continue if check-for-duplicates found no duplicates. Always runs for pull-requests.
160160
needs: run-cfs-omit-deprecated-true
161-
runs-on: ubuntu-20.04
161+
runs-on: ubuntu-22.04
162162
timeout-minutes: 15
163163

164164
strategy:

.github/workflows/build-deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: checks-for-duplicates
6161
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' || contains(github.ref, 'main') }}
6262
name: Build Documentation
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-22.04
6464

6565
strategy:
6666
fail-fast: false

.github/workflows/build-run-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: checks-for-duplicates
4141
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' || contains(github.ref, 'main') }}
4242
name: Build and run app, confirm startup message
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4444

4545
steps:
4646
- name: Set up environment variables

.github/workflows/codeql-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ env:
5555
jobs:
5656
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
5757
check-for-duplicates:
58-
runs-on: ubuntu-20.04
58+
runs-on: ubuntu-22.04
5959
# Map a step output to a job output
6060
outputs:
6161
should_skip: ${{ steps.skip_check.outputs.should_skip }}
@@ -71,7 +71,7 @@ jobs:
7171
#Continue if check-for-duplicates found no duplicates. Always runs for pull-requests.
7272
needs: check-for-duplicates
7373
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-22.04
7575
timeout-minutes: 15
7676

7777
strategy:

.github/workflows/format-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
#Continue if check-for-duplicates found no duplicates. Always runs for pull-requests.
3232
needs: check-for-duplicates
3333
if: ${{ needs.check-for-duplicates.outputs.should_skip != 'true' }}
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-22.04
3535
timeout-minutes: 15
3636

3737
steps:
@@ -66,7 +66,7 @@ jobs:
6666
needs: check-for-duplicates
6767
# Only run for pull-requests.
6868
if: ${{ github.event_name == 'pull_request' }}
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-22.04
7070
timeout-minutes: 15
7171
steps:
7272
# Check each commit message associated with the pull-request against the pattern.

.github/workflows/unit-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs: checks-for-duplicates
4646
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' || contains(github.ref, 'main') }}
4747
name: Build, run unit tests and enforce coverage
48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-22.04
4949

5050
steps:
5151
- name: Install coverage tools

0 commit comments

Comments
 (0)