Skip to content

also test production drivers#224

Draft
matthiasdiener wants to merge 5 commits into
mainfrom
ci_mirgecom_prod
Draft

also test production drivers#224
matthiasdiener wants to merge 5 commits into
mainfrom
ci_mirgecom_prod

Conversation

@matthiasdiener

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread .github/workflows/ci.yml

# Test production drivers
source .ci_support/production_testing_env.sh
source .ci_support/merge-install-production-branch.sh .

@MTCam MTCam Mar 2, 2022

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Down inside there there is a pip install -r requirements.txt after merging with production. Will that mess stuff up, or switch the grudge branch? Edit: Could just sed out the grudge part of it?

@inducer inducer left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I'm not sure I'm sold. I'm happy to keep mirgecom main working. Production, by definition, depends on a lot of unmerged stuff (including, potentially, grudge changes), so I feel this would be a high-maintenance proposition.

Comment thread .github/workflows/ci.yml
# Test main branch
examples/run_examples.sh ./examples

# Test production drivers

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Maybe this should be a separate CI job? mirgecom is already the longest job in grudge, I'm reluctant to make CI turnaround even more sluggish.

@MTCam MTCam Mar 2, 2022

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Then maybe drop the downstream pytest (which takes a long time)? Running the examples (typically done within 10 minutes) will be enough and much faster. The examples won't work if MIRGE-Com is broken, and they will also fail if they get anything outside the accepted solution range.

Edit: I mean to suggest downstream examples is enough, full stop. No production testing either, as you suggested.

@inducer

inducer commented Mar 2, 2022

Copy link
Copy Markdown
Owner

I'm not sure I'm sold. I'm happy to keep mirgecom main working.

As an added bonus, this provides an incentive to not let production and main drift too far apart.

@MTCam

MTCam commented Mar 2, 2022

Copy link
Copy Markdown
Collaborator

I'm not sure I'm sold. I'm happy to keep mirgecom main working.

As an added bonus, this provides an incentive to not let production and main drift too far apart.

I don't think neglecting production testing in grudge CI will affect the amount of drift between mirgecom@production and mirgecom@main. That said, I do not disagree with your notion leave it out.

@inducer inducer force-pushed the ci_mirgecom_examples branch from 104a00d to de84ea5 Compare March 3, 2022 20:17
Base automatically changed from ci_mirgecom_examples to main March 3, 2022 20:50
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