-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactored taskfile.yml and bumped hedera version to 0.57.2
Signed-off-by: Jeromy Cannon <[email protected]>
- Loading branch information
1 parent
1783428
commit f9bbbf8
Showing
8 changed files
with
126 additions
and
110 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
version: 3 | ||
includes: | ||
main: | ||
taskfile: ../Taskfile.yml | ||
flatten: true | ||
env: | ||
SOLO_NETWORK_SIZE: 7 | ||
SOLO_NAMESPACE: solo-perf-hashsphere | ||
SOLO_CHART_VERSION: 0.36.1 | ||
CONSENSUS_NODE_VERSION: v0.57.2 | ||
VALUES_FLAG: "--values-file init-containers-values.yaml" | ||
SETTINGS_FLAG: "--settings-txt settings.txt" | ||
SOLO_HOME_DIR: "/Users/user/.solo-${SOLO_NAMESPACE}" | ||
# LOG4J2_FLAG: "--log4j2-xml log4j2.xml" | ||
# APPLICATION_PROPERTIES_FLAG: "--application-properties application.properties" | ||
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services" | ||
# LOCAL_BUILD_FLAG: "--local-build \"${HEDERA_SERVICES_ROOT}/hedera-node/data\"" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
version: 3 | ||
includes: | ||
main: | ||
taskfile: ../Taskfile.yml | ||
flatten: true | ||
env: | ||
SOLO_NETWORK_SIZE: 10 | ||
SOLO_NAMESPACE: solo-perf-hashsphere | ||
SOLO_CHART_VERSION: 0.36.1 | ||
CONSENSUS_NODE_VERSION: v0.57.2 | ||
VALUES_FLAG: "--values-file init-containers-values.yaml" | ||
SETTINGS_FLAG: "--settings-txt settings.txt" | ||
SOLO_HOME_DIR: "/Users/user/.solo-${SOLO_NAMESPACE}" | ||
# LOG4J2_FLAG: "--log4j2-xml log4j2.xml" | ||
# APPLICATION_PROPERTIES_FLAG: "--application-properties application.properties" | ||
# HEDERA_SERVICES_ROOT: "/Users/user/source/hedera-services" | ||
# LOCAL_BUILD_FLAG: "--local-build \"${HEDERA_SERVICES_ROOT}/hedera-node/data\"" |
This file contains 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