-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
CI split between master (full) and PR (smoke) for NRF #15606
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tform agnostic, running them on linux/mac should be sufficient for a smoke test
pullapprove
bot
requested review from
anush-apple,
austinh0,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13,
harimau-qirex,
hawk248,
harsha-rajendran,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost and
lazarkov
February 25, 2022 20:50
pullapprove
bot
requested review from
msandstedt,
robszewczyk,
sagar-apple,
saurabhst,
selissia,
tecimovic,
turon,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21 and
yufengwangca
February 25, 2022 20:50
mrjerryjohns
approved these changes
Feb 25, 2022
PR #15606: Size comparison from c1d14cc to 727b238 Full report (35 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
andy31415
force-pushed
the
lessci/nrf
branch
from
February 28, 2022 14:57
b81a9b9
to
3b91a2c
Compare
Damian-Nordic
approved these changes
Feb 28, 2022
PR #15606: Size comparison from 12ffb01 to 3b91a2c Increases above 0.2%:
Increases (1 build for nrfconnect)
Full report (31 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Damian-Nordic
added a commit
to Damian-Nordic/connectedhomeip
that referenced
this pull request
Mar 3, 2022
…t-chip#15606)" This reverts commit fd915e5.
andy31415
pushed a commit
that referenced
this pull request
Mar 3, 2022
) * Revert "CI split between master (full) and PR (smoke) for NRF (#15606)" This reverts commit fd915e5. * [nrfconnect] Filter nRF workflow steps by changed paths On a pull request, verify just all-clusters-app with the DFU and add other steps only if specific paths like "nrfconnect", "Zephyr" or "tests" have been modified.
krypton36
pushed a commit
to krypton36/connectedhomeip
that referenced
this pull request
Mar 3, 2022
…ject-chip#15791) * Revert "CI split between master (full) and PR (smoke) for NRF (project-chip#15606)" This reverts commit fd915e5. * [nrfconnect] Filter nRF workflow steps by changed paths On a pull request, verify just all-clusters-app with the DFU and add other steps only if specific paths like "nrfconnect", "Zephyr" or "tests" have been modified.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
We spend a lot of time waiting for PR CI.
Change overview
Moved full NRF into master builds only, moved the PR builds as a "smoke test" only that is expected to finish faster (under 30 min).
PR smoke test will only do an app compile. Master pushes will compile all apps and run zephyr unit tests.
Testing
CI will validate.