Skip to content

Commit

Permalink
Resolved the framework_upgrade CI test failure (#12046)
Browse files Browse the repository at this point in the history
* Update release.yaml

* Update release.yaml

* corrected the base node version

---------

Co-authored-by: Alden Hu <[email protected]>
  • Loading branch information
junkil-park and msmouse authored Feb 16, 2024
1 parent a27c520 commit 5d1cefa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
with:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}
FORGE_TEST_SUITE: compat
IMAGE_TAG: testnet # test against a previous testnet release
IMAGE_TAG: aptos-node-v1.9.5 # test against a previous testnet release
FORGE_RUNNER_DURATION_SECS: 300
COMMENT_HEADER: forge-compat
FORGE_NAMESPACE: forge-compat-${{ needs.determine-docker-build-metadata.outputs.targetCacheId }}
Expand All @@ -329,7 +329,7 @@ jobs:
with:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}
FORGE_TEST_SUITE: framework_upgrade
IMAGE_TAG: aptos-node-v1.8.3 # This workflow will test the upgradability from the current tip of the release branch to the current main branch.
IMAGE_TAG: aptos-node-v1.9.5 # This workflow will test the upgradability from the current tip of the release branch to the current main branch.
FORGE_RUNNER_DURATION_SECS: 3600
COMMENT_HEADER: forge-framework-upgrade
FORGE_NAMESPACE: forge-framework-upgrade-${{ needs.determine-docker-build-metadata.outputs.targetCacheId }}
Expand Down
8 changes: 4 additions & 4 deletions aptos-move/aptos-release-builder/data/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ proposals:
- refundable_bytes
- name: step_4_enable_fairness_shuffler
metadata:
title: "Enable Fairness Shuffler"
description: "FairnessShuffler that tries to spread out (delay) transactions from dominant modules in a block, so that if block limit is hit, transactions from non-dominant modules have a fair share of the block space."
discussion_url: "TBA"
title: "AIP-68: Reordering transactions in a block for fairness"
description: "AIP-68: This AIP proposes to update the Transaction Shuffler logic to add other aspects of fairness to how transactions are ordered in the block."
discussion_url: "https://github.com/aptos-foundation/AIPs/issues/333"
execution_mode: MultiStep
update_sequence:
- Execution:
Expand Down Expand Up @@ -106,7 +106,7 @@ proposals:
update_sequence:
- FeatureFlag:
enabled:
- aggregator_v2_delayed_fields
- aggregator_v2_delayed_fields
- resource_groups_split_in_vm_change_set
- name: step_10_enable_validator_txn
metadata:
Expand Down

0 comments on commit 5d1cefa

Please sign in to comment.