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

Instrument to get some more details in python init phase. #787

Draft
wants to merge 16 commits into
base: production
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace nozzle production test with y2-prediction
MTCam committed Oct 12, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit df3f0aee2daa7f224879703fbbde7ce613ee6c34
2 changes: 1 addition & 1 deletion .ci-support/production-drivers-install.sh
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# The default values result in an install of the Y1 nozzle driver and
# Wyatt Hagen's isolator driver that work with current MIRGE-Com
# production branch: mirgecom@y1-production.
PRODUCTION_DRIVERS=${PRODUCTION_DRIVERS:-"illinois-ceesd/drivers_y1-nozzle@main:illinois-ceesd/drivers_y2-isolator@main:illinois-ceesd/drivers_flame1d@main"}
PRODUCTION_DRIVERS=${PRODUCTION_DRIVERS:-"illinois-ceesd/drivers_y2-prediction@main:illinois-ceesd/drivers_y2-isolator@main:illinois-ceesd/drivers_flame1d@main"}
# Loop over the production drivers, clone them, and prepare for execution
set -x
OIFS="$IFS"