-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (22 commits) build(deps): bump ndarray from 0.14.0 to 0.15.1 deps: bulk update dependencies: update, move hashes to Cargo.toml hal 0.9.0 Update hitl/README.md Reverting HITL runner changes Updating HITL script to directly call python binaries Removing source in favor of dot Replacing sh with bash Updating runner operational flags Apply suggestions from code review Removing broker specification Updating HITL to run against PRs to master Adding requirements file Updating hitl runner to use correct broker Updating executability README: add both plain-CI and HITL badges Fixing python venv setup Adding initial HITL layout update cargosha256 ...
- Loading branch information
Showing
10 changed files
with
127 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: HITL | ||
|
||
on: | ||
push: | ||
branches: [ hitl ] | ||
workflow_dispatch: | ||
pull_request: | ||
branches: [ master ] | ||
|
||
jobs: | ||
hitl: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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.