Skip to content

Commit

Permalink
Adding to integration-tests list
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Jul 2, 2024
1 parent f02ac50 commit d6ced58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,13 @@ jobs:
os: ubuntu-latest
file: ccip
run: -run ^TestSmokeCCIPOffRampAggRateLimit$
- name: ccip-smoke-leader-lane
nodes: 1
dir: ccip-tests/smoke
os: ubuntu-latest
file: ccip
run: -run ^TestSmokeCCIPForBidirectionalLane$
config_path: ./integration-tests/ccip-tests/testconfig/tomls/leader-lane.toml
- name: runlog
id: runlog
nodes: 2
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[CCIP]
[CCIP.Env.Lane]
LeaderLaneEnabled=true

[CCIP.Groups.smoke]
NoOfNetworks = 3

0 comments on commit d6ced58

Please sign in to comment.