Run e2e tests on 1gb droplets, the 512mb ones are underpowered by now
This commit is contained in:
parent
ba064f6499
commit
1bbf7bc396
@ -39,7 +39,7 @@ describe('Application flow test', function () {
|
|||||||
box = appStore.createCloudron({
|
box = appStore.createCloudron({
|
||||||
domain: common.cloudronDomain(__filename),
|
domain: common.cloudronDomain(__filename),
|
||||||
region: 'sfo1',
|
region: 'sfo1',
|
||||||
size: '512mb',
|
size: '1gb',
|
||||||
version: BOX_VERSION
|
version: BOX_VERSION
|
||||||
});
|
});
|
||||||
box = appStore.waitForCloudron(box.id);
|
box = appStore.waitForCloudron(box.id);
|
||||||
|
@ -41,7 +41,7 @@ describe('Cloudron backup testing', function () {
|
|||||||
box = appStore.createCloudron({
|
box = appStore.createCloudron({
|
||||||
domain: common.cloudronDomain(__filename),
|
domain: common.cloudronDomain(__filename),
|
||||||
region: 'sfo1',
|
region: 'sfo1',
|
||||||
size: '512mb',
|
size: '1gb',
|
||||||
version: BOX_VERSION
|
version: BOX_VERSION
|
||||||
});
|
});
|
||||||
box = appStore.waitForCloudron(box.id);
|
box = appStore.waitForCloudron(box.id);
|
||||||
|
@ -62,7 +62,7 @@ describe('Cloudron update testing', function () {
|
|||||||
box = appStore.createCloudron({
|
box = appStore.createCloudron({
|
||||||
domain: common.cloudronDomain(__filename),
|
domain: common.cloudronDomain(__filename),
|
||||||
region: 'sfo1',
|
region: 'sfo1',
|
||||||
size: '512mb',
|
size: '1gb',
|
||||||
version: fromVersion
|
version: fromVersion
|
||||||
});
|
});
|
||||||
box = appStore.waitForCloudron(box.id);
|
box = appStore.waitForCloudron(box.id);
|
||||||
|
@ -38,7 +38,7 @@ describe('Cloudron user creation testing', function () {
|
|||||||
box = appStore.createCloudron({
|
box = appStore.createCloudron({
|
||||||
domain: common.cloudronDomain(__filename),
|
domain: common.cloudronDomain(__filename),
|
||||||
region: 'sfo1',
|
region: 'sfo1',
|
||||||
size: '512mb',
|
size: '1gb',
|
||||||
version: BOX_VERSION
|
version: BOX_VERSION
|
||||||
});
|
});
|
||||||
box = appStore.waitForCloudron(box.id);
|
box = appStore.waitForCloudron(box.id);
|
||||||
|
@ -54,7 +54,7 @@ describe('Custom domain test', function () {
|
|||||||
box = appStore.createCloudron({
|
box = appStore.createCloudron({
|
||||||
domain: CUSTOM_DOMAIN,
|
domain: CUSTOM_DOMAIN,
|
||||||
region: 'sfo1',
|
region: 'sfo1',
|
||||||
size: '512mb',
|
size: '1gb',
|
||||||
version: BOX_VERSION
|
version: BOX_VERSION
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -49,7 +49,7 @@ describe('Appstore new user flow', function () {
|
|||||||
box = appStore.createCloudron({
|
box = appStore.createCloudron({
|
||||||
domain: common.cloudronDomain(__filename),
|
domain: common.cloudronDomain(__filename),
|
||||||
region: 'sfo1',
|
region: 'sfo1',
|
||||||
size: '512mb',
|
size: '1gb',
|
||||||
version: BOX_VERSION
|
version: BOX_VERSION
|
||||||
});
|
});
|
||||||
box = appStore.waitForCloudron(box.id);
|
box = appStore.waitForCloudron(box.id);
|
||||||
|
Loading…
Reference in New Issue
Block a user