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

Run task simulations in CI #391

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bordolot
Copy link

@bordolot bordolot commented Dec 6, 2024

Description

Added a new script: simulate-tasks.sh. It loops through all tasks, searches for all non-terminal tasks, and executes simulations for these tasks.

Non-terminal tasks are defined in a new script: get-valid-statuses.sh.

Changed check-task-statuses.sh so that it uses get-valid-statuses.sh to get VALID_STATUSES.

Modified ./.circleci/config.yml. Added a new job that calls simulate-tasks.sh and added this new job to the workflow.

Tests

Tests will be added after the draft is completed.

Additional context

Metadata

@bordolot bordolot changed the title Issue 337 Run task simulations in CI Dec 6, 2024
@mds1
Copy link
Contributor

mds1 commented Dec 16, 2024

Sorry for the delay in reviewing this, just commenting to let you know we will get to this soon!

@bordolot
Copy link
Author

Hey! Nice to hear from you. I’ll wait patiently. In the meantime, I might look for something else to contribute to the project.

@blmalone
Copy link
Contributor

Hey @bordolot, check out this comment here: #420 (comment)

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