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

Circleci migration 5 #1250

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

Circleci migration 5 #1250

wants to merge 7 commits into from

Conversation

raffaele-oplabs
Copy link
Contributor

Description

This pull request includes significant changes to the .circleci/config.yml file, focusing on the conversion and execution of Jupyter notebooks as Python scripts and updating the associated job and workflow configurations.

Changes to job configurations:

  • Job Renaming and Description Update:

    • Renamed the job from daily-l2-aggregate-later-loads to convert-and-run-notebooks-to-py-and-push and updated the description to reflect the new functionality.
  • Parameter Introduction:

    • Added new parameters notebook-paths and commit-message to the job configuration.
  • Notebook Conversion and Execution:

    • Implemented a loop to convert specified Jupyter notebooks to Python scripts and execute them, using the provided parameters.

Changes to workflow configurations:

  • Workflow Update:
    • Updated the workflow to use the newly renamed job and added the necessary parameters for notebook paths and commit message.

Tests

Additional context

Metadata

@raffaele-oplabs raffaele-oplabs self-assigned this Jan 14, 2025
@raffaele-oplabs raffaele-oplabs requested a review from a team as a code owner January 14, 2025 23:14
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.

2 participants