Rolling Semi-Binary Build - main #1407
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Rolling Semi-Binary Build - main | |
| # description: 'Build & test that compiles the main dependencies from source.' | |
| on: | |
| workflow_dispatch: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| # Run every morning to detect flakiness and broken dependencies | |
| - cron: '33 1 * * *' | |
| jobs: | |
| semi_binary: | |
| uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | |
| with: | |
| ros_distro: rolling | |
| ros_repo: main | |
| upstream_workspace: ros2_robotiq_gripper.rolling.repos | |
| ref_for_scheduled_build: main | |
| # Non-blocking while Rolling main apt catches up to the Noble → Resolute | |
| # base-OS transition. The rolling-semi-binary-build-testing companion | |
| # currently passes (Rolling-on-Resolute packages live in ros2-testing apt); | |
| # this job will turn green on its own once those packages promote to main. | |
| continue_on_error: true |