Skip to content

Commit b843ebf

Browse files
destoglAndyZe
authored andcommitted
Update ci-ursim.yml
1 parent 7e40b21 commit b843ebf

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

.github/workflows/ci-ursim.yml

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
#name: UR Sim
2-
#on:
3-
#pull_request:
4-
#push:
1+
name: UR Sim
2+
on:
3+
# pull_request:
4+
push:
5+
branches:
6+
- devel
57

6-
#jobs:
7-
#ci_binary:
8-
#name: foxy UR Sim
9-
#runs-on: ubuntu-latest
10-
#strategy:
11-
#matrix:
12-
#env:
13-
#- {ROS_DISTRO: foxy, ROS_REPO: main}
14-
#- {ROS_DISTRO: foxy, ROS_REPO: testing}
15-
#env:
16-
#UPSTREAM_WORKSPACE: Universal_Robots_ROS2_Driver.ci.repos
17-
#DOCKER_RUN_OPTS: --network static_test_net
18-
#BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
19-
#IMMEDIATE_TEST_OUTPUT: true
20-
#steps:
21-
#- uses: actions/checkout@v1
22-
#- name: start ursim
23-
#run: |
24-
#.github/dockerursim/build_and_run_docker_ursim.sh
25-
#- uses: 'ros-industrial/industrial_ci@master'
26-
#env: ${{matrix.env}}
8+
jobs:
9+
ci_binary:
10+
name: foxy UR Sim
11+
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
env:
15+
- {ROS_DISTRO: foxy, ROS_REPO: main}
16+
- {ROS_DISTRO: foxy, ROS_REPO: testing}
17+
env:
18+
UPSTREAM_WORKSPACE: Universal_Robots_ROS2_Driver.ci.repos
19+
DOCKER_RUN_OPTS: --network static_test_net
20+
BEFORE_INIT: 'apt-get update -qq && apt-get install -y iproute2 iputils-ping && ip addr && ping -c5 192.168.56.101'
21+
IMMEDIATE_TEST_OUTPUT: true
22+
steps:
23+
- uses: actions/checkout@v1
24+
- name: start ursim
25+
run: |
26+
.github/dockerursim/build_and_run_docker_ursim.sh
27+
- uses: 'ros-industrial/industrial_ci@master'
28+
env: ${{matrix.env}}

0 commit comments

Comments
 (0)