Skip to content

chore(ci): upload test functionality artifacts#636

Merged
stephenwaite merged 2 commits intoopenemr:masterfrom
stephenwaite:funcArtifacts
Apr 24, 2026
Merged

chore(ci): upload test functionality artifacts#636
stephenwaite merged 2 commits intoopenemr:masterfrom
stephenwaite:funcArtifacts

Conversation

@stephenwaite
Copy link
Copy Markdown
Member

Fixes #

Short description of what this resolves:

stores artifacts so can examine fail details

Changes proposed in this pull request:

Copilot AI review requested due to automatic review settings April 7, 2026 21:28
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the container functionality CI workflow to retain test output for later inspection, and modernizes the runner image used by the jobs.

Changes:

  • Switches the functionality test jobs from ubuntu-22.04 to ubuntu-24.04.
  • Uploads utilities/container_benchmarking/test_results/ as a GitHub Actions artifact for each job (retained for 7 days), even when the tests fail.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +55 to +61
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-810
path: utilities/container_benchmarking/test_results/
retention-days: 7
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

This workflow uses actions/upload-artifact@v4, but the repo’s other workflows are already on actions/upload-artifact@v7 (e.g. build-810.yml). Consider bumping to v7 here as well to stay consistent and pick up the latest fixes/features.

Copilot uses AI. Check for mistakes.
Comment on lines +82 to +88
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-binary
path: utilities/container_benchmarking/test_results/
retention-days: 7
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

This workflow uses actions/upload-artifact@v4, but the repo’s other workflows are already on actions/upload-artifact@v7 (e.g. build-810.yml). Consider bumping to v7 here as well to stay consistent and pick up the latest fixes/features.

Copilot uses AI. Check for mistakes.
Comment on lines +109 to +115
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-flex
path: utilities/container_benchmarking/test_results/
retention-days: 7
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

This workflow uses actions/upload-artifact@v4, but the repo’s other workflows are already on actions/upload-artifact@v7 (e.g. build-810.yml). Consider bumping to v7 here as well to stay consistent and pick up the latest fixes/features.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

(If you don't do that in this PR, dependabot will open a PR right after you merge it.)

@stephenwaite stephenwaite merged commit 9aae18f into openemr:master Apr 24, 2026
4 checks passed
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