Skip to content

Commit

Permalink
Use release 8.0.0 as base revision in upgrade testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed May 23, 2023
1 parent 5ab98f2 commit e184fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/env_nightly_upgrade
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_REVISION=1.35.7
BASE_REVISION=8.0.0
2 changes: 1 addition & 1 deletion .github/node_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mkdir -p "$COVERAGE_DIR"
export SCHEDULING_LOG=scheduling.log
true > "$SCHEDULING_LOG"

BASE_REVISION="${BASE_REVISION:-1.35.7}"
BASE_REVISION="${BASE_REVISION:-8.0.0}"

# shellcheck disable=SC1090,SC1091
. .github/nix_override_cardano_node.sh
Expand Down
2 changes: 1 addition & 1 deletion src_docs/source/test_results/nightly_system_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Nightly upgrade testing
^^^^^^^^^^^^^^^^^^^^^^^

* `Step 1 <https://cardano-tests-reports-3-74-115-22.nip.io/cardano-node-tests-nightly-upgrade/step1/>`__: |nightly-upgrade-step1-badge|
* using latest cardano-node release for Mainnet (1.35.4)
* using `latest cardano-node release <https://github.com/input-output-hk/cardano-node-tests/blob/master/.github/env_nightly_upgrade>`__ for Mainnet
* network in Babbage era
* Babbage transaction era
* default (legacy) network topology
Expand Down

0 comments on commit e184fc6

Please sign in to comment.