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

ci(restore-node): detect staged yarn.lock, package.json #8168

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

michaelfig
Copy link
Member

@michaelfig michaelfig commented Aug 9, 2023

#not-endo-branch: master

refs: #8155

Description

I didn't correctly test #8155 against an Endo branch, so it failed during the nightly scheduled job. Let's try again:

  • Properly detect unchanged index for yarn.lock and package.json when setting #endo-branch: XXX
  • Use the notify-status action from the correct path for test-dapp-*.yml

Security Considerations

n/a

Scaling Considerations

n/a

Documentation Considerations

n/a

Testing Considerations

Tested CI against Endo master, with one expected failure due to typing changes in the new Endo.

Upgrade Considerations

n/a

@michaelfig michaelfig added the tooling repo-wide infrastructure label Aug 9, 2023
@michaelfig michaelfig self-assigned this Aug 9, 2023
@michaelfig michaelfig requested a review from mhofman August 9, 2023 17:04
@michaelfig michaelfig marked this pull request as ready for review August 9, 2023 17:04
Comment on lines +136 to +137
# (First column is non-space, second column is space, followed by separator.)
if [ -n "$(git status --porcelain | grep -Eve '^[^ ] '; true)" ]; then
Copy link
Member

Choose a reason for hiding this comment

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

I think '^M ' would work too, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, that should work too. Would you prefer it?

Copy link
Member

Choose a reason for hiding this comment

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

It'd be a little clearer, but I don't care enough to request a change

@michaelfig michaelfig added this pull request to the merge queue Aug 9, 2023
Merged via the queue into master with commit 3573f79 Aug 9, 2023
@michaelfig michaelfig deleted the mfig-staged-endo branch August 9, 2023 22:17
mhofman pushed a commit that referenced this pull request Aug 15, 2023
ci(restore-node): detect staged yarn.lock, package.json
mhofman pushed a commit that referenced this pull request Aug 15, 2023
ci(restore-node): detect staged yarn.lock, package.json
mhofman pushed a commit that referenced this pull request Jan 12, 2024
ci(restore-node): detect staged yarn.lock, package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling repo-wide infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants