Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs committed Jun 20, 2024
1 parent 69c9927 commit 5675337
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-cache:
build:
#TODO model dependency to image-workflow. Workaround: retrigger run after image-workflow finished.
runs-on: intellabs-01
container:
Expand All @@ -34,7 +34,7 @@ jobs:
path: .
key: ${{ runner.os }}-build-${{ github.run_number }}
test-scenario-execution:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
name: test-scenario-execution
path: ./**/TEST.xml
test-scenario-execution-ros:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: test-scenario-execution-ros
path: ./**/TEST.xml
scenario-files-validation:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand All @@ -127,7 +127,7 @@ jobs:
ros2 run scenario_execution scenario_execution "$file" -n;
done
test-example-scenario:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand All @@ -154,7 +154,7 @@ jobs:
name: test-example-scenario-result
path: test_example_scenario/test.xml
test-example-library:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand All @@ -181,7 +181,7 @@ jobs:
name: test-example-library-result
path: test_example_library/test.xml
test-example-variation:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
name: test-example-variation-result
path: test_example_variation/test.xml
test-example-nav2:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
name: test-example-nav2-result
path: test_example_nav2/test.xml
test-example-simulation:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
name: test-example-simulation-result
path: test_example_simulation/test.xml
test-example-multirobot:
needs: [build-and-cache]
needs: [build]
runs-on: intellabs-01
container:
image: ghcr.io/intellabs/scenario-execution:humble
Expand Down

0 comments on commit 5675337

Please sign in to comment.