Skip to content

fix: Fix nightly baremetal tests#10541

Open
frankdavid wants to merge 2 commits into
masterfrom
frankdavid/fix-baremetal
Open

fix: Fix nightly baremetal tests#10541
frankdavid wants to merge 2 commits into
masterfrom
frankdavid/fix-baremetal

Conversation

@frankdavid

@frankdavid frankdavid commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

After upgrading Bazel to the latest version, the path IdracRedfishSupport-0.0.8.data was changed to idracredfishsupport-0.0.8.data and the scripts were no longer found. To be more flexible, the implementation now searches for the dependency under *.data/scripts.

In addition, reuse the same bazel output base in all bazel tests in Run Bazel Launch Bare Metal.

After upgrading Bazel to the latest version, the path `IdracRedfishSupport-0.0.8.data` was changed to `idracredfishsupport-0.0.8.data` and the scripts were no longer found. To be more flexible, the script now searches for the script under `*.data/scripts`.

In addition, reuse the same bazel output base in all bazel tests in `Run Bazel Launch Bare Metal`.
@frankdavid frankdavid requested review from a team as code owners June 22, 2026 17:08
@github-actions github-actions Bot added the fix label Jun 22, 2026
environment: Nightly Tests
steps:
- *checkout
- name: Run Bazel Launch Bare Metal

@basvandijk basvandijk Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@nmattia do you think this step should use:

uses: ./.github/actions/bazel

like our other steps that invoke bazel?

That way:

  • The output_base is automatically set for all bazel invocations.
  • We get BuildBuddy links.
  • We use our Bazel remote cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants