Commit 69b6e794 authored by Joshua Gutow's avatar Joshua Gutow

Add meta go-bedrock job

parent c0f34abc
...@@ -678,6 +678,13 @@ jobs: ...@@ -678,6 +678,13 @@ jobs:
- run: - run:
command: "! grep 'pass.*=false' /tmp/hive.log" command: "! grep 'pass.*=false' /tmp/hive.log"
bedrock-go-tests:
docker:
- image: cimg/go:1.19
resource_class: medium
steps:
- run: echo Done
workflows: workflows:
main: main:
jobs: jobs:
...@@ -814,53 +821,70 @@ workflows: ...@@ -814,53 +821,70 @@ workflows:
- fuzz-op-node - fuzz-op-node
- bedrock-markdown - bedrock-markdown
- go-lint: - go-lint:
name: op-batcher lint name: op-batcher-lint
module: op-batcher module: op-batcher
- go-lint: - go-lint:
name: op-bindings lint name: op-bindings-lint
module: op-bindings module: op-bindings
- go-lint: - go-lint:
name: op-chain-ops lint name: op-chain-ops-lint
module: op-chain-ops module: op-chain-ops
- go-lint: - go-lint:
name: op-e2e lint name: op-e2e-lint
module: op-e2e module: op-e2e
- go-lint: - go-lint:
name: op-node lint name: op-node-lint
module: op-node module: op-node
- go-lint: - go-lint:
name: op-proposer lint name: op-proposer-lint
module: op-proposer module: op-proposer
- go-lint: - go-lint:
name: op-service lint name: op-service-lint
module: op-service module: op-service
- go-test: - go-test:
name: op-batcher tests name: op-batcher-tests
module: op-batcher module: op-batcher
- go-test: - go-test:
name: op-bindings tests name: op-bindings-tests
module: op-bindings module: op-bindings
- go-test: - go-test:
name: op-chain-ops tests name: op-chain-ops-tests
module: op-chain-ops module: op-chain-ops
- go-test: - go-test:
name: op-node tests name: op-node-tests
module: op-node module: op-node
# TODO: override resource class # TODO: override resource class
- go-test: - go-test:
name: op-proposer tests name: op-proposer-tests
module: op-proposer module: op-proposer
- go-test: - go-test:
name: op-service tests name: op-service-tests
module: op-service module: op-service
- go-e2e-test: - go-e2e-test:
name: op-e2e WS tests name: op-e2e-WS-tests
module: op-e2e module: op-e2e
use_http: "false" use_http: "false"
- go-e2e-test: - go-e2e-test:
name: op-e2e HTTP tests name: op-e2e-HTTP-tests
module: op-e2e module: op-e2e
use_http: "true" 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: - docker-publish:
name: op-node-publish-dev name: op-node-publish-dev
docker_file: op-node/Dockerfile docker_file: op-node/Dockerfile
......
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