-
Notifications
You must be signed in to change notification settings - Fork 13
Add pre-release workflow #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c580b11
Add pre-release workflow
christophfroehlich fac16c3
Merge branch 'main' into add/prerelease
christophfroehlich af3f41a
Merge branch 'main' into add/prerelease
saikishor a72d904
Fix test dependencies
saikishor 534cb95
Add robot_state_publisher dependency
saikishor 967d2b9
Add python3-pykdl dependency
saikishor 528b04b
Merge branch 'main' into add/prerelease
christophfroehlich bdfefc6
reorder tests
saikishor 7634184
Revert "reorder tests"
saikishor faedcf0
try removing pkill
saikishor c1a5628
Revert "try removing pkill"
saikishor dd343ad
Use install-only option
saikishor 37604aa
retain source permissions and publish commands for 2 seconds
saikishor ab121c6
Add more logic for use_mjcf_from_topic arg
saikishor 6a94e83
Setup the venv only for use_mjcf_from_topic
saikishor 4a47ad1
Merge branch 'main' into add/prerelease
saikishor c0d6dcb
remove gripper_controllers dependency
saikishor 8d1de21
increase timeout to 70 and fix the file naming
saikishor eaf2491
disable rolling prerelease builds
saikishor d70f692
Merge branch 'main' into add/prerelease
saikishor c26c981
revert the timeout to 50
saikishor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| name: Rolling - pre-release | ||
| # author: Christoph Froehlich <[email protected]> | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| inputs: | ||
| downstream_depth: | ||
| description: 'The depth of the depends-on tree to be included in the overlay workspace (-1 implies unlimited, default: 0)' | ||
| required: false | ||
| default: 0 | ||
| type: number | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| types: | ||
| - opened # default | ||
| - reopened # default | ||
| - synchronize # default | ||
| - labeled # also if a label changes | ||
|
|
||
| jobs: | ||
| default: | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| ROS_DISTRO: [jazzy, kilted, rolling] | ||
|
|
||
| uses: ros-controls/ros2_control_ci/.github/workflows/reusable-prerelease.yml@master | ||
| with: | ||
| ros_distro: ${{ matrix.ROS_DISTRO }} | ||
| # downstream_depth is not set on pull_request event | ||
| prerelease_downstream_depth: ${{ github.event_name == 'pull_request' && '0' || inputs.downstream_depth }} |
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.