use gotags

This commit is contained in:
nisdas
2022-08-03 22:16:16 +08:00
parent eb351e7d31
commit 808863f427

View File

@@ -103,9 +103,9 @@ go_test(
],
eth_network = "minimal",
flaky = True,
gotags = ["develop"],
shard_count = 2,
tags = [
"develop",
"e2e",
"manual",
"minimal",
@@ -136,9 +136,9 @@ go_test(
],
eth_network = "mainnet",
flaky = True,
gotags = ["develop"],
shard_count = 2,
tags = [
"develop",
"e2e",
"exclusive",
"mainnet",
@@ -170,9 +170,9 @@ go_test(
],
eth_network = "mainnet",
flaky = True,
gotags = ["develop"],
shard_count = 2,
tags = [
"develop",
"exclusive",
"mainnet",
"manual",
@@ -204,9 +204,9 @@ go_test(
],
eth_network = "minimal",
flaky = True,
gotags = ["develop"],
shard_count = 2,
tags = [
"develop",
"exclusive",
"manual",
"minimal",