Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
3e45c366
Commit
3e45c366
authored
Dec 14, 2023
by
clabby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump `ci-builder`
parent
e6e7fd26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
config.yml
.circleci/config.yml
+2
-2
No files found.
.circleci/config.yml
View file @
3e45c366
...
@@ -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.3
0
.0
default
:
us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.3
3
.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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment