-
Notifications
You must be signed in to change notification settings - Fork 3k
TF-M: directory structure update proposal to import twincpu branch to mbed-os #11640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
fc47d17
32db46b
2398c43
cd04e9e
1a02ade
d2de5d6
6aba2b4
0423668
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,8 +195,8 @@ matrix: | |
### Extended Tests ### | ||
- &extended-vm | ||
stage: "Extended" | ||
name: "psa autogen" | ||
env: NAME=psa-autogen | ||
name: "events" | ||
env: NAME=events EVENTS=events | ||
language: python | ||
python: 3.7 | ||
install: | ||
|
@@ -208,13 +208,6 @@ matrix: | |
- python -m pip install --upgrade setuptools==40.4.3 | ||
- pip install -r requirements.txt | ||
- pip list --verbose | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How was the events test working previously without these changes? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They were included as part of psa-autogen test. The events test failed when I removed them. |
||
script: | ||
- python tools/psa/generate_partition_code.py | ||
- git diff --exit-code | ||
|
||
- <<: *extended-vm | ||
name: "events" | ||
env: NAME=events EVENTS=events | ||
script: | ||
# Check that example compiles | ||
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp | ||
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The events test previously ran under
stage: "Extended"
. This should probably come back.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.