-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleans up a bunch of configuration in `ops/`, in preparation for switching most of our build configuration to CircleCI. Changes include: 1. Removing the "builder image" concept in favor of a single multi-target Dockerfile. Once this goes live on CircleCI, we'll be able to leverage Docker Layer caching more effectively. 2. Fixes the nightly build, which is currently failing on the legacy batch submitter. 3. Removes the legacy rpc-proxy since it isn't used anywhere anymore. 4. Re-enables CODEOWNERS. 5. Removes the `docker-compose-nobuild.yml` file, since the main `docker-compose.yml` file now supports images and builds. Meta: - Fixes ENG-1838
- Loading branch information
Showing
27 changed files
with
99 additions
and
965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# CODEOWNERS can be disruptive because it automatically requests review from individuals across the | ||
# board. We still like to use this file to track who's working on what, but all lines are commented | ||
# out so that GitHub won't trigger review requests. | ||
go/bss-core @cfromknecht @tynes | ||
go/batch-submitter @cfromknecht @tynes | ||
go/gas-oracle @tynes | ||
go/l2geth-exporter @optimisticben @mslipper | ||
go/op-exporter @optimisticben @mslipper | ||
go/proxyd @mslipper @inphi | ||
go/teleportr @mslipper @cfromknecht | ||
|
||
# l2geth/ @smartcontracts @tynes @karlfloersch | ||
# packages/specs/l2geth/ @smartcontracts @tynes @karlfloersch | ||
# packages/contracts/ @smartcontracts @ben-chain @maurelian @elenadimitrova | ||
# packages/specs/protocol/ @smartcontracts @ben-chain @maurelian | ||
# ops/ @tynes @karlfloersch | ||
# packages/core-utils/ @smartcontracts @annieke @ben-chain | ||
# packages/common-ts/ @annieke | ||
# packages/core-utils/src/watcher.ts @K-Ho | ||
# packages/message-relayer/ @K-Ho | ||
# packages/batch-submitter/ @annieke @karlfloersch | ||
# packages/data-transport-layer/ @annieke | ||
# packages/replica-healthcheck/ @annieke | ||
# integration-tests/ @tynes | ||
integration-tests/ @tynes @mslipper | ||
|
||
packages/core-utils @smartcontracts @tynes | ||
packages/common-ts/ @smartcontracts | ||
packages/message-relayer/ @smartcontracts | ||
packages/data-transport-layer/ @tynes @smartcontracts | ||
packages/replica-healthcheck @optimisticben @tynes | ||
packages/sdk @smartcontracts @mslipper | ||
packages/contracts @elenadimitrova @maurelian @smartcontracts | ||
|
||
l2geth @tynes @cfromknecht @smartcontracts | ||
|
||
ops @tynes @optimisticben @mslipper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.