You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, tests were run in GitHub Actions, and we uploaded logs as artifacts. Now that we've moved tests to BuildKite, the CI team has recently added support for uploading artifacts in BuildKite. Therefore, we need to upload artifacts there as well. (Prefer a zip file containing all the logs)
Details:
Artifacts should only be uploaded when tests fail.
The logs folder is located at ${{ env.KUBERAY_TEST_OUTPUT_DIR }}/**/*.log.
Reference (The config before migrating to BuildKite):
Previously, tests were run in GitHub Actions, and we uploaded logs as artifacts. Now that we've moved tests to BuildKite, the CI team has recently added support for uploading artifacts in BuildKite. Therefore, we need to upload artifacts there as well. (Prefer a zip file containing all the logs)
Details:
${{ env.KUBERAY_TEST_OUTPUT_DIR }}/**/*.log
.kuberay/.github/workflows/e2e-tests-reusable-workflow.yaml
Lines 100 to 107 in 4bd2dab
/artifact-mount
folder. All files in that folder will be automatically uploaded as artifacts.The text was updated successfully, but these errors were encountered: