Skip to content

Commit

Permalink
[forge] Framework upgrade test all proposals
Browse files Browse the repository at this point in the history
Add and test any proposal release yaml in the data dir of release builder

Test Plan: Build / runs on PR with label
  • Loading branch information
perryjrandall committed Jul 16, 2024
1 parent d98b854 commit 2941ff1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aptos-move/aptos-release-builder/data/another.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
remote_endpoint: ~
name: "Some random feature"
proposals:
- name: set the random feature
metadata:
title: "Set a random feature"
description: "Change a random feature"
execution_mode: MultiStep
update_sequence:
- FeatureFlag:
enabled:
- disallow_user_native
1 change: 1 addition & 0 deletions docker/builder/forge.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ENV PATH "$PATH:/root/bin"

WORKDIR /aptos
COPY --link --from=node-builder /aptos/dist/forge /usr/local/bin/forge

### Get Aptos Framework Release for forge framework upgrade testing
COPY --link --from=tools-builder /aptos/aptos-move/framework/ /aptos/aptos-move/framework/
COPY --link --from=tools-builder /aptos/aptos-move/aptos-release-builder/ /aptos/aptos-move/aptos-release-builder/
Expand Down

0 comments on commit 2941ff1

Please sign in to comment.