Skip to content

Commit 7c7a43c

Browse files
committed
Update ci
1 parent b6d2196 commit 7c7a43c

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

.github/workflow-scripts/04-run-analysis-scripts.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -o xtrace
55

66
pwd
77

8+
source /opt/ros/humble/setup.bash
9+
810
uv run -m fluentrobotics.icmpc_collab_transport.evaluation.h1_objective_metrics success
911
uv run -m fluentrobotics.icmpc_collab_transport.evaluation.h1_objective_metrics time
1012
uv run -m fluentrobotics.icmpc_collab_transport.evaluation.h1_objective_metrics acceleration

.github/workflows/ci.yml

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,25 @@ jobs:
2424
runs-on: ubuntu-latest
2525
container: ghcr.io/fluentrobotics/ros:humble
2626
steps:
27-
- name: Inspect ros
27+
- uses: actions/checkout@v4
28+
- name: Inspect workspace
2829
run: |
29-
ls -lhF /opt/ros || true
30-
python3 -m rclpy || true
31-
# - uses: actions/checkout@v4
32-
# - name: Inspect workspace
33-
# run: |
34-
# pwd
35-
# ls -lhF
36-
# bash .github/workflow-scripts/00-check-disk-usage.sh
37-
# - name: Install Dependencies
38-
# run: |
39-
# bash .github/workflow-scripts/01-install-dependencies.sh
40-
# bash .github/workflow-scripts/00-check-disk-usage.sh
41-
# - name: Download Dataset
42-
# run: |
43-
# bash .github/workflow-scripts/02-download-dataset.sh
44-
# bash .github/workflow-scripts/00-check-disk-usage.sh
45-
# - name: Extract Dataset
46-
# run: |
47-
# bash .github/workflow-scripts/03-extract-dataset.sh
48-
# bash .github/workflow-scripts/00-check-disk-usage.sh
49-
# - name: Run Analysis Scripts
50-
# run: |
51-
# bash .github/workflow-scripts/04-run-analysis-scripts.sh
52-
# bash .github/workflow-scripts/00-check-disk-usage.sh
30+
pwd
31+
ls -lhF
32+
bash .github/workflow-scripts/00-check-disk-usage.sh
33+
- name: Install Dependencies
34+
run: |
35+
bash .github/workflow-scripts/01-install-dependencies.sh
36+
bash .github/workflow-scripts/00-check-disk-usage.sh
37+
- name: Download Dataset
38+
run: |
39+
bash .github/workflow-scripts/02-download-dataset.sh
40+
bash .github/workflow-scripts/00-check-disk-usage.sh
41+
- name: Extract Dataset
42+
run: |
43+
bash .github/workflow-scripts/03-extract-dataset.sh
44+
bash .github/workflow-scripts/00-check-disk-usage.sh
45+
- name: Run Analysis Scripts
46+
run: |
47+
bash .github/workflow-scripts/04-run-analysis-scripts.sh
48+
bash .github/workflow-scripts/00-check-disk-usage.sh

0 commit comments

Comments
 (0)