Skip to content

Commit 5a4c971

Browse files
committed
temporarily revert "ci: use underlay workspace for build-and-test workflows" for testing
This reverts commit b760ebf.
1 parent 49a4eaf commit 5a4c971

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/build-and-test-differential.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ jobs:
113113
build-depends-repos: build_depends.repos
114114
cache-key-element: ${{ env.BUILD_TYPE_CUDA_STATE }}
115115
build-pre-command: ${{ inputs.build-pre-command }}
116-
underlay-workspace: /opt/autoware
117-
118116
- name: Show ccache stats after build
119117
run: du -sh ${CCACHE_DIR} && ccache -s
120118
shell: bash
@@ -127,7 +125,6 @@ jobs:
127125
rosdistro: ${{ inputs.rosdistro }}
128126
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
129127
build-depends-repos: build_depends.repos
130-
underlay-workspace: /opt/autoware
131128

132129
- name: Upload coverage to CodeCov
133130
if: ${{ steps.test.outputs.coverage-report-files != '' && contains(inputs.container, '-cuda') && inputs.rosdistro == 'jazzy' }}

.github/workflows/build-and-test-packages-above-differential.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
packages-above-repos: packages_above.repos
110110
cache-key-element: ${{ env.BUILD_TYPE_CUDA_STATE }}-above
111111
build-pre-command: ${{ inputs.build-pre-command }}
112-
underlay-workspace: /opt/autoware
113112

114113
- name: Show ccache stats after build
115114
run: du -sh ${CCACHE_DIR} && ccache -s
@@ -124,7 +123,6 @@ jobs:
124123
target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }}
125124
build-depends-repos: build_depends.repos
126125
packages-above-repos: packages_above.repos
127-
underlay-workspace: /opt/autoware
128126

129127
- name: Show disk space after the tasks
130128
run: df -h

.github/workflows/build-and-test-reusable.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ jobs:
138138
build-depends-repos: build_depends.repos
139139
cache-key-element: ${{ env.BUILD_TYPE_CUDA_STATE }}
140140
build-pre-command: ${{ inputs.build-pre-command }}
141-
underlay-workspace: /opt/autoware
142141

143142
- name: Show ccache stats after build
144143
if: ${{ inputs.pull-ccache || inputs.push-ccache }}
@@ -161,7 +160,6 @@ jobs:
161160
rosdistro: ${{ inputs.rosdistro }}
162161
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
163162
build-depends-repos: build_depends.repos
164-
underlay-workspace: /opt/autoware
165163

166164
- name: Upload coverage to CodeCov
167165
if: ${{ steps.test.outputs.coverage-report-files != '' && inputs.upload-coverage }}

0 commit comments

Comments
 (0)