Skip to content

Commit cc3033a

Browse files
nandajavarmaSimon Emms
authored andcommitted
Enforce runTests to be false on upgrade tests
Co-authored-by: Simon Emms <[email protected]>
1 parent 554d959 commit cc3033a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/jobs/build/self-hosted-upgrade-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export async function triggerSelfHostedPreview(werft: Werft, config: JobConfig,
114114

115115
exec(`git config --global user.name "${username}"`);
116116

117-
annotation = `${annotation} -a channel=${replicatedChannel} -a preview=true -a deps=external`;
117+
annotation = `${annotation} -a channel=${replicatedChannel} -a preview=true -a runTests=false -a deps=external`;
118118

119119
werft.phase("self-hosted-preview", `Create self-hosted preview in ${cluster}`);
120120

0 commit comments

Comments
 (0)