Skip to content

Conversation

@nradakovic
Copy link
Member

Add local checks in case of release trigger. This workflow will build & test the code repo and delete the tag in case of failed build.

@nradakovic nradakovic self-assigned this Sep 30, 2025
@antonkri antonkri requested a review from 4og September 30, 2025 15:04
Add local checks in case of release trigger. This workflow will
build & test the code repo and delete the tag in case of failed
build.
@nradakovic nradakovic force-pushed the nira_release_verification branch from 77fa81f to 5ecfbca Compare September 30, 2025 19:43
@nradakovic
Copy link
Member Author

This PR won't be merged from here. This is just a test.

Comment on lines +15 to +34
build_host:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.9.1
- name: Bazel build baselibs targets
run: |
bazel build --config bl-x86_64-linux -- //score/...
build_qnx:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.9.1
- name: Bazel build baselibs targets
run: |
bazel build --config bl-x86_64-linux -- //score/...
Copy link
Contributor

Choose a reason for hiding this comment

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

The steps of these two jobs are completely identical. Maybe you missed changing the bazel config in one of the jobs?

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, copy/paste error.

@4og
Copy link
Member

4og commented Nov 13, 2025

@nradakovic, the release workflow is already merged to main. Can I close this PR?

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.

4 participants