Skip to content

Linux QNN Pipeline: fix build error reporting#14922

Merged
adrianlizarraga merged 4 commits intomainfrom
adrianl/linux-qnn-pipeline-build-reporting
Mar 7, 2023
Merged

Linux QNN Pipeline: fix build error reporting#14922
adrianlizarraga merged 4 commits intomainfrom
adrianl/linux-qnn-pipeline-build-reporting

Conversation

@adrianlizarraga
Copy link
Copy Markdown
Contributor

Description

Split up the ORT build step in the Linux QNN CI Pipeline.

Motivation and Context

Build errors were not being immediately reported at the end of the build step. The build step currently concatenates multiple shell commands, and the return code for the last (mkdir) was being reported. This PR ensures that the return code of the python build.py ... command is reported for the build step.

@adrianlizarraga adrianlizarraga marked this pull request as ready for review March 6, 2023 19:35
@adrianlizarraga adrianlizarraga requested review from a team, HectorSVC and jywu-msft March 6, 2023 19:35
HectorSVC
HectorSVC previously approved these changes Mar 6, 2023
jywu-msft
jywu-msft previously approved these changes Mar 6, 2023
@adrianlizarraga adrianlizarraga dismissed stale reviews from jywu-msft and HectorSVC via 6af5191 March 6, 2023 21:30
@adrianlizarraga adrianlizarraga merged commit d45b479 into main Mar 7, 2023
@adrianlizarraga adrianlizarraga deleted the adrianl/linux-qnn-pipeline-build-reporting branch March 7, 2023 01:49
mszhanyi pushed a commit that referenced this pull request Mar 9, 2023
### Description
Split up the ORT build step in the Linux QNN CI Pipeline.


### Motivation and Context
Build errors were not being immediately reported at the end of the build
step. The build step currently concatenates multiple shell commands, and
the return code for the last (mkdir) was being reported. This PR ensures
that the return code of the `python build.py ...` command is reported
for the build step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants