Skip to content

Commit edd3c4b

Browse files
committed
attempt nocheck profile
to ignore test dependencies during build
1 parent eeeac82 commit edd3c4b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: build
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
# build weekly to find breakage
7-
- cron: '13 1 * * 6'
85

96
concurrency:
107
group: ${{ github.workflow }}-${{ github.ref }}
@@ -1484,6 +1481,6 @@ jobs:
14841481
mv ${{ env.AGG }} /home/runner/apt_repo
14851482
- uses: v4hn/ros-deb-builder-action/deploy@roso-noble
14861483
with:
1487-
BRANCH: ${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}-unstable
1484+
BRANCH: ${{ env.DEB_DISTRO }}-${{ env.ROS_DISTRO }}-nocheck-unstable
14881485
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14891486
SQUASH_HISTORY: true

.github/workflows/worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
ROS_DISTRO: ${{ env.ROS_DISTRO }}
7373
DEB_DISTRO: ${{ env.DEB_DISTRO }}
74-
SBUILD_CONF: "$extra_packages = ['/home/runner/apt_repo_dependencies']; $enable_network = 1; ${{ env.extra_sbuild_conf }}"
74+
SBUILD_CONF: "$extra_packages = ['/home/runner/apt_repo_dependencies']; $enable_network = 1; $build_profiles = nocheck; ${{ env.extra_sbuild_conf }}"
7575
ROSDEP_SOURCE: rosdep.yaml
7676
REPOS_FILE: worker-jobs.repos
7777
CONTINUE_ON_ERROR: true

0 commit comments

Comments
 (0)