Skip to content
Merged
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
5 changes: 4 additions & 1 deletion .github/workflows/hybrid_system_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ env:
overlay: hybrid.testing.node-0
cluster_name: hybrid-system-test
crate_triggers: "apollo_node,apollo_deployments,apollo_integration_tests"
path_triggers: ".github/workflows/hybrid_system_test.yaml,scripts/**,deployments/sequencer/**,deployments/images/**"
# TODO(Nadin): remove the `crates/**` path trigger, and change the crate triggers logic to detect
# changes that result in changes in the listed crates (current implementation checks only for
# changes in these specific ones).
path_triggers: "crates/**,.github/workflows/hybrid_system_test.yaml,scripts/**,deployments/sequencer/**,deployments/images/**"
path_triggers_exclude: "scripts/prod/**/*"
pvc_storage_class_name: "premium-rwo"
anvil_port: "8545"
Expand Down