Skip to content

Commit

Permalink
CI Bug: Rename shard name back to match existing workflow file for vr…
Browse files Browse the repository at this point in the history
…eplication_migrate_vdiff2_convert_tz (#16148)

Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps authored Jun 13, 2024
1 parent e907c42 commit db23b5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 156 deletions.
150 changes: 0 additions & 150 deletions .github/workflows/cluster_endtoend_22.yml

This file was deleted.

1 change: 0 additions & 1 deletion test/ci_workflow_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ var (
"backup_pitr",
"backup_pitr_xtrabackup",
"21",
"22",
"mysql_server_vault",
"vstream",
"onlineddl_vrepl",
Expand Down
10 changes: 5 additions & 5 deletions test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVtctldclientCLI", "-timeout", "20m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1288,7 +1288,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVtctlMigrate", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1297,7 +1297,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVtctldMigrate", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1306,7 +1306,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestVDiff2", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand All @@ -1315,7 +1315,7 @@
"Args": ["vitess.io/vitess/go/test/endtoend/vreplication", "-run", "TestMoveTablesTZ"],
"Command": [],
"Manual": false,
"Shard": "vreplication_cli_migrate_vdiff2_convert_tz",
"Shard": "vreplication_migrate_vdiff2_convert_tz",
"RetryMax": 1,
"Tags": []
},
Expand Down

0 comments on commit db23b5f

Please sign in to comment.