Fixes for external stack deployment #851

Merged
roysc merged 8 commits from roysc/fix-various into main 2024-07-09 15:37:36 +00:00
Owner

Fixes

  • stack path resolution for build
  • external stack path resolution for deployments
  • "extra" config detection
  • deployment ports command
  • version command in dist or source install (without build_tag.txt)
  • setup-repos, so it won't die when an existing repo is not at a branch or exact tag

Used in cerc-io/fixturenet-eth-stacks#14

Fixes - stack path resolution for `build` - external stack path resolution for deployments - "extra" config detection - `deployment ports` command - `version` command in dist or source install (without build_tag.txt) - `setup-repos`, so it won't die when an existing repo is not at a branch or exact tag Used in https://git.vdb.to/cerc-io/fixturenet-eth-stacks/pulls/14
dboreham was assigned by roysc 2024-06-24 14:13:36 +00:00
telackey was assigned by roysc 2024-06-24 14:13:36 +00:00
roysc force-pushed roysc/fix-various from 1579700571 to e90869efd3 2024-06-26 14:11:59 +00:00 Compare
roysc changed title from Fixes for external stack to Fixes for external stack deployment 2024-07-04 04:15:54 +00:00
roysc force-pushed roysc/fix-various from 7b6cc4d6de to 75bed6f10b 2024-07-04 04:18:00 +00:00 Compare
dboreham approved these changes 2024-07-09 13:12:54 +00:00
@ -77,6 +85,7 @@ def create_deploy_context(
if deployment_context and cluster is None:
cluster = deployment_context.get_cluster_id()
cluster_context = _make_cluster_context(global_context, stack, include, exclude, cluster, env_file)
# breakpoint()
Contributor

Remove comment.

Remove comment.
roysc marked this conversation as resolved
roysc added 1 commit 2024-07-09 15:09:03 +00:00
rm comment
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 37s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m55s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m26s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m48s
Smoke Test / Run basic test suite (pull_request) Successful in 4m10s
c1f93f211c
roysc merged commit 36d4969b2d into main 2024-07-09 15:37:36 +00:00
roysc deleted branch roysc/fix-various 2024-07-09 15:37:36 +00:00
roysc referenced this issue from a commit 2024-07-10 01:28:10 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#851
No description provided.