-
Notifications
You must be signed in to change notification settings - Fork 79
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
Gh docker reusable with tests #1022
Gh docker reusable with tests #1022
Conversation
542757a
to
d795c9a
Compare
cecf934
to
ffc55f8
Compare
ffc55f8
to
74efc4e
Compare
2485636
to
59bcb1e
Compare
I see a build failure, right? |
volumes: | ||
- ${{ github.workspace }}/test_logs:/home/coder/.test_logs | ||
env: | ||
PYTHONDONTWRITEBYTECODE: 1 |
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.
I don't remember why do we need this one.
set -eo pipefail | ||
test-cunumeric ${{ inputs.test-options }} 2>&1 | tee ~/.test_logs/cunumeric-${{ inputs.sha }}-test-${{ inputs.log-name }}.log | ||
|
||
- name: Upload logs |
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.
Why do we upload logs? The logs that are in the workflow are not enough?
This should be fixed when nv-legate/legate#830 is meged. |
nv-legate/legate#830 has been merged |
59bcb1e
to
ddc6e9a
Compare
Superseded by: #1043 |
No description provided.