Skip to content
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

Fix GitHub workflow #1075

Merged
merged 16 commits into from
Nov 12, 2023
Merged

Fix GitHub workflow #1075

merged 16 commits into from
Nov 12, 2023

Conversation

Jiajun-Huang
Copy link
Contributor

@Jiajun-Huang Jiajun-Huang commented Nov 7, 2023

Summary

My previous PR's GitHub action does not save the binary properly for dev board. I didn't notice until I merged my previous PR to the master and fail the DBC-release. This PR is to fix that.

Changelist

.github/workflows

Testing Done

running the action

Resolved Issues

about

Checklist

Please change [ ] to [x] when you are ready.

  • I have read and followed the code conventions detailed in README.md (This will save time for both you and the reviewer!).
  • If this pull request is longer then 500 lines, I have provided explicit justification in the summary above explaining why I cannot break this up into multiple pull requests (Small PR's are faster and less painful for everyone involved!).

@Jiajun-Huang Jiajun-Huang changed the title test workflow Fix GitHub workflow Nov 7, 2023
@Jiajun-Huang Jiajun-Huang marked this pull request as ready for review November 7, 2023 02:57
@Lucien950 Lucien950 added the Build System/DevEx Anything that affects Build System, IDE Integration, Github Actions, Code Deployment label Nov 7, 2023
Copy link
Contributor

@peterjinweigu peterjinweigu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait for DIMOS changes to merge first.

Comment on lines 9 to 10


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:((((((((

Comment on lines 16 to 17
env:
BUILD_DIR: build_fw_deploy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need to do this, because build_dir is default in the build_binary action. If you need to specify it, add it at L46.

Copy link
Contributor

@peterjinweigu peterjinweigu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W changes

@Jiajun-Huang Jiajun-Huang merged commit 30fbfc1 into master Nov 12, 2023
22 checks passed
@Jiajun-Huang Jiajun-Huang deleted the jiajun/workflow_fix branch November 12, 2023 05:11
AmirTajaddodi pushed a commit that referenced this pull request Nov 18, 2023
### Summary
My previous PR's GitHub action does not save the binary properly for dev
board. I didn't notice until I merged my previous PR to the master and
fail the DBC-release. This PR is to fix that.
### Changelist 
`.github/workflows`

### Testing Done
running the action

### Resolved Issues
about

### Checklist
*Please change `[ ]` to `[x]` when you are ready.*
- [x] I have read and followed the code conventions detailed in
[README.md](../README.md) (*This will save time for both you and the
reviewer!*).
- [x] If this pull request is longer then **500** lines, I have provided
*explicit* justification in the summary above explaining why I *cannot*
break this up into multiple pull requests (*Small PR's are faster and
less painful for everyone involved!*).
lehroatic pushed a commit that referenced this pull request Nov 22, 2023
### Summary
My previous PR's GitHub action does not save the binary properly for dev
board. I didn't notice until I merged my previous PR to the master and
fail the DBC-release. This PR is to fix that.
### Changelist 
`.github/workflows`

### Testing Done
running the action

### Resolved Issues
about

### Checklist
*Please change `[ ]` to `[x]` when you are ready.*
- [x] I have read and followed the code conventions detailed in
[README.md](../README.md) (*This will save time for both you and the
reviewer!*).
- [x] If this pull request is longer then **500** lines, I have provided
*explicit* justification in the summary above explaining why I *cannot*
break this up into multiple pull requests (*Small PR's are faster and
less painful for everyone involved!*).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build System/DevEx Anything that affects Build System, IDE Integration, Github Actions, Code Deployment
Development

Successfully merging this pull request may close these issues.

3 participants