Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/subsystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
pull_request:
branches: [main, 'release/v*']

# Temporary pin to shared-workflows#33 (fork) — revert to @main after that merges.
jobs:
auth-subsystem:
uses: dcm-project/shared-workflows/.github/workflows/black-box.yaml@main
uses: gciavarrini/dcm-shared-workflows/.github/workflows/black-box.yaml@fix/blackbox-docker-compose-gha
with:
up-target: auth-subsystem-test-up
test-target: auth-subsystem-test
Expand All @@ -20,7 +21,7 @@ jobs:
quay.io/keycloak/keycloak:26.0

policy-subsystem:
uses: dcm-project/shared-workflows/.github/workflows/black-box.yaml@main
uses: gciavarrini/dcm-shared-workflows/.github/workflows/black-box.yaml@fix/blackbox-docker-compose-gha
with:
up-target: policy-subsystem-test-up
test-target: policy-subsystem-test
Expand All @@ -31,7 +32,7 @@ jobs:
quay.io/sclorg/postgresql-16-c9s:latest

catalog-subsystem:
uses: dcm-project/shared-workflows/.github/workflows/black-box.yaml@main
uses: gciavarrini/dcm-shared-workflows/.github/workflows/black-box.yaml@fix/blackbox-docker-compose-gha
with:
up-target: catalog-subsystem-test-up
test-target: catalog-subsystem-test
Expand All @@ -43,7 +44,7 @@ jobs:
wiremock/wiremock:3x

sp-subsystem:
uses: dcm-project/shared-workflows/.github/workflows/black-box.yaml@main
uses: gciavarrini/dcm-shared-workflows/.github/workflows/black-box.yaml@fix/blackbox-docker-compose-gha
with:
up-target: sp-subsystem-test-up
test-target: sp-subsystem-test
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ go.work.sum
# Editor/IDE
# .vscode/
/.idea/

.ai/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ include make/catalog.mk
include make/placement.mk
include make/policy.mk
include make/sp.mk
include make/agent.mk

# Same as Containerfile: static build, no CGO (Postgres in prod/compose).
# For SQLite local dev use make run (go run with CGO).
Expand Down
Loading