Skip to content

Commit

Permalink
libphoenix PIC: perf tests pic 2
Browse files Browse the repository at this point in the history
  • Loading branch information
badochov committed Dec 13, 2023
1 parent c336444 commit e10058a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 103 deletions.
5 changes: 5 additions & 0 deletions .github/actions/phoenix-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ inputs:
description: 'Build additional tests'
default: false
required: false
libphoenix_nopic:
description: 'LIBPHOENIX_NOPIC'
default: 'n'
required: false

# action runner
runs:
Expand All @@ -41,6 +45,7 @@ runs:
SYSPAGE: ${{ inputs.syspage }}
CI_CUSTOM_BUILDROOT: ${{ inputs.buildroot }}
LONG_TEST: ${{ inputs.nightly == 'true' && 'y' || 'n' }}
LIBPHOENIX_NOPIC: ${{ inputs.libphoenix_nopic }}
args:
- ${{ inputs.params }} # note: params will be split by build.sh internally

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
type: boolean
default: false
required: false
libphoenix_nopic:
type: string
default: 'n'
required: false


# jobs
Expand Down Expand Up @@ -55,6 +59,7 @@ jobs:
syspage: ${{ matrix.syspage }}
params: ${{ inputs.build_params }} ${{ matrix.additional_params }}
nightly: ${{ inputs.nightly }}
libphoenix_nopic: ${{ inputs.libphoenix_nopic }}

# step 3: tar rootfs
- name: Tar rootfs
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- 'feature/*'

jobs:
call-ci:
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/ci-project.yml@master
pic-2:
uses: ./.github/workflows/ci-project.yml
with:
nightly: true
build_params: all tests
libphoenix_nopic: n
secrets: inherit
100 changes: 0 additions & 100 deletions .github/workflows/lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion libphoenix

0 comments on commit e10058a

Please sign in to comment.