Skip to content

Commit

Permalink
Add NOT_TEST_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 23, 2024
1 parent 076ecc9 commit 2b1f29f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-industrial-ci-with-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ on:
description: 'NOT_TEST_DOWNSTREAM variable for industrial_ci. If true, downstream packages will not be tested'
default: false
type: boolean
not_test_build:
description: 'NOT_TEST_BUILD variable for industrial_ci. If true, tests in build space will not be run.'
default: false
type: boolean
ros_distro:
description: 'ROS_DISTRO variable for industrial_ci'
required: true
Expand Down Expand Up @@ -89,6 +93,7 @@ jobs:
env:
UPSTREAM_WORKSPACE: ${{ inputs.upstream_workspace }}
TARGET_WORKSPACE: ${{ inputs.target_workspace }}
NOT_TEST_BUILD: ${{ inputs.not_test_build }}
DOWNSTREAM_WORKSPACE: ${{ inputs.downstream_workspace }}
NOT_TEST_DOWNSTREAM: ${{ inputs.not_test_downstream }}
DOCKER_IMAGE: ghcr.io/sloretz/ros:${{ inputs.ros_distro }}-ros-base
Expand Down

0 comments on commit 2b1f29f

Please sign in to comment.