We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765a60b commit e964abcCopy full SHA for e964abc
1 file changed
binary-upgrade-tests/run.py
@@ -170,6 +170,7 @@ class SmokeTest:
170
UpgradeSupportServices(),
171
AssertImagesUpgraded(),
172
JoinNode(NEW_NODE_INDEX, overlay=NODE_5_FS_OVERLAY),
173
+ SmokeTest(),
174
],
175
"old-from-new-pg": [
176
SmokeTest(tag_source="base"),
@@ -181,6 +182,7 @@ class SmokeTest:
181
182
183
184
JoinNode(NEW_NODE_INDEX, overlay=NODE_5_PG_OVERLAY),
185
186
187
}
188
0 commit comments