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

Embed job id in test report path for tt-github-actions #80

Merged
merged 5 commits into from
Dec 3, 2024

Conversation

nsmithtt
Copy link
Contributor

No description provided.

@vmilosevic
Copy link
Contributor

I'll set this up in #85

@nsmithtt
Copy link
Contributor Author

nsmithtt commented Dec 1, 2024

FYI @uazizTT / @AleksKnezevic

@@ -45,6 +45,13 @@ jobs:
echo "build-output-dir=$(pwd)/build" >> "$GITHUB_OUTPUT"
echo "install-output-dir=$(pwd)/install" >> "$GITHUB_OUTPUT"
echo "test-output-dir=$(pwd)/results/models/tests/" >> "$GITHUB_OUTPUT"
# Github job context unfortunately doesn't contain job_id, this is the workaround how to fetch it using GH API
echo "Expected job name: ${{ env.job-name }}"
Copy link
Contributor

Choose a reason for hiding this comment

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

env.job-name not set, please declare it above.

@nsmithtt
Copy link
Contributor Author

nsmithtt commented Dec 2, 2024

Handled by #85

@nsmithtt nsmithtt closed this Dec 2, 2024
@nsmithtt nsmithtt reopened this Dec 2, 2024
@nsmithtt
Copy link
Contributor Author

nsmithtt commented Dec 2, 2024

Reopening #85 handled push tests, but not nightly tests

@nsmithtt nsmithtt merged commit c4ba51e into main Dec 3, 2024
7 of 11 checks passed
@nsmithtt nsmithtt deleted the nsmith/report branch December 3, 2024 04:06
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.

4 participants