Skip to content

Commit

Permalink
Fix webpack and test-flask-mv2 builds, remove test-mmi
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Dec 20, 2024
1 parent dad8928 commit d679d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ workflows:
requires:
- prep-deps
- prep-build-test-flask-mv2:
<<: *main_master_rc_only
requires:
- prep-deps
- prep-build-test-mmi:
Expand Down Expand Up @@ -309,7 +308,6 @@ workflows:
- prep-build-test-webpack
- prep-build-test-flask
- prep-build-test-flask-mv2
- prep-build-test-mmi
- trigger-beta-build
- prep-build-storybook
- prep-build-ts-migration-dashboard
Expand Down Expand Up @@ -771,10 +769,10 @@ jobs:
name: Build extension for testing
command: yarn build:test:flask:mv2
- run:
name: Move test build to 'dist-test-flask' to avoid conflict with production build
name: Move test build to 'dist-test-flask-mv2' to avoid conflict with production build
command: mv ./dist ./dist-test-flask-mv2
- run:
name: Move test zips to 'builds-test-flask' to avoid conflict with production build
name: Move test zips to 'builds-test-flask-mv2' to avoid conflict with production build
command: mv ./builds ./builds-test-flask-mv2
- persist_to_workspace:
root: .
Expand Down Expand Up @@ -896,10 +894,14 @@ jobs:
- run:
name: Move test build to 'dist-test-webpack' to avoid conflict with production build
command: mv ./dist ./dist-test-webpack
- run:
name: Move test zips to 'builds-test-webpack' to avoid conflict with production build
command: mv ./builds ./builds-test-webpack
- persist_to_workspace:
root: .
paths:
- dist-test-webpack
- builds-test-webpack

prep-build-storybook:
executor: node-linux-medium
Expand Down Expand Up @@ -1422,8 +1424,6 @@ jobs:
path: builds-test-flask
- store_artifacts:
path: builds-test-flask-mv2
- store_artifacts:
path: builds-test-mmi
- store_artifacts:
path: test-artifacts
destination: test-artifacts
Expand Down
3 changes: 0 additions & 3 deletions development/metamaskbot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ async function start() {
chrome: `${BUILD_LINK_BASE}/builds-test-flask/metamask-flask-chrome-${VERSION}-flask.0.zip`,
firefox: `${BUILD_LINK_BASE}/builds-test-flask-mv2/metamask-flask-firefox-${VERSION}-flask.0.zip`,
},
'builds (test-mmi)': {
chrome: `${BUILD_LINK_BASE}/builds-test-mmi/metamask-mmi-chrome-${VERSION}-mmi.0.zip`,
},
};

const buildContentRows = Object.entries(buildMap).map(([label, builds]) => {
Expand Down

0 comments on commit d679d4c

Please sign in to comment.