Skip to content

Commit 56d24c9

Browse files
[bb-executor] Update pool to latest images (#1433)
Summary: Updating the bb remote exec pool name to use the latest images. I'm running an extra pool of executors on px-dev-infra in the meantime to allow for both pools during the transition. I will then upgrade the equinix pool and teardown the px-dev-infra one. Type of change: /kind cleanup Test Plan: Testing the new pool in this PR. Signed-off-by: James Bartlett <jamesbartlett@pixielabs.ai>
1 parent 4720abc commit 56d24c9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bazel/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ platform(
122122
],
123123
exec_properties = {
124124
"OSFamily": "Linux",
125-
"Pool": "202305310009",
125+
"Pool": "202305312341",
126126
},
127127
)
128128

k8s/devinfra/buildbuddy-executor/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ image:
3232
repository: gcr.io/pixie-oss/pixie-dev-public/dev_image
3333
tag: '$IMAGE_TAG'
3434

35-
customExecutorCommand: ['/bb-executor/executor', '--server_type=buildbuddy-executor']
35+
# Some clusters don't have ipv6 enabled, but we need it for some tests.
36+
customExecutorCommand:
37+
- /bin/sh
38+
- -c
39+
- 'sysctl -w net.ipv6.conf.lo.disable_ipv6=0 &&
40+
/bb-executor/executor --server_type=buildbuddy-executor'
3641

3742
poolName: '"$IMAGE_TAG"'
3843

0 commit comments

Comments
 (0)