Skip to content

Commit

Permalink
Add NOT_TEST_DOWNSTREAM
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 23, 2024
1 parent 4e284d2 commit 076ecc9
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 @@ -25,6 +25,10 @@ on:
required: false
default: ''
type: string
not_test_downstream:
description: 'NOT_TEST_DOWNSTREAM variable for industrial_ci. If true, downstream packages will not be tested'
default: false
type: boolean
ros_distro:
description: 'ROS_DISTRO variable for industrial_ci'
required: true
Expand Down Expand Up @@ -86,6 +90,7 @@ jobs:
UPSTREAM_WORKSPACE: ${{ inputs.upstream_workspace }}
TARGET_WORKSPACE: ${{ inputs.target_workspace }}
DOWNSTREAM_WORKSPACE: ${{ inputs.downstream_workspace }}
NOT_TEST_DOWNSTREAM: ${{ inputs.not_test_downstream }}
DOCKER_IMAGE: ghcr.io/sloretz/ros:${{ inputs.ros_distro }}-ros-base
ROS_REPO: ${{ inputs.ros_repo }}
OS_CODE_NAME: ${{ inputs.os_code_name }}
Expand Down

0 comments on commit 076ecc9

Please sign in to comment.