Skip to content

Commit

Permalink
ci: Add missing CI for feast-operator image builds (#4184)
Browse files Browse the repository at this point in the history
add feast-operator builds to CI

Signed-off-by: Tommy Hughes <tohughes@redhat.com>
  • Loading branch information
tchughesiv authored Jan 9, 2025
1 parent 5f9b5b5 commit e983882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
needs: get-version
strategy:
matrix:
component: [ feature-server, feature-server-java, feature-transformation-server ]
component: [ feature-server, feature-server-java, feature-transformation-server, feast-operator ]
env:
REGISTRY: feastdev
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
component: [ feature-server-java, feature-transformation-server ]
component: [ feature-server, feature-server-java, feature-transformation-server, feast-operator ]
env:
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
REGISTRY: gcr.io/kf-feast
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ kill-trino-locally:

# Docker

build-docker: build-feature-server-python-aws-docker build-feature-transformation-server-docker build-feature-server-java-docker
build-docker: build-feature-server-docker build-feature-transformation-server-docker build-feature-server-java-docker build-feast-operator-docker

push-ci-docker:
docker push $(REGISTRY)/feast-ci:$(VERSION)
Expand Down

0 comments on commit e983882

Please sign in to comment.