-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(mocked-compass): build mocked compass for auto-update tests #6586
Conversation
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
packages/compass-e2e-tests/helpers/mock-auto-update-server.ts
Dismissed
Show dismissed
Hide dismissed
@@ -168,6 +182,8 @@ async function run() { | |||
|
|||
verifyPackagesExist(packages); | |||
|
|||
await buildMockedCompass(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the plan now is to split this out into its own evergreen task that builds the mocked compass app and signs/notarises it then just uploads it to S3. Probably somewhere in or near https://mciuploads.s3.amazonaws.com/${EVERGREEN_PROJECT}/compass/update-builds
because that's where we store the dev update next version id.
Then this smoketest task will depend on that task in addition to package-compass and it will just download it from s3.
Built on #6584. Just testing to see if this works in CI.