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

Store all integration test results on repo #440

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

aspeake
Copy link
Collaborator

@aspeake aspeake commented Nov 6, 2024

First PR to support fixing #415

This PR updates the integration test artifacts outputs to include all data in the results directory when running on GitHub Actions. Those results files, which include the existing agg_results.json and ecm_results.json files and the additional data in results/plots, are now stored on the repo for better comparisons between master and feature branches.

This initial PR is required so that 1) we have plots on master that can be compared to new plots from a feature branch and 2) a follow-on PR can pull down the .json and .xlsx data from master to generate more readable comparisons.

@aspeake aspeake self-assigned this Nov 6, 2024
@aspeake aspeake added this to the v1.1.0 milestone Nov 6, 2024
@aspeake aspeake force-pushed the ci_outputs branch 2 times, most recently from 113efa7 to d3e39f3 Compare November 14, 2024 22:44
@aspeake aspeake changed the title Improved outputs to analyze integration test results Store all integration test results on repo Nov 15, 2024
@@ -73,6 +74,7 @@ jobs:
git pull origin $branch_name
git add ./tests/integration_testing/results/*.json
if [[ $(git diff --cached --exit-code) ]]; then
git add ./tests/integration_testing/results
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If there are any changes to the results jsons, then add all outputs

@aspeake aspeake force-pushed the ci_outputs branch 2 times, most recently from 8634a2e to a7c467e Compare November 15, 2024 22:00
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.

1 participant