Skip to content

[tooling] Automatic release artefacts: Cluster spawning#1494

Open
the-glu wants to merge 2 commits into
interuss:masterfrom
Orbitalize:automatic_release_scripts_spawn_cluster
Open

[tooling] Automatic release artefacts: Cluster spawning#1494
the-glu wants to merge 2 commits into
interuss:masterfrom
Orbitalize:automatic_release_scripts_spawn_cluster

Conversation

@the-glu
Copy link
Copy Markdown
Contributor

@the-glu the-glu commented May 28, 2026

This PR is part of a chain, with the idea of keeping them as small a possible.

Follow #1493.

This PR add the cluster spawning script, that will generate terraform configuration and apply it.

@the-glu the-glu force-pushed the automatic_release_scripts_spawn_cluster branch from 8b36691 to 591af0c Compare May 28, 2026 08:24
Comment thread Makefile
.PHONY: shell-lint
shell-lint:
echo "===== Checking DSS shell lint =====" && find . -name '*.sh' | grep -v '^./interfaces/astm-utm' | git check-ignore --stdin --no-index -n -v --non-matching | grep '^::' | cut -f2 | xargs docker run --rm -v $(CURDIR):/dss -w /dss koalaman/shellcheck
echo "===== Checking DSS shell lint =====" && find . -name '*.sh' | grep -v '^./interfaces/astm-utm' | git check-ignore --stdin --no-index -n -v --non-matching | grep '^::' | cut -f2 | xargs docker run --rm -v $(CURDIR):/dss -w /dss koalaman/shellcheck -x
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hint: -x is to allow # shellcheck source=release/scripts/common.sh

@the-glu the-glu marked this pull request as ready for review May 28, 2026 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant