Skip to content

Conversation

@meetagrawal09
Copy link
Collaborator

Description

PR aims at adding a workflow for running a complete PEcAn workflow using PEcAn's docker stack.

Review Time Estimate

  • Immediately
  • Within one week
  • When possible

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • My name is in the list of CITATION.cff
  • I have updated the CHANGELOG.md.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Meet Agrawal added 2 commits August 1, 2024 22:01

- name: Add models
run: |
docker compose exec --workdir /pecan/scripts executor sh add.models.sh
Copy link
Member

Choose a reason for hiding this comment

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

Latest logs are showing that the executor image doesn't have psql installed.

There are probably better ways, but I think this should work:

docker compose cp scripts/add.util.sh postgres:/tmp/add.util.sh
docker compose cp scripts/add.models.sh postgres:/tmp/add.models.sh
docker compose exec postgres /tmp/add.models.sh

Copy link
Member

@infotroph infotroph Sep 21, 2024

Choose a reason for hiding this comment

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

Starting to suspect I'm sending you on a goose chase here. Hey @robkooper is this the right approach or should we instead be, like, starting the monitor service and waiting for it to register sipnet for us? If so what would that look like here?

@allgandalf
Copy link
Collaborator

@meetagrawal09 what are we waiting for here? is this PR ready to get merged ?

@meetagrawal09
Copy link
Collaborator Author

meetagrawal09 commented Mar 1, 2025

@meetagrawal09 what are we waiting for here? is this PR ready to get merged ?

There is some issue while using rabbitmq. I see that a job is getting put in the queue but we are not able to poll the final status of this job. The Actions run just ends up in a timeout after waiting for completion for about ~6 hrs.

Example Run

@dlebauer dlebauer added this to the 1.9.0 milestone Apr 30, 2025
@mdietze mdietze added this pull request to the merge queue Apr 30, 2025
Merged via the queue into PecanProject:develop with commit 2b78b32 Apr 30, 2025
18 of 25 checks passed
@robkooper
Copy link
Member

potential fix at: #3519

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants