Skip to content

Conversation

@universal-itengineer
Copy link
Member

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

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section:
type:
summary:

@universal-itengineer universal-itengineer force-pushed the feat/ci/nightly-e2e-test-infra branch from d40af14 to 6908b14 Compare January 15, 2026 13:03
@universal-itengineer universal-itengineer force-pushed the feat/ci/nightly-e2e-test-report branch 2 times, most recently from 0cc7f32 to 8de439f Compare January 15, 2026 13:09
@universal-itengineer universal-itengineer force-pushed the feat/ci/nightly-e2e-test-infra branch from 6908b14 to 247ca1f Compare January 15, 2026 16:37
@universal-itengineer universal-itengineer force-pushed the feat/ci/nightly-e2e-test-report branch from 8de439f to 741eeeb Compare January 15, 2026 16:39
uses: actions/upload-artifact@v4
with:
name: e2e-report-${{ inputs.storage_type }}-${{ github.run_id }}
path: ${{ steps.determine-stage.outputs.report_file }}
Copy link
Member

@diafour diafour Jan 16, 2026

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 }}
Copy link
Member

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
Copy link
Member

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.

Suggested change
echo "[INFO] Searching for report for storage type: $storage_type" >&2
echo "[INFO] Searching for report for storage type: $storage_type"

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.

3 participants