Skip to content

Commit

Permalink
Always build all services (#1117)
Browse files Browse the repository at this point in the history
This is a first step to simplify our CI.
It also fixes a bug where the integration test do not find the right docker image to test.

Reference SRX-8HW1TP

Co-authored-by: Sven Urbanski <sven.urbanski+git@freiheit.com>
  • Loading branch information
1 parent 3f8580b commit 3ea2050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
7 changes: 1 addition & 6 deletions services/cd-service/Buildfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ metadata:
spec:
buildWith: infrastructure/docker/builder
dependsOn:
- ../../charts/kuberpult
- ../../pkg
- ../../go.mod
- ../../go.sum
- ../../tests/integration-tests/
# rebuild-counter: 1
- ../../
7 changes: 1 addition & 6 deletions services/frontend-service/Buildfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ metadata:
spec:
buildWith: infrastructure/docker/builder
dependsOn:
- ../../charts/kuberpult
- ../../pkg
- ../../go.mod
- ../../go.sum
- ../../tests/integration-tests/
# rebuild-counter: 2
- ../../
6 changes: 1 addition & 5 deletions services/rollout-service/Buildfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ metadata:
spec:
buildWith: infrastructure/docker/builder
dependsOn:
- ../../pkg
- ../../go.mod
- ../../go.sum
- ../../tests/integration-tests/
# rebuild-counter: 1
- ../../

0 comments on commit 3ea2050

Please sign in to comment.