Skip to content

Commit 34e88e3

Browse files
committed
ci: move to self-hosted circle runners
1 parent bf83743 commit 34e88e3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,11 @@ jobs:
166166
path: /tmp/workspace/packages
167167

168168
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
173171
steps:
174172
- attach_workspace:
175-
at: /tmp/workspace
173+
at: /tmp/workspace/<< pipeline.id >>
176174
- checkout
177175
- run:
178176
name: Test 64 bit packages install
@@ -183,10 +181,10 @@ jobs:
183181
# The glob pattern with -prune causes find to only return files rooted in packages,
184182
# thereby avoiding files whose names would match, but are in subdirectories, i.e. packages/static.
185183
"${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')"
187185
188186
"${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')"
190188
191189
static_code_checks:
192190
docker:

0 commit comments

Comments
 (0)