File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1212# *******************************************************************************/
1313
1414# Verifies that this crate can be built using the uProtocol Core API from up-spec's main branch.
15- # Also performs requirements tracing using OpenFastTrace
15+ # Also performs requirements tracing using OpenFastTrace. For that purpose, the workflow requires
16+ # the UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS variable to contain the file patterns to use for
17+ # invoking the "run-oft" Action.
1618
1719name : uP Spec Compatibility
1820
5254 - name : Run OpenFastTrace
5355 uses : ./.github/actions/run-oft
5456 with :
55- file-patterns : ' up-spec/*.adoc up-spec/*.md up-spec/basics up-spec/up-l2/api.adoc *.adoc *.md *.rs .github examples src tests tools '
57+ file-patterns : ${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }}
5658
5759 # now try to build and run the tests which may fail if incomaptible changes
5860 # have been introduced in up-spec
Original file line number Diff line number Diff line change 5353
5454 coverage :
5555 uses : ./.github/workflows/coverage.yaml
56+
57+ requirements-tracing :
58+ uses : ./.github/workflows/requirements-tracing.yaml
59+ with :
60+ oft-file-patterns : ${{ vars.UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS }}
Original file line number Diff line number Diff line change 3535 A whitespace separated list of glob patterns which specify the files to include in the OFT trace run.
3636 If not specified, defaults to all files relevant for checking up-rust against the uProtocol Specification.
3737 type : string
38- pull_request :
3938
4039jobs :
4140 tracing :
5251 id : run-oft
5352 uses : ./.github/actions/run-oft
5453 with :
55- file-patterns : ${{ inputs.oft-file-patterns || 'up-spec/*.adoc up-spec/*.md up-spec/basics up-spec/up-l2/api.adoc *.adoc *.md *.rs .github examples src tests tools' }}
54+ file-patterns : ${{ inputs.oft-file-patterns }}
5655
5756 - name : " Determine exit code"
5857 run : |
You can’t perform that action at this time.
0 commit comments