Skip to content

Commit

Permalink
Merge pull request #2147 from couchbaselabs/add-morpheus
Browse files Browse the repository at this point in the history
Add couchbase server 8.0
  • Loading branch information
DragosPetruTaraban authored Sep 26, 2024
2 parents 95221fd + 442af9d commit 1a64640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keywords/couchbaseserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,8 @@ def resolve_cb_nas_url(self, version, build_number, cbs_platform="debian", cbs_c
base_url = "{}/trinity/{}".format(cbnas_base_url, build_number)
elif version.startswith("7.7"):
base_url = "{}/cypher/{}".format(cbnas_base_url, build_number)
elif version.startswith("8.0"):
base_url = "{}/morpheus/{}".format(cbnas_base_url, build_number)
else:
raise Exception(
"Unexpected couchbase server version: {}".format(version))
Expand Down

0 comments on commit 1a64640

Please sign in to comment.