Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated ci #2

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/karnot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
required: true
type: choice
options:
- devnet
- karnot-internal
jobs:
my_job:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions crates/primitives/chain_config/presets/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ eth_core_contract_address: "0xE2Bb56ee936fd6433DC0F6e7e3b8365C906AA057"
latest_protocol_version: "0.13.2"
block_time: 360
pending_block_update_time: 2
execution_batch_size: 16
bouncer_config:
block_max_capacity:
builtin_count:
Expand Down
9 changes: 3 additions & 6 deletions infra/karnot/karnot-env.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
environments:
- project: devnet
id: 5ac2bbca-b3e1-4849-b04c-116819c6c13a
- project: karnot-internal
id: f5e7112d-ab5e-46a7-8ecb-6d2f8efc2044
repos:
madara:
image: apoorvsadana/madara:85fb08e3cfec70a47999c4b2909ff1e4536040ad
files:
files:
chain_config_url: "https://github.com/astraly-labs/madara/blob/main/infra/pragma/pragma-devnet.yaml"
config:
--network: "devnet"
--chain-config-path: "/var/madara/presets/config.yaml"
--chain-config-override: ""
--block-time: "2"
--devnet: ""
Loading