Skip to content

Commit d0e57f3

Browse files
deployment: verify ports are unique
1 parent 3042de2 commit d0e57f3

4 files changed

Lines changed: 733 additions & 496 deletions

File tree

.github/workflows/sequencer_cdk8s-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
cdk8s import
7272
echo "Installing pip dependencies..."
7373
pipenv install
74+
echo "Running port uniqueness tests..."
75+
pipenv run pytest test/test_port_uniqueness.py -v
7476
echo "Synthesizing CDK8s Sequencer app with overlay ${{ env.overlay }}..."
7577
cdk8s synth --app "pipenv run python -m main --namespace ${{ env.namespace }} -l ${{ env.layout }} -o ${{ env.overlay }} --monitoring-dashboard-file ${{ env.monitoring_dashboard_file }} --cluster ${{ env.cluster }}" --output dist1
7678
echo "Synthesizing CDK8s Sequencer app with overlay ${{ env.overlay2 }}..."

deployments/sequencer/Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ mypy = "*"
1515
black = "*"
1616
isort = "*"
1717
pydantic = "*"
18+
pytest = "*"
19+
tomli = "*"
1820
pyyaml = "*"
1921
types-pyyaml = "*"
2022
rich = "*"

0 commit comments

Comments
 (0)