This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Create additional pipeline for e2e when extension PR#498
Merged
Conversation
446643e to
63987ec
Compare
63987ec to
a116147
Compare
975c7b6 to
fb2d479
Compare
cryptotavares
approved these changes
Feb 20, 2023
fb2d479 to
da8dee4
Compare
OGPoyraz
pushed a commit
that referenced
this pull request
Feb 22, 2023
* extension update * chore: update ci and lavamoat
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
implements desktop part of Create an additional pipeline to run e2e tests with desktop app enabled
The request required to trigger the pipeline from extension should be:
curl --location --request POST 'https://circleci.com/api/v2/project/gh/MetaMask/metamask-desktop/pipeline'
--header 'Content-Type: application/json'
--header 'Circle-Token: *****'
--header 'Authorization: Basic *****'
--data-raw '{"branch":"app-stable","parameters":{"extension-release":true, "extension-release-branch": "<>"}}'
<> is the release branch that desktop will be pulling from MM.
Changes
Root
Pipeline
Common
App