Skip to content

Commit

Permalink
Fix slack channel and soak test config (#1552)
Browse files Browse the repository at this point in the history
## Motivation


## Solution
  • Loading branch information
b-gopalswami authored Nov 28, 2024
1 parent 5fb2a8e commit ca9a0f7
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 27 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ccip-live-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ jobs:
contents: read
env:
CHAINLINK_ENV_USER: ${{ github.actor }}
SLACK_API_KEY: ${{ secrets.QA_SLACK_API_KEY }}
SLACK_CHANNEL: ${{ secrets.QA_SLACK_CHANNEL }}
TEST_LOG_LEVEL: info
REF_NAME: ${{ github.head_ref || github.ref_name }}
CHAINLINK_TEST_VERSION: ${{ github.sha }}
Expand Down Expand Up @@ -248,8 +246,6 @@ jobs:
contents: read
env:
CHAINLINK_ENV_USER: ${{ github.actor }}
SLACK_API_KEY: ${{ secrets.QA_SLACK_API_KEY }}
SLACK_CHANNEL: ${{ secrets.QA_SLACK_CHANNEL }}
TEST_LOG_LEVEL: info
REF_NAME: ${{ github.head_ref || github.ref_name }}
strategy:
Expand Down Expand Up @@ -417,7 +413,7 @@ jobs:
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
id: slack
with:
channel-id: "#test-run-notifications"
channel-id: "#ccip-testing"
payload: |
{
"attachments": [
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/ccip-tests/testconfig/override/mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[CCIP]
[CCIP.ContractVersions]
PriceRegistry = '1.2.0'
OffRamp = '1.2.0'
OnRamp = '1.2.0'
TokenPool = '1.4.0'
CommitStore = '1.2.0'
PriceRegistry = 'latest'
OffRamp = 'latest'
OnRamp = 'latest'
TokenPool = 'latest'
CommitStore = 'latest'

[CCIP.Deployments]
Data = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,19 @@ Data = """
"router": "0xA8C0c11bf64AF62CDCA6f93D3769B88BdD7cb93D",
"price_registry": "0xa1ed3A3aA29166C9c8448654A8cA6b7916BC8379",
"wrapped_native": "0x4200000000000000000000000000000000000001",
"src_contracts": null,
"dest_contracts": null
"src_contracts": {
"WeMix Testnet": {
"on_ramp": "0xa81418c332d3E04338B058Ab39b1baf53029F638",
"deployed_at": 0
}
},
"dest_contracts": {
"WeMix Testnet": {
"off_ramp": "0x42Dde725C4f05C237a00B582Bb7457e208d3A17C",
"commit_store": "0xb116E9a90534354dA59CF93a87c1E9711c0Aaa2c",
"receiver_dapp": "0xea387241d834D04CC408f4C2FE7ef2c477E4B3E7"
}
}
},
"Metis Sepolia": {
"is_native_fee_token": true,
Expand Down Expand Up @@ -890,6 +901,10 @@ Data = """
"on_ramp": "0xd25B8c70CB43022Bdc3aC417E2Cf5159294d95A1",
"deployed_at": 0
},
"Kroma Sepolia": {
"on_ramp": "0x1De2Ca07eEee7F524Fe5edA6C8FFFb79F67b05E9",
"deployed_at": 0
},
"Optimism Sepolia": {
"on_ramp": "0xB37607C6BD4562F32967dE87D14663D59e3f655d",
"deployed_at": 0
Expand Down Expand Up @@ -919,6 +934,11 @@ Data = """
"commit_store": "0x0EF13C7c95C27A9EA477363a26a09Cff44ba38F9",
"receiver_dapp": "0xea387241d834D04CC408f4C2FE7ef2c477E4B3E7"
},
"Kroma Sepolia": {
"off_ramp": "0x78d8154e1216F4791086bFa078Aaf07dcD2bD3C6",
"commit_store": "0xe67AAfbE6025e730Cf47a414BEFf2106FF231dB1",
"receiver_dapp": "0xea387241d834D04CC408f4C2FE7ef2c477E4B3E7"
},
"Optimism Sepolia": {
"off_ramp": "0x995Fc17FC12b67f75D3cBf3bC71BD9af65671E78",
"commit_store": "0xD0825e3D8e61b67a06A93426749d38bCF73Ddb02",
Expand Down Expand Up @@ -991,30 +1011,54 @@ selected_networks = [

[CCIP.Groups.load]
NetworkPairs = [
'AVALANCHE_FUJI,ARBITRUM_SEPOLIA',
'AVALANCHE_FUJI,BASE_SEPOLIA',
'AVALANCHE_FUJI,OPTIMISM_SEPOLIA',
'AVALANCHE_FUJI,POLYGON_AMOY',
'AVALANCHE_FUJI,GNOSIS_CHIADO',
'SEPOLIA,AVALANCHE_FUJI',
# 'SEPOLIA,BSC_TESTNET',
'SEPOLIA,CELO_ALFAJORES',
'SEPOLIA,ARBITRUM_SEPOLIA',
'SEPOLIA,BASE_SEPOLIA',
'SEPOLIA,BLAST_SEPOLIA',
'SEPOLIA,MODE_SEPOLIA',
'SEPOLIA,OPTIMISM_SEPOLIA',
'SEPOLIA,POLYGON_AMOY',
'SEPOLIA,WEMIX_TESTNET',
'SEPOLIA,GNOSIS_CHIADO',
'SEPOLIA,METIS_SEPOLIA',
'SEPOLIA,ZKSYNC_SEPOLIA',

# 'AVALANCHE_FUJI,BSC_TESTNET',
# 'AVALANCHE_FUJI,ARBITRUM_SEPOLIA',
# 'AVALANCHE_FUJI,BASE_SEPOLIA',
# 'AVALANCHE_FUJI,OPTIMISM_SEPOLIA',
# 'AVALANCHE_FUJI,POLYGON_AMOY',
# 'AVALANCHE_FUJI,WEMIX_TESTNET',
# 'AVALANCHE_FUJI,GNOSIS_CHIADO',

# 'BSC_TESTNET,BASE_SEPOLIA',
# 'BSC_TESTNET,POLYGON_AMOY',
# 'BSC_TESTNET,WEMIX_TESTNET',
# 'BSC_TESTNET,GNOSIS_CHIADO',

'ARBITRUM_SEPOLIA,BASE_SEPOLIA',
'ARBITRUM_SEPOLIA,OPTIMISM_SEPOLIA',
'ARBITRUM_SEPOLIA,SEPOLIA',
'ARBITRUM_SEPOLIA,WEMIX_TESTNET',
'ARBITRUM_SEPOLIA,GNOSIS_CHIADO',

'BASE_SEPOLIA,MODE_SEPOLIA',
'BASE_SEPOLIA,OPTIMISM_SEPOLIA',
'BASE_SEPOLIA,GNOSIS_CHIADO',
'SEPOLIA,MODE_SEPOLIA',
'SEPOLIA,CELO_ALFAJORES',
'SEPOLIA,METIS_SEPOLIA',
'SEPOLIA,BLAST_SEPOLIA',
'SEPOLIA,ZKSYNC_SEPOLIA',
'KROMA_SEPOLIA,WEMIX_TESTNET',

# 'KROMA_SEPOLIA,WEMIX_TESTNET',

'OPTIMISM_SEPOLIA,POLYGON_AMOY',
'OPTIMISM_SEPOLIA,WEMIX_TESTNET',
'OPTIMISM_SEPOLIA,GNOSIS_CHIADO',
'BSC_TESTNET,GNOSIS_CHIADO',

'POLYGON_AMOY,WEMIX_TESTNET',
'POLYGON_AMOY,GNOSIS_CHIADO',
]

BiDirectionalLane = true
PhaseTimeout = '20m'
PhaseTimeout = '45m'
ExistingDeployment = true

[CCIP.Groups.load.TokenConfig]
Expand All @@ -1028,7 +1072,7 @@ TestRunName = 'SoakTest_prod_testnet'
FailOnFirstErrorInLoad = true

[[CCIP.Groups.load.LoadProfile.MsgProfile.MsgDetails]]
MsgType = 'Data'
MsgType = 'DataWithToken'
DestGasLimit = 0
DataLength = 100
NoOfTokens = 1
Expand Down

0 comments on commit ca9a0f7

Please sign in to comment.