Skip to content

updates to final-step-user-scripts#239

Open
ceblanton wants to merge 9 commits into
NOAA-GFDL:mainfrom
ceblanton:232.rename-plugin-scripts
Open

updates to final-step-user-scripts#239
ceblanton wants to merge 9 commits into
NOAA-GFDL:mainfrom
ceblanton:232.rename-plugin-scripts

Conversation

@ceblanton
Copy link
Copy Markdown
Contributor

Describe your changes

Update final-step-user-script configuration to use the updated schema and support the new Data Science pip method.

Issue ticket number and link (if applicable)

Checklist before requesting a review

  • I ran my code
  • I tried to make my code readable
  • I tried to comment my code
  • I wrote a new test, if applicable
  • I wrote new instructions/documentation, if applicable
  • I ran pytest and inspected it's output
  • I ran pylint and attempted to implement some of it's feedback
  • No print statements; all user-facing info uses logging module

Manual Pipeline Run Details

Was the manual pipeline (test_cloud_runner) triggered for this PR?

  • Yes
  • No

Result of manual pipeline run:

(Paste relevant logs, output, or a link to the workflow run here)

How to trigger the manual pipeline:

The test_cloud_runner pipeline is not automatically associated as a required check with the PR; it must be triggered to test changes in a full post-processing run.

To trigger the manual pipeline:

  1. Follow the link to the test_cloud_runner actions tab here

    • you should see "This workflow has a workflow_dispatch event trigger"
  2. Click the dropdown "Run workflow":

    a. If trying to merge from a branch on fre-workflows: choose branch from the first drop down, leave the next 2 inputs blank, and choose the fre-cli branch to test

    b. If trying to merge from a fre-workflows fork: can skip first branch selection, input the fork name (ex: [user]/fre-workflows), input the fork's branch name, and choose the fre-cli branch to test

  3. Click "Run workflow"

Note: you may need to reload the page to see your running workflow.

ceblanton and others added 9 commits May 25, 2026 16:10
Unneeded because users can use Cylc to trigger any particular tasks.
Alongside the existing cshell type, plugins can now declare
install.method: pip with install.package and install.entry_point.
Pip plugins are installed once (R1) and run with $case_yaml,
$settings_yaml, and $output_dir. All data/frequency config is
gated to cshell-only, fixing a KeyError for pip scripts that have
no data section. Also fixes Python 3.12 SyntaxWarnings from invalid
escape sequences in the cshell script template.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ceblanton ceblanton marked this pull request as ready for review June 3, 2026 13:43
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.

1 participant