Skip to content

Commit

Permalink
Remove Rolling Nuttx CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed May 21, 2021
1 parent 33362c2 commit 720350f
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Nightly

on:
on:
workflow_dispatch:
inputs:
name:
description: "Manual trigger"
schedule:
- cron: '0 4 * * *'

jobs:

micro_ros_build:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
configuration: int32_publisher
transport_arguments: -t serial -d 3
binary: 'firmware/build/zephyr/zephyr.bin'

- distro: foxy
branch: foxy
rtos: zephyr
Expand All @@ -176,7 +176,7 @@ jobs:
rtos: nuttx
platform: olimex-stm32-e407
configuration: drive_base
transport_arguments:
transport_arguments:
binary: 'firmware/NuttX/nuttx.bin'

- distro: foxy
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
configuration: int32_publisher
transport_arguments: -t serial -d 3
binary: 'firmware/build/zephyr/zephyr.bin'

- distro: rolling
branch: main
rtos: zephyr
Expand All @@ -306,14 +306,6 @@ jobs:
transport_arguments: -t udp -i 192.168.1.1 -p 8080
binary: 'firmware/build/zephyr/zephyr.exe'

- distro: rolling
branch: main
rtos: nuttx
platform: olimex-stm32-e407
configuration: drive_base
transport_arguments:
binary: 'firmware/NuttX/nuttx.bin'

- distro: rolling
branch: main
rtos: raspbian
Expand Down Expand Up @@ -355,15 +347,15 @@ jobs:
. /opt/ros/$ROS_DISTRO/setup.sh
. install/local_setup.sh
ros2 run micro_ros_setup create_firmware_ws.sh ${{ matrix.rtos }} ${{ matrix.platform }}
ros2 run micro_ros_setup configure_firmware.sh ${{ matrix.configuration }} ${{ matrix.transport_arguments }}
ros2 run micro_ros_setup build_firmware.sh ${{ matrix.build_arguments }}
ros2 run micro_ros_setup configure_firmware.sh ${{ matrix.configuration }} ${{ matrix.transport_arguments }}
ros2 run micro_ros_setup build_firmware.sh ${{ matrix.build_arguments }}
- name: Check binaries
run: |
(test -f ${{ matrix.binary }}) && true || false
micro_ros_agent:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -372,7 +364,7 @@ jobs:
branch: foxy
- distro: rolling
branch: main

needs: micro_ros_build
container: ros:${{ matrix.distro }}

Expand Down

0 comments on commit 720350f

Please sign in to comment.