Skip to content

Commit

Permalink
Update github-positive-scenario.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Apr 18, 2024
1 parent 8cebcc2 commit 5ab43c3
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/test/github-positive-scenario.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,13 @@ const commandsDataProvider: CommandDataProviderItem[] = [
},
{
suitName: "[bench-bot] command",
commandLine: "testbot bench polkadot-pallet --runtime=kusama --pallet=pallet_referenda",
commandLine: "testbot bench polkadot-pallet --runtime=westend --pallet=pallet_referenda",
taskId: 3,
expected: {
startMessage:
'Preparing command ""$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" --subcommand=runtime --runtime=kusama --target_dir=polkadot --pallet=pallet_referenda". This comment will be updated later.',
'Preparing command ""$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" --subcommand=pallet --runtime=westend --target_dir=polkadot --pallet=pallet_referenda". This comment will be updated later.',
finishMessage:
'@somedev123 Command `"$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" --subcommand=runtime --runtime=kusama --target_dir=polkadot --pallet=pallet_referenda` has finished.',
},
},
{
suitName: "[try-runtime] command",
commandLine: "testbot try-runtime -v RUST_LOG=remote-ext=debug,runtime=trace --chain=kusama",
taskId: 4,
expected: {
startMessage:
'Preparing command ""$PIPELINE_SCRIPTS_DIR/commands/try-runtime/try-runtime.sh" --chain=kusama --target_path=. --chain_node=polkadot',
finishMessage:
'@somedev123 Command `"$PIPELINE_SCRIPTS_DIR/commands/try-runtime/try-runtime.sh" --chain=kusama --target_path=. --chain_node=polkadot` has finished. Result: https://example.com/foo/bar/-/jobs/6 has finished. If any artifacts were generated, you can download them from https://example.com/foo/bar/-/jobs/6/artifacts/download.',
'@somedev123 Command `"$PIPELINE_SCRIPTS_DIR/commands/bench/bench.sh" --subcommand=pallet --runtime=westend --target_dir=polkadot --pallet=pallet_referenda` has finished.',
},
},
];
Expand Down

0 comments on commit 5ab43c3

Please sign in to comment.