Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 139
    • Issues 139
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • hivehive
  • Merge requests
  • !783

Rename the test marker from `mainnet_64m` to `live_mainnet`.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michał Kudela requested to merge kudmich/change_name_mainnet_64m_to_current_mainnet into develop Dec 01, 2022
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 81

Changed the test marker name from mainnet_64m to live_mainnet. Use case:

# OLD
@runfor("testnet", "mainnet_64m")
def test():
  pass

# NEW
@runfor("testnet", "live_mainnet")
def test():
  pass

To enable on CI tests based on live mainnet - (job: message_format_live_mainnet_tests) you need set the environment variable RUN_MESSAGE_FORMAT_TESTS_ON_LIVE_MAINNET.

git pf -o ci.variable=RUN_MESSAGE_FORMAT_TESTS_ON_LIVE_MAINNET
Edited Dec 05, 2022 by Michał Kudela
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: kudmich/change_name_mainnet_64m_to_current_mainnet