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

Use a single Docker Run for building and running tests #13065

Closed
dimitri-tenstorrent opened this issue Sep 24, 2024 · 1 comment
Closed

Use a single Docker Run for building and running tests #13065

dimitri-tenstorrent opened this issue Sep 24, 2024 · 1 comment
Assignees

Comments

@dimitri-tenstorrent
Copy link
Contributor

dimitri-tenstorrent commented Sep 24, 2024

Given the new learning that we generated over the past few days specifically around needing to mount

          -v /etc/passwd:/etc/passwd:ro
          -v /etc/shadow:/etc/shadow:ro
          -v /etc/bashrc:/etc/bashrc:ro

We can use the same docker run action for both building and running tests:

  1. Docker Run Action

    - uses: addnab/docker-run-action@v3

  2. Docker Run Action in Build Step

    - name: Build tt-metal and libs

cc: @TT-billteng @ttmchiou

@dimitri-tenstorrent
Copy link
Contributor Author

Closing as done.

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

No branches or pull requests

1 participant