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
69b6e794
Commit
69b6e794
authored
Nov 09, 2022
by
Joshua Gutow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add meta go-bedrock job
parent
c0f34abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
15 deletions
+39
-15
config.yml
.circleci/config.yml
+39
-15
No files found.
.circleci/config.yml
View file @
69b6e794
...
...
@@ -678,6 +678,13 @@ jobs:
-
run
:
command
:
"
!
grep
'pass.*=false'
/tmp/hive.log"
bedrock-go-tests
:
docker
:
-
image
:
cimg/go:1.19
resource_class
:
medium
steps
:
-
run
:
echo Done
workflows
:
main
:
jobs
:
...
...
@@ -814,53 +821,70 @@ workflows:
-
fuzz-op-node
-
bedrock-markdown
-
go-lint
:
name
:
op-batcher
lint
name
:
op-batcher
-
lint
module
:
op-batcher
-
go-lint
:
name
:
op-bindings
lint
name
:
op-bindings
-
lint
module
:
op-bindings
-
go-lint
:
name
:
op-chain-ops
lint
name
:
op-chain-ops
-
lint
module
:
op-chain-ops
-
go-lint
:
name
:
op-e2e
lint
name
:
op-e2e
-
lint
module
:
op-e2e
-
go-lint
:
name
:
op-node
lint
name
:
op-node
-
lint
module
:
op-node
-
go-lint
:
name
:
op-proposer
lint
name
:
op-proposer
-
lint
module
:
op-proposer
-
go-lint
:
name
:
op-service
lint
name
:
op-service
-
lint
module
:
op-service
-
go-test
:
name
:
op-batcher
tests
name
:
op-batcher
-
tests
module
:
op-batcher
-
go-test
:
name
:
op-bindings
tests
name
:
op-bindings
-
tests
module
:
op-bindings
-
go-test
:
name
:
op-chain-ops
tests
name
:
op-chain-ops
-
tests
module
:
op-chain-ops
-
go-test
:
name
:
op-node
tests
name
:
op-node
-
tests
module
:
op-node
# TODO: override resource class
-
go-test
:
name
:
op-proposer
tests
name
:
op-proposer
-
tests
module
:
op-proposer
-
go-test
:
name
:
op-service
tests
name
:
op-service
-
tests
module
:
op-service
-
go-e2e-test
:
name
:
op-e2e
WS
tests
name
:
op-e2e
-WS-
tests
module
:
op-e2e
use_http
:
"
false"
-
go-e2e-test
:
name
:
op-e2e
HTTP
tests
name
:
op-e2e
-HTTP-
tests
module
:
op-e2e
use_http
:
"
true"
-
bedrock-go-tests
:
requires
:
-
op-batcher-lint
-
op-bindings-lint
-
op-chain-ops-lint
-
op-e2e-lint
-
op-node-lint
-
op-proposer-lint
-
op-service-lint
-
op-batcher-tests
-
op-bindings-tests
-
op-chain-ops-tests
-
op-node-tests
-
op-proposer-tests
-
op-service-tests
-
op-e2e-WS-tests
-
op-e2e-HTTP-tests
-
docker-publish
:
name
:
op-node-publish-dev
docker_file
:
op-node/Dockerfile
...
...
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