BB: Remove 46 from depth 3 test suite as it's reserved for credential reuse
This commit is contained in:
parent
031a0ab426
commit
85c101aff9
|
@ -41,7 +41,6 @@ DEPTH_2_A = {
|
||||||
"powershell-3-46",
|
"powershell-3-46",
|
||||||
"powershell-3-44",
|
"powershell-3-44",
|
||||||
],
|
],
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,7 +65,6 @@ DEPTH_3_A = {
|
||||||
],
|
],
|
||||||
"europe-west1-b": [
|
"europe-west1-b": [
|
||||||
"powershell-3-45",
|
"powershell-3-45",
|
||||||
"powershell-3-46",
|
|
||||||
"powershell-3-47",
|
"powershell-3-47",
|
||||||
"powershell-3-48",
|
"powershell-3-48",
|
||||||
],
|
],
|
||||||
|
|
|
@ -34,7 +34,6 @@ def _add_subnets(agent_configuration: AgentConfiguration) -> AgentConfiguration:
|
||||||
subnets = [
|
subnets = [
|
||||||
"10.2.2.9",
|
"10.2.2.9",
|
||||||
"10.2.3.45",
|
"10.2.3.45",
|
||||||
"10.2.3.46",
|
|
||||||
"10.2.3.47",
|
"10.2.3.47",
|
||||||
"10.2.3.48",
|
"10.2.3.48",
|
||||||
"10.2.1.10",
|
"10.2.1.10",
|
||||||
|
|
Loading…
Reference in New Issue