Commit 3e45c366 authored by clabby's avatar clabby

Bump `ci-builder`

parent e6e7fd26
...@@ -3,7 +3,7 @@ version: 2.1 ...@@ -3,7 +3,7 @@ version: 2.1
parameters: parameters:
ci_builder_image: ci_builder_image:
type: string type: string
default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.30.0 default: us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.33.0
base_image: base_image:
type: string type: string
default: ubuntu-2204:2022.07.1 default: ubuntu-2204:2022.07.1
...@@ -859,7 +859,7 @@ jobs: ...@@ -859,7 +859,7 @@ jobs:
name: run tests name: run tests
command: | command: |
mkdir -p /testlogs mkdir -p /testlogs
export OP_E2E_CANNON_ENABLED="<<parameters.cannon_enabled>>" export OP_E2E_CANNON_ENABLED="<<parameters.cannon_enabled>>"
# Note: We don't use circle CI test splits because we need to split by test name, not by package. There is an additional # Note: We don't use circle CI test splits because we need to split by test name, not by package. There is an additional
# constraint that gotestsum does not currently (nor likely will) accept files from different pacakges when building. # constraint that gotestsum does not currently (nor likely will) accept files from different pacakges when building.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment