-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor/11 convert to package #17
Conversation
Package installation is not working, see r-lib/pak, Issue #638
Docker build status
|
The merge-base changed after approval.
The merge-base changed after approval.
.github/workflows/test.yml
Outdated
--network none \ | ||
--env LOG_LEVEL=TRACE \ | ||
--env ANALYSIS_OUTPUT_DIR="/mnt/analysis_output_dir" \ | ||
--env BENCHMARKS_DIR="/mnt/benchmarks_dir" \ | ||
--env REPORT_OUTPUT_DIR="/mnt/report_output_dir" \ | ||
--env SUMMARY_OUTPUT_DIR="/mnt/summary_output_dir" \ | ||
--mount type=bind,readonly,source=${WORKSPACE}/${BENCHMARKS_DIR},target=/mnt/benchmarks_dir \ | ||
--mount type=bind,readonly,source=${WORKSPACE}/${ANALYSIS_OUTPUT_DIR},target=/mnt/analysis_output_dir \ | ||
--mount type=bind,source=${WORKSPACE}/${REPORT_OUTPUT_DIR},target=/mnt/report_output_dir \ | ||
--mount type=bind,source=${WORKSPACE}/${SUMMARY_OUTPUT_DIR},target=/mnt/summary_output_dir \ | ||
$FULL_IMAGE_NAME \ | ||
$PARAMETERS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: indentation
Dockerfile
Outdated
ARG DEBCONF_NOWARNINGS="yes" | ||
LABEL org.opencontainers.image.title="workflow.pacta.report" | ||
LABEL org.opencontainers.image.vendor="RMI" | ||
LABEL org.opencontainers.image.base.name="ghcr.io/rmi-pacta/workflow.pacta:main" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: probably should match base defined above docker.io/rocker/r-ver:4.3.1 AS base
R/run_pacta_reporting_process.R
Outdated
pacta.portfolio.utils::quit_if_no_pacta_relevant_data(total_portfolio) | ||
} else { | ||
log_warn("file \"{total_portfolio_path}\" does not exist.") | ||
warning("This is weird... the `total_portfolio.rds` file does not exist in the `30_Processed_inputs` directory.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: does 30_Processed_inputs
still exist in this context?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not.
Co-authored-by: CJ Yetman <[email protected]>
Closing since something is messed up with the approvals, will reopen |
Manifest ExportAdd Manifest Export #20Generate Results if neededTo be doneworkflow.pacta.webapp
Deal withNonblocking, can deal with in that repo.git
warnings increate_interactive_report
Closes #11
Depends On RMI-PACTA/pacta.portfolio.report#78