-
Notifications
You must be signed in to change notification settings - Fork 5
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
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" |
1c4d150 to
f0d9155
Compare
5c7e890 to
29eaa0c
Compare
f5bca89 to
573acb8
Compare
Signed-off-by: Nikita Korolev <[email protected]>
e2c4f4a to
b7edc76
Compare
…re-report Signed-off-by: Nikita Korolev <[email protected]>
Signed-off-by: Nikita Korolev <[email protected]>
573acb8 to
ee57ceb
Compare
b7edc76 to
ef14bda
Compare
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