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

DOCKER: New development workflow using RabbitMQ #2182

Merged
merged 7 commits into from
Nov 6, 2018

Conversation

ashiklom
Copy link
Member

@ashiklom ashiklom commented Nov 5, 2018

Description

Enable (and describe) a development workflow where the user mounts her local PEcAn source code as a volume onto the executor container, and then triggers workflow rebuilds using a special rebuild RabbitMQ message. This leverages the docker-compose.override.yml functionality, described here, to avoid having to edit any version-controlled files.

Motivation and Context

This should make it easier to develop and test with Docker.

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.
  • 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.

This will trigger a rebuild of PEcAn. For this to work, the source
code must be mounted in a volume at `/pecan`.
@ashiklom ashiklom mentioned this pull request Nov 6, 2018
12 tasks
@mdietze mdietze merged commit 00ee400 into PecanProject:develop Nov 6, 2018
@ashiklom ashiklom deleted the docker-develop branch November 6, 2018 15:21
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.

2 participants