File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -166,13 +166,11 @@ jobs:
166
166
path : /tmp/workspace/packages
167
167
168
168
test_pkgs_64bit :
169
- machine :
170
- enabled : true
171
- docker_layer_caching : true
172
- image : ubuntu-2204:current
169
+ machine : true
170
+ resource_class : runner-ns/clustered-linux-vm
173
171
steps :
174
172
- attach_workspace :
175
- at : /tmp/workspace
173
+ at : /tmp/workspace/<< pipeline.id >>
176
174
- checkout
177
175
- run :
178
176
name : Test 64 bit packages install
@@ -183,10 +181,10 @@ jobs:
183
181
# The glob pattern with -prune causes find to only return files rooted in packages,
184
182
# thereby avoiding files whose names would match, but are in subdirectories, i.e. packages/static.
185
183
"${WORKING_DIR}/releng/packages/spec/clean_install/run.bash" -D \
186
- -p "$(find "/tmp/workspace/packages"/* -prune -name 'influxdb*amd64.deb')"
184
+ -p "$(find "/tmp/workspace/${CIRCLE_PIPELINE_ID}/ packages"/* -prune -name 'influxdb*amd64.deb')"
187
185
188
186
"${WORKING_DIR}/releng/packages/spec/clean_install/run.bash" -R \
189
- -p "$(find "/tmp/workspace/packages"/* -prune -name 'influxdb*x86_64.rpm')"
187
+ -p "$(find "/tmp/workspace/${CIRCLE_PIPELINE_ID}/ packages"/* -prune -name 'influxdb*x86_64.rpm')"
190
188
191
189
static_code_checks :
192
190
docker :
You can’t perform that action at this time.
0 commit comments