forked from cyberbotics/webots
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove libcontroller sync in test suite (cyberbotics#5689)
Co-authored-by: Olivier Michel <[email protected]>
- Loading branch information
Showing
7 changed files
with
0 additions
and
126 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 |
---|---|---|
|
@@ -68,14 +68,6 @@ jobs: | |
export LIBGL_ALWAYS_SOFTWARE=true | ||
export ROS_DISTRO=${{ matrix.ROS_DISTRO }} | ||
xvfb-run --auto-servernum make distrib -j4 | ||
- name: Prepare Webots Controller Deployment | ||
if: ${{ (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller')) && matrix.os == 'ubuntu-20.04' }} | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.WEBOTS_CONTROLLER_DEPLOY_KEY }} | ||
- name: Deploy Webots Controller | ||
if: ${{ (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller')) && matrix.os == 'ubuntu-20.04' }} | ||
run: scripts/packaging/sync_controller_lib.sh | ||
- name: Create/Update GitHub release | ||
if: ${{ matrix.os == 'ubuntu-20.04' && (github.event_name == 'push' || github.event_name == 'schedule') }} | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -64,14 +64,6 @@ jobs: | |
export LIBGL_ALWAYS_SOFTWARE=true | ||
export ROS_DISTRO=${{ matrix.ROS_DISTRO }} | ||
xvfb-run --auto-servernum make distrib -j4 | ||
- name: Prepare Webots Controller Deployment | ||
if: ${{ (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller')) && matrix.os == 'ubuntu-20.04' }} | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.WEBOTS_CONTROLLER_DEPLOY_KEY }} | ||
- name: Deploy Webots Controller | ||
if: ${{ (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller')) && matrix.os == 'ubuntu-20.04' }} | ||
run: scripts/packaging/sync_controller_lib.sh | ||
- name: Create/Update GitHub release | ||
if: ${{ matrix.os == 'ubuntu-20.04' && (github.event_name == 'push' || github.event_name == 'schedule') }} | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -52,14 +52,6 @@ jobs: | |
export JAVA_HOME="$(/usr/libexec/java_home -v 16)" | ||
export PATH=/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin/:$PATH | ||
make distrib -j4 | ||
- name: Prepare Webots Controller Deployment | ||
if: ${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller') }} | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.WEBOTS_CONTROLLER_DEPLOY_KEY }} | ||
- name: Deploy Webots Controller | ||
if: ${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller') }} | ||
run: scripts/packaging/sync_controller_lib.sh | ||
- name: Create/Update GitHub release | ||
if: ${{ (github.event_name == 'push' || github.event_name == 'schedule') }} | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -48,14 +48,6 @@ jobs: | |
export JAVA_HOME="$(/usr/libexec/java_home -v 16)" | ||
export PATH=/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin/:$PATH | ||
make distrib -j4 | ||
- name: Prepare Webots Controller Deployment | ||
if: ${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller') }} | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.WEBOTS_CONTROLLER_DEPLOY_KEY }} | ||
- name: Deploy Webots Controller | ||
if: ${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'deploy libcontroller') }} | ||
run: scripts/packaging/sync_controller_lib.sh | ||
- name: Create/Update GitHub release | ||
if: ${{ (github.event_name == 'push' || github.event_name == 'schedule') }} | ||
run: | | ||
|
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
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
This file was deleted.
Oops, something went wrong.