Skip to content

Commit 39078ea

Browse files
committed
[installer-tests] fix the subdomain for upgrade tests to include the provider
1 parent f0d847c commit 39078ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ export async function triggerUpgradeTests(werft: Werft, config: JobConfig, usern
4949
// the following bit make sure that the subdomain stays the same upon multiple runs, and always start with release
5050
const regex = /[\/,\.]/g;
5151
const subdomain: string = config.repository.branch.replace(regex, '-')
52-
annotation = annotation.concat(` -a subdomain=${subdomain}`)
5352

5453
for (let phase in phases) {
5554
const upgradeConfig = phases[phase];
5655

5756
werft.phase(upgradeConfig.phase, upgradeConfig.description);
5857

59-
annotation = `${annotation} -a cluster=${phase} -a updateGitHubStatus=gitpod-io/gitpod`
58+
annotation = `${annotation} -a cluster=${phase} -a updateGitHubStatus=gitpod-io/gitpod -a subdomain=${subdomain}-${upgradeConfig.cloud}`
6059

6160
const testFile: string = `.werft/${phase}-installer-tests.yaml`;
6261

0 commit comments

Comments
 (0)