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

Port multi generic agents to develop #16058

Open
wants to merge 120 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
4512bab
Fix genesis config creation for berkeley-to-berkeley HF
georgeee May 9, 2024
312e53b
Use local script in generate-genesis-config.sh
georgeee May 9, 2024
a37accf
Remove unused test ledgers
mrmr1993 Aug 1, 2024
bd1d28e
Remove integration test ledgers
mrmr1993 Aug 1, 2024
127ce1e
Remove `Test_configs` module
mrmr1993 Aug 1, 2024
98da622
Remove and simplify unused types
mrmr1993 Aug 8, 2024
4d875bf
Simplify some pickles types
mrmr1993 Aug 8, 2024
aa75822
Give a name to an overly-verbose pickles type
mrmr1993 Aug 8, 2024
4b111b1
remove value from config module, give config mli file
martyall Aug 20, 2024
e59df18
graphql_schema_dump.exe compiles
martyall Aug 20, 2024
b3b36ad
transaction_snark_profiler compiles
martyall Aug 20, 2024
f6572f3
mina_run, client executables
martyall Aug 20, 2024
71c4603
mina_cli_entrypoint.ml compiles
martyall Aug 20, 2024
d6644b1
runtime_genesis_ledger executable
martyall Aug 20, 2024
e2d7dac
nix build mina succeeds
martyall Aug 21, 2024
7dcd3e2
src/app compiles
martyall Aug 22, 2024
55152e8
formatting
martyall Aug 22, 2024
cce073b
fix unit tests
martyall Aug 22, 2024
8c93fe4
attempt to fix rosetta unit tests
martyall Aug 22, 2024
e879098
fix test
martyall Aug 22, 2024
e5f74c1
reset proof level to Full where it was before, delete dead code
martyall Aug 23, 2024
bd81b38
commenting out heap_usage exceptions
martyall Aug 23, 2024
f3cd440
Merge branch 'compatible' into martin/force-config-to-toplevel
martyall Aug 23, 2024
c0eaa02
reuse same zkapp_command value
martyall Aug 23, 2024
05826b4
remove separate Genesis_constants_compiled module
martyall Aug 23, 2024
e83754d
Merge branch 'compatible' into martin/force-config-to-toplevel
martyall Aug 23, 2024
bb27698
Initial PR comments from Matt
martyall Aug 23, 2024
407e46c
Remove public bin_io Transition_frontier.Frontier_base.Historical
mrmr1993 Aug 30, 2024
1f170b0
Reduce Historical versioning some more
mrmr1993 Aug 30, 2024
27156b5
Remove more unused bin_io
mrmr1993 Aug 30, 2024
c3a2b4d
Remove unused functors
mrmr1993 Aug 30, 2024
eb2fdbe
Remove unused bin_io
mrmr1993 Aug 30, 2024
e6664a3
Remove unused module
mrmr1993 Aug 30, 2024
3c6928e
Merge branch 'compatible' into feature/remove-unused-genesis-ledgers
mrmr1993 Sep 3, 2024
ff79ace
Use source tree directly from nix/ocaml.nix
georgeee Apr 20, 2024
47a1018
Use o1-labs/dune-nix to build mina
georgeee Apr 20, 2024
3eb3f8f
Add !ci-nix-me command
georgeee Jul 21, 2024
dde3b95
Add information about granular nix to nix/README.md
georgeee Jul 31, 2024
54cdfb6
Revert accidental change in README.md
georgeee Aug 2, 2024
0b6a636
Update nix/README.md
georgeee Aug 2, 2024
788418e
Bump dune-nix: improve accuracy of dependency graphs
georgeee Aug 3, 2024
78bdc6f
Expose external libs
georgeee Aug 14, 2024
2702998
Use mina_node_config by public name
georgeee Aug 22, 2024
292bd5e
Bump dune-nix to support forbidden_libraries
georgeee Aug 23, 2024
97f63d0
Supply runtime config to command line test
georgeee Aug 23, 2024
035c4c4
Address George's PR comments
martyall Sep 4, 2024
03a17f5
fix compile error in unit test
martyall Sep 4, 2024
fd269aa
use previously defined hard coded genesis_constants for test_executive
martyall Sep 4, 2024
4717a3a
Merge branch 'compatible' into martin/force-config-to-toplevel
martyall Sep 4, 2024
45c12f7
pass in correct config to ITs
martyall Sep 5, 2024
379b939
Cli_lib/Arg_type: remove versioning for Work_selection_method
anne-laure-s Aug 28, 2024
419df82
Work_selector: add random offset selection
anne-laure-s Aug 28, 2024
12fd9dc
renaming validate_transition to validate_transition is relevant
Sep 5, 2024
38921bf
refactoring super catch up
Sep 5, 2024
a43ad05
formatting
Sep 5, 2024
fbb4dd7
Merge remote-tracking branch 'origin/compatible' into sai/refactor-tr…
Sep 5, 2024
d92e90b
Merge branch 'compatible' into martin/force-config-to-toplevel
martyall Sep 5, 2024
e9f02df
Merge branch 'compatible' into sai/refactor-transition-handler-validator
svv232 Sep 6, 2024
eb35228
Merge branch 'compatible' into al/random-offset
svv232 Sep 8, 2024
b084c9f
Introduce 3 steps in version linter each for mainline branch
Sep 9, 2024
dd0578b
use generic-multi type of agent for jobs which can be ran in parallel…
Sep 9, 2024
e127ce6
address Misha's PR comments
martyall Sep 9, 2024
e162b82
Merge branch 'compatible' into martin/force-config-to-toplevel
martyall Sep 9, 2024
8c2d73b
Remove mistaken use of --no-merges in compatibility test
mrmr1993 Sep 9, 2024
e00169f
Merge branch 'dkijania/version_lint_for_mainline_branches' into dkija…
Sep 9, 2024
57f7917
Merge remote-tracking branch 'origin/dkijania/version_lint_for_mainli…
Sep 9, 2024
0a10a49
remove no-merges in upload
Sep 9, 2024
23445d2
Merge pull request #16031 from MinaProtocol/feature/make-check-compat…
mrmr1993 Sep 9, 2024
5ec8f44
Merge branch 'compatible' into martin/force-config-to-toplevel
martyall Sep 10, 2024
335e596
mintroduce default Size and remove explicit declaration wherever poss…
Sep 10, 2024
037ad1d
Merge branch 'compatible' into dkijania/version_lint_for_mainline_bra…
dkijania Sep 10, 2024
763da3b
bring back Integration size for test executive jobs
Sep 10, 2024
3288f13
Merge pull request #15956 from MinaProtocol/martin/force-config-to-to…
martyall Sep 10, 2024
d68450b
Merge branch 'compatible' into dkijania/version_lint_for_mainline_bra…
dkijania Sep 10, 2024
fafc2ea
Merge pull request #16027 from MinaProtocol/dkijania/version_lint_for…
dkijania Sep 10, 2024
4ef021b
Merge pull request #16024 from MinaProtocol/dkijania/change_linter_an…
dkijania Sep 10, 2024
d62fa83
Bump proof-systems to a working 0.4.2 version
volhovm Aug 21, 2024
41d93cd
Arkworks upgrade to 0.4.2: bump stubs
mrmr1993 Jan 4, 2024
308682f
Upgrade kimchi_bindings/wasm to arkworks 0.4.2
volhovm Aug 19, 2024
f781d70
Serialization fixes
volhovm Aug 23, 2024
638b9c8
Lagrange comp pow2pow fix
volhovm Aug 29, 2024
c698f33
Regression fix: Projective constructor
volhovm Sep 10, 2024
68ad7ec
Merge branch 'compatible' into feature/simplify-pickles-types1
dannywillems Sep 11, 2024
cb47145
Merge pull request #15918 from MinaProtocol/feature/simplify-pickles-…
dannywillems Sep 11, 2024
f56d9d1
Merge branch 'compatible' into feature/refined-statement-types
dannywillems Sep 11, 2024
44f08ad
Pickles: rm leftover wrap_rounds param removed in previous commits
dannywillems Sep 12, 2024
34af10d
Merge pull request #15919 from MinaProtocol/feature/refined-statement…
dannywillems Sep 12, 2024
99f7168
Merge branch 'compatible' into feature/remove-unused-genesis-ledgers
dannywillems Sep 12, 2024
d0e14d5
Merge pull request #15905 from MinaProtocol/feature/remove-unused-gen…
dannywillems Sep 12, 2024
9230397
Merge pull request #16014 from MinaProtocol/sai/refactor-transition-h…
georgeee Sep 12, 2024
3093bf9
Update Makefile
georgeee Sep 12, 2024
4b89702
Remove %%versioned from Logger.t
georgeee Sep 12, 2024
c007d99
Remove nonexistent modules from dune-project
georgeee Sep 2, 2024
4e62fc2
Merge pull request #16022 from MinaProtocol/release/3.0.1
mrmr1993 Sep 12, 2024
a1163fd
Merge pull request #15848 from MinaProtocol/georgeee/granular-nix
georgeee Sep 12, 2024
c4338b8
Merge pull request #16040 from MinaProtocol/georgeee/remove-nonexiste…
georgeee Sep 12, 2024
02c8ceb
Merge pull request #16039 from MinaProtocol/georgeee/remove-versioned…
georgeee Sep 12, 2024
c57e9d7
Merge pull request #16038 from MinaProtocol/georgeee/remove-duplicate…
georgeee Sep 12, 2024
3a0b856
Merge pull request #15640 from MinaProtocol/georgeee/fix-emergency-hf…
georgeee Sep 12, 2024
f2cfc59
Merge pull request #15995 from MinaProtocol/feature/bin-prot-reduction
mrmr1993 Sep 12, 2024
14d2632
Merge branch 'master' into dkijania/merge_master_to_compatible_1209
Sep 12, 2024
761a69e
Merge pull request #16044 from MinaProtocol/dkijania/merge_master_to_…
mrmr1993 Sep 12, 2024
1da8367
Merge pull request #15981 from MinaProtocol/al/random-offset
mrmr1993 Sep 12, 2024
790fc0d
Add tool to generate ledger accounts for testing
georgeee Sep 11, 2023
09a731e
Rename command to "ledger test-generate-accounts"
georgeee Sep 13, 2024
6a4aa41
Merge pull request #14087 from MinaProtocol/georgeee/ledger-accounts-…
georgeee Sep 14, 2024
47f59d4
Add command subgroup 'mina ledger test'
georgeee Sep 14, 2024
969cfe3
Merge pull request #16048 from MinaProtocol/georgeee/add-mina-ledger-…
georgeee Sep 14, 2024
0226562
Merge branch 'compatible' into dkijania/use_multi_generic_agent
dkijania Sep 16, 2024
4dff45d
Merge pull request #15940 from MinaProtocol/volhovm/arkworks042-compa…
volhovm Sep 16, 2024
e89a311
Merge branch 'compatible' into dkijania/use_multi_generic_agent
dkijania Sep 16, 2024
b8778f7
pass buildkite branch env to build debian script since buildkite is c…
Sep 16, 2024
4e4ce13
fix usage of BRNACH_NAME
Sep 16, 2024
607caa3
fix usage of export-git-env-vars
Sep 16, 2024
b71de23
Update scripts/export-git-env-vars.sh
dkijania Sep 16, 2024
b83da10
fix export-git-env-vars script
Sep 16, 2024
203fbbc
Merge pull request #16052 from MinaProtocol/dkijania/fix_calculation_…
dkijania Sep 16, 2024
aa624e3
Merge branch 'compatible' into dkijania/use_multi_generic_agent
dkijania Sep 16, 2024
873404a
Merge remote-tracking branch 'origin/dkijania/use_multi_generic_agent…
Sep 16, 2024
b350e92
fix dhall imports
Sep 16, 2024
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
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ replayer: ocaml_checks
ulimit -s 65532 && (ulimit -n 10240 || true) && dune build src/app/replayer/replayer.exe --profile=devnet
$(info Build complete)

replayer: ocaml_checks
$(info Starting Build)
ulimit -s 65532 && (ulimit -n 10240 || true) && dune build src/app/replayer/replayer.exe --profile=devnet
$(info Build complete)

missing_blocks_auditor: ocaml_checks
$(info Starting Build)
(ulimit -s 65532 || true) && (ulimit -n 10240 || true) && dune build src/app/missing_blocks_auditor/missing_blocks_auditor.exe --profile=testnet_postake_medium_curves
Expand Down
2 changes: 1 addition & 1 deletion buildkite/scripts/check-compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set +e

function get_shas {
SHAS=$(git log -n 10 --format="%h" --abbrev=7 --no-merges)
SHAS=$(git log -n 10 --format="%h" --abbrev=7 --first-parent)
}

function image_tag {
Expand Down
2 changes: 1 addition & 1 deletion buildkite/scripts/generate-genesis-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir hardfork_ledgers
mina-create-genesis --config-file config.json --genesis-dir hardfork_ledgers/ --hash-output-file hardfork_ledger_hashes.json | tee runtime_genesis_ledger.log | mina-logproc

echo "--- Create hardfork config"
FORK_CONFIG_JSON=config.json LEDGER_HASHES_JSON=hardfork_ledger_hashes.json mina-hf-create-runtime-config > new_config.json
FORK_CONFIG_JSON=config.json LEDGER_HASHES_JSON=hardfork_ledger_hashes.json scripts/hardfork/create_runtime_config.sh > new_config.json

echo "--- New genesis config"
jq 'del(.ledger.s3_data_hash, .epoch_data.staking.s3_data_hash, .epoch_data.next.s3_data_hash)' new_config.json
2 changes: 2 additions & 0 deletions buildkite/src/Command/Base.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ let Config =
, skip = None B/Skip
, if = None B/If
, timeout_in_minutes = None Integer
, target = Size.Multi
}
}

Expand All @@ -131,6 +132,7 @@ let targetToAgent =
, Integration = toMap { size = "integration" }
, QA = toMap { size = "qa" }
, Hardfork = toMap { size = "hardfork" }
, Multi = toMap { size = "generic-multi" }
}
target

Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Command/CheckGraphQLSchema.dhall
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
let Command = ./Base.dhall

let Size = ./Size.dhall

let RunInToolchain = ./RunInToolchain.dhall

in { step =
Expand All @@ -14,7 +12,6 @@ in { step =
"./buildkite/scripts/check-graphql-schema.sh"
, label = "Check GraphQL Schema"
, key = "check-graphql-schema"
, target = Size.Large
, depends_on = dependsOn
}
}
3 changes: 0 additions & 3 deletions buildkite/src/Command/ConnectToTestnet.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ let B = ../External/Buildkite.dhall

let Command = ./Base.dhall

let Size = ./Size.dhall

let RunInToolchain = ./RunInToolchain.dhall

let B/SoftFail = B.definitions/commandStep/properties/soft_fail/Type
Expand All @@ -23,7 +21,6 @@ in { step =
, label = "Connect to ${testnet}"
, soft_fail = Some soft_fail
, key = "connect-to-${testnet}"
, target = Size.Large
, depends_on = dependsOn
}
}
3 changes: 0 additions & 3 deletions buildkite/src/Command/DeployTestnet.dhall
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
let Command = ./Base.dhall

let Size = ./Size.dhall

let Cmd = ../Lib/Cmds.dhall

let DeploySpec =
Expand Down Expand Up @@ -49,7 +47,6 @@ in { step =
]
, label = "Deploy ${spec.testnetLabel}"
, key = "deploy-${spec.testnetLabel}"
, target = Size.Large
, depends_on = spec.deps
}
, DeploySpec = DeploySpec
Expand Down
6 changes: 0 additions & 6 deletions buildkite/src/Command/HardforkPackageGeneration.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ let PipelineMode = ../Pipeline/Mode.dhall

let JobSpec = ../Pipeline/JobSpec.dhall

let Size = ./Size.dhall

let DockerImage = ./DockerImage.dhall

let DebianVersions = ../Constants/DebianVersions.dhall
Expand Down Expand Up @@ -145,7 +143,6 @@ let pipeline
"Build Mina Hardfork Package for ${DebianVersions.capitalName
debVersion}"
, key = generateLedgersJobKey
, target = Size.XLarge
}
, Command.build
Command.Config::{
Expand All @@ -164,7 +161,6 @@ let pipeline
, depends_on =
[ { name = pipelineName, key = generateLedgersJobKey } ]
, key = "publish-hardfork-deb-pkg"
, target = Size.Small
}
, DockerImage.generateStep dockerSpec
, Command.build
Expand All @@ -177,7 +173,6 @@ let pipeline
, label =
"Assert corrupted packaged artifacts are unverifiable"
, key = "assert-unverify-corrupted-packaged-artifacts"
, target = Size.XLarge
, depends_on =
[ { name = pipelineName
, key = DockerImage.stepKey dockerSpec
Expand All @@ -194,7 +189,6 @@ let pipeline
]
, label = "Verify packaged artifacts"
, key = "verify-packaged-artifacts"
, target = Size.XLarge
, depends_on =
[ { name = pipelineName
, key = DockerImage.stepKey dockerSpec
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Command/Libp2pHelperBuild.dhall
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
let Command = ./Base.dhall

let Size = ./Size.dhall

let Toolchain = ../Constants/Toolchain.dhall

let BuildFlags = ../Constants/BuildFlags.dhall
Expand Down Expand Up @@ -35,7 +33,6 @@ let cmdConfig =
debVersion} ${BuildFlags.toSuffixUppercase
buildFlags}"
, key = "libp2p-helper${BuildFlags.toLabelSegment buildFlags}"
, target = Size.Small
}

in { step = cmdConfig }
3 changes: 0 additions & 3 deletions buildkite/src/Command/Mina.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ let Docker = ./Docker/Type.dhall

let Base = ./Base.dhall

let Size = ./Size.dhall

let dockerImage = (../Constants/ContainerImages.dhall).minaToolchain

let fixPermissionsScript = "sudo chown -R opam ."
Expand All @@ -23,7 +21,6 @@ let build
, commands = [ Cmd.run fixPermissionsScript ] # c.commands
, label = c.label
, key = c.key
, target = Size.Small
, docker = Some Docker::{ image = dockerImage }
}

Expand Down
4 changes: 0 additions & 4 deletions buildkite/src/Command/MinaArtifact.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ let PipelineMode = ../Pipeline/Mode.dhall

let JobSpec = ../Pipeline/JobSpec.dhall

let Size = ./Size.dhall

let Libp2p = ./Libp2pHelperBuild.dhall

let DockerImage = ./DockerImage.dhall
Expand Down Expand Up @@ -116,7 +114,6 @@ let build_artifacts
]
, label = "Debian: Build ${labelSuffix spec}"
, key = "build-deb-pkg"
, target = Size.XLarge
, retries =
[ Command.Retry::{
, exit_status = Command.ExitStatus.Code +2
Expand Down Expand Up @@ -285,7 +282,6 @@ let publish_to_debian_repo =
spec.profile
spec.buildFlags
"build"
, target = Size.Small
}

let pipelineBuilder
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Command/Promotion/PromoteDebian.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ let Toolchain = ../../Constants/Toolchain.dhall

let Command = ../Base.dhall

let Size = ../Size.dhall

let PromoteDebianSpec =
{ Type =
{ deps : List Command.TaggedKey.Type
Expand Down Expand Up @@ -82,7 +80,6 @@ let promoteDebianStep =
spec.to_channel} ${new_name}"
, label = "Debian: ${spec.step_key}"
, key = spec.step_key
, target = Size.Small
, depends_on = spec.deps
, if = spec.if
}
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Command/Promotion/PromoteDocker.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ let DebianVersions = ../../Constants/DebianVersions.dhall

let Command = ../Base.dhall

let Size = ../Size.dhall

let Cmd = ../../Lib/Cmds.dhall

let PromoteDockerSpec =
Expand Down Expand Up @@ -87,7 +85,6 @@ let promoteDockerStep =
, commands = commands
, label = "Docker: ${spec.step_key}"
, key = spec.step_key
, target = Size.XLarge
, depends_on = spec.deps
, if = spec.if
}
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Command/Promotion/VerifyDebian.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ let DebianVersions = ../../Constants/DebianVersions.dhall

let Command = ../Base.dhall

let Size = ../Size.dhall

let Cmd = ../../Lib/Cmds.dhall

let PromoteDebian = ./PromoteDebian.dhall
Expand All @@ -36,7 +34,6 @@ let promoteDebianVerificationStep =
]
, label = "Debian: ${spec.step_key}"
, key = spec.step_key
, target = Size.Small
, depends_on = spec.deps
, if = spec.if
}
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Command/Promotion/VerifyDocker.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ let List/map = Prelude.List.map

let Command = ../Base.dhall

let Size = ../Size.dhall

let Cmd = ../../Lib/Cmds.dhall

let PromoteDocker = ./PromoteDocker.dhall
Expand Down Expand Up @@ -46,7 +44,6 @@ let promoteDockerVerificationStep =
, commands = commands
, label = "Docker: ${spec.step_key}"
, key = spec.step_key
, target = Size.Small
, depends_on = spec.deps
, if = spec.if
}
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Command/ReplayerTest.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ let Artifacts = ../Constants/Artifacts.dhall

let Command = ./Base.dhall

let Size = ./Size.dhall

let RunWithPostgres = ./RunWithPostgres.dhall

let Network = ../Constants/Network.dhall
Expand All @@ -22,7 +20,6 @@ in { step =
]
, label = "Archive: Replayer test"
, key = "replayer-test"
, target = Size.Large
, depends_on = dependsOn
}
}
2 changes: 1 addition & 1 deletion buildkite/src/Command/Size.dhall
Original file line number Diff line number Diff line change
@@ -1 +1 @@
< XLarge | Large | Medium | Small | Integration | QA | Hardfork >
< XLarge | Large | Medium | Small | Multi | Integration | QA | Hardfork >
6 changes: 3 additions & 3 deletions buildkite/src/Command/TestExecutive.dhall
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
let Command = ./Base.dhall

let Size = ./Size.dhall

let Cmd = ../Lib/Cmds.dhall

let Size = ../Command/Size.dhall

let SelectFiles = ../Lib/SelectFiles.dhall

in { executeCloud =
Expand All @@ -18,8 +18,8 @@ in { executeCloud =
, artifact_paths =
[ SelectFiles.exactly "." "${testName}.cloud.test.log" ]
, label = "${testName} integration test"
, target = Size.XLarge
, key = "integration-test-${testName}"
, target = Size.Integration
, depends_on = dependsOn
}
, executeLocal =
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Entrypoints/GenerateHardforkPackage.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ let JobSpec = ../Pipeline/JobSpec.dhall

let Pipeline = ../Pipeline/Dsl.dhall

let Size = ../Command/Size.dhall

let HardforkPackageGeneration = ../Command/HardforkPackageGeneration.dhall

let generate_hardfork_package =
Expand All @@ -39,7 +37,6 @@ let generate_hardfork_package =
]
, label = "Generate hardfork package"
, key = "generate-hardfork-package"
, target = Size.Small
, docker = Some Docker::{
, image =
(../Constants/ContainerImages.dhall).toolchainBase
Expand Down
5 changes: 0 additions & 5 deletions buildkite/src/Jobs/Lint/Dhall.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ let Command = ../../Command/Base.dhall

let Docker = ../../Command/Docker/Type.dhall

let Size = ../../Command/Size.dhall

in Pipeline.build
Pipeline.Config::{
, spec = JobSpec::{
Expand All @@ -33,7 +31,6 @@ in Pipeline.build
, commands = [ Cmd.run "cd buildkite && make check_syntax" ]
, label = "Dhall: syntax"
, key = "check-dhall-syntax"
, target = Size.Small
, docker = Some Docker::{
, image = (../../Constants/ContainerImages.dhall).toolchainBase
}
Expand All @@ -43,7 +40,6 @@ in Pipeline.build
, commands = [ Cmd.run "cd buildkite && make check_lint" ]
, label = "Dhall: lint"
, key = "check-dhall-lint"
, target = Size.Small
, docker = Some Docker::{
, image = (../../Constants/ContainerImages.dhall).toolchainBase
}
Expand All @@ -53,7 +49,6 @@ in Pipeline.build
, commands = [ Cmd.run "cd buildkite && make check_format" ]
, label = "Dhall: format"
, key = "check-dhall-format"
, target = Size.Small
, docker = Some Docker::{
, image = (../../Constants/ContainerImages.dhall).toolchainBase
}
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Jobs/Lint/Fast.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ let Command = ../../Command/Base.dhall

let Docker = ../../Command/Docker/Type.dhall

let Size = ../../Command/Size.dhall

let commands =
[ Cmd.run "./scripts/lint_codeowners.sh"
, Cmd.run "./scripts/lint_rfcs.sh"
Expand Down Expand Up @@ -45,7 +43,6 @@ in Pipeline.build
, label =
"Fast lint steps; CODEOWNERs, RFCs, Check Snarky & Proof-Systems submodules, Preprocessor Deps"
, key = "lint"
, target = Size.Small
, docker = Some Docker::{
, image = (../../Constants/ContainerImages.dhall).toolchainBase
}
Expand Down
3 changes: 0 additions & 3 deletions buildkite/src/Jobs/Lint/HelmChart.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ let Command = ../../Command/Base.dhall

let Docker = ../../Command/Docker/Type.dhall

let Size = ../../Command/Size.dhall

in Pipeline.build
Pipeline.Config::{
, spec = JobSpec::{
Expand All @@ -39,7 +37,6 @@ in Pipeline.build
[ Cmd.run "HELM_LINT=true buildkite/scripts/helm-ci.sh" ]
, label = "Helm chart lint steps"
, key = "lint-helm-chart"
, target = Size.Small
, docker = None Docker.Type
}
]
Expand Down
Loading