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

Simulate non-terminal tasks in CI - @bordolot contribution #420

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

blmalone
Copy link
Contributor

@blmalone blmalone commented Dec 17, 2024

We have a draft PR that was a good first shot at adding the simulation of non-terminal tasks to CI here.

This PR builds upon that branch, preserving the open source contributors (@bordolot) commits.

Closes: #337

@blmalone blmalone requested review from a team as code owners December 17, 2024 19:35
@blmalone blmalone requested a review from maurelian December 17, 2024 19:35
@blmalone blmalone marked this pull request as draft December 17, 2024 19:35
@blmalone blmalone removed the request for review from maurelian December 17, 2024 19:46
@blmalone blmalone force-pushed the bm/simulate-in-ci branch 2 times, most recently from ca0f674 to b8f89d4 Compare December 19, 2024 01:03
@blmalone blmalone marked this pull request as ready for review December 19, 2024 01:08
@blmalone blmalone requested review from mds1 and Ethnical December 19, 2024 01:09
@blmalone
Copy link
Contributor Author

@bordolot Hey! Thanks for making the contribution. I've made a few commits on top of yours to get this over the line. We really value you chipping in here. Feel free to review/suggest edits. I'm going to ask @mds1 for a review and hopefully we can get this merged soon.

@blmalone blmalone changed the title Simulate non-terminal tasks in CI Simulate non-terminal tasks in CI - @bordolot contribution Dec 19, 2024
@bordolot
Copy link

I’m glad to hear that! This is my first-ever contribution to any project, and I’m very excited to see it progress.

@bordolot
Copy link

It seems there might be an issue during the execution of the approve command in the nested.just file. The job simulate_eth_022 might have passed because it does not call this command.

@blmalone
Copy link
Contributor Author

@bordolot I'm going to jump back into looking at this.

@blmalone blmalone requested a review from a team as a code owner January 14, 2025 14:51
fix: small updates.

fix: simulate enabled in ci.

fix: removed libs

fix: added submodules back in.
at: .
- run:
name: Simulate non-terminal tasks
command: bash ./script/utils/simulate-tasks.sh
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It might be nice to have this run but always pass for the time being. The idea would be to catch edge cases before allowing it to block people if it fails.

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.

Automatically run tasks in CI if task is in a non-terminal state
2 participants