Skip to content

[CI] Remove git submodule update --remote --recursive#257

Merged
BenkangPeng merged 1 commit intocoredac:mainfrom
BenkangPeng:fix-submodule-update
Jan 31, 2026
Merged

[CI] Remove git submodule update --remote --recursive#257
BenkangPeng merged 1 commit intocoredac:mainfrom
BenkangPeng:fix-submodule-update

Conversation

@BenkangPeng
Copy link
Copy Markdown
Collaborator

git submodule update --remote --recursive is a dangerous command which will updates submodules to their latest state rather than the pinned/specified commits. This may introduce CI failures.

The reason of CI failures of pr 247, 252, 254 is:

The relu test had been updated in submodule : tancheng/CGRA-Bench@ccc0f9f...2beecc5

But we didn't update the content that FileCheck needs: https://github.com/coredac/dataflow/blob/main/test/e2e/relu/relu_kernel.mlir

@BenkangPeng
Copy link
Copy Markdown
Collaborator Author

And the redundant whitespaces and newlines are removed/formatted automatically by pre-commit.

@BenkangPeng BenkangPeng merged commit ba60de2 into coredac:main Jan 31, 2026
1 check passed
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.

3 participants