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

#12891: Copy generated artifacts out of docker container so that we can upload test results #12959

Closed
wants to merge 15 commits into from

Conversation

tt-rkim
Copy link
Collaborator

@tt-rkim tt-rkim commented Sep 20, 2024

Ticket

#12891

Problem description

We were not uploading test reports anymore because they were hidden in the container after we moved to Dockerized test pipelines.

What's changed

We copy them back out with some tricks to fix the permissions.

Checklist

  • Post commit CI passes
  • Blackhole Post commit (if applicable)
  • Model regression CI testing passes (if applicable)
  • Device performance regression CI testing passes (if applicable)
  • New/Existing tests provide coverage for changes

id: prepare-for-artifacts
shell: bash
run: |
mkdir -p ${{ github.workspace }}/generated
Copy link
Collaborator

Choose a reason for hiding this comment

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

told @dimitri-tenstorrent that we should get the docker mounting permissions working so that this shouldn't be necessary

@tt-rkim
Copy link
Collaborator Author

tt-rkim commented Sep 23, 2024

passing post commit https://github.com/tenstorrent/tt-metal/actions/runs/10997551580 but gonna wait on @dimitri-tenstorrent + @ttmchiou changes

@tt-rkim tt-rkim closed this Sep 26, 2024
@tt-rkim tt-rkim deleted the rkim/12891-generated branch September 26, 2024 21:56
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.

2 participants