-
Notifications
You must be signed in to change notification settings - Fork 3
chore(ci): add report for e2e tests #1877
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
base: feat/ci/nightly-e2e-test-infra
Are you sure you want to change the base?
chore(ci): add report for e2e tests #1877
Conversation
d40af14 to
6908b14
Compare
0cc7f32 to
8de439f
Compare
6908b14 to
247ca1f
Compare
Signed-off-by: Nikita Korolev <[email protected]>
…re-report Signed-off-by: Nikita Korolev <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
8de439f to
741eeeb
Compare
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: e2e-report-${{ inputs.storage_type }}-${{ github.run_id }} | ||
| path: ${{ steps.determine-stage.outputs.report_file }} |
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.
There are no outputs in determine-stage step (no output section, no ">> $GITHUB_OUTPUT" command in the script)
| id: upload-artifact | ||
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: e2e-report-${{ inputs.storage_type }}-${{ github.run_id }} |
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.
This name can be an output from "determine-stage" step.
| local storage_type=$1 | ||
| local base_path="downloaded-artifacts/" | ||
| echo "[INFO] Searching for report for storage type: $storage_type" >&2 |
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.
Print info, debug and warn to stderr is needless, github will print these lines in red color in logs.
| echo "[INFO] Searching for report for storage type: $storage_type" >&2 | |
| echo "[INFO] Searching for report for storage type: $storage_type" |
Description
chore(ci): add report for e2e tests
Why do we need it, and what problem does it solve?
What is the expected result?
Checklist
Changelog entries