Skip to content

Commit f6f99bc

Browse files
terryyylimpyalex
authored andcommitted
Update jobcontroller to jobservice (#1152)
Signed-off-by: Terence <terencelimxp@gmail.com>
1 parent 7e056f9 commit f6f99bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: [self-hosted]
1212
strategy:
1313
matrix:
14-
component: [core, serving, jobcontroller, jupyter, ci]
14+
component: [core, serving, jobservice, jupyter, ci]
1515
env:
1616
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
1717
DOCKER_BUILDKIT: '1'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: get-version
4949
strategy:
5050
matrix:
51-
component: [core, serving, jupyter]
51+
component: [core, serving, jobservice, jupyter]
5252
env:
5353
MAVEN_CACHE: gs://feast-templocation-kf-feast/.m2.2020-08-19.tar
5454
DOCKER_BUILDKIT: '1'

0 commit comments

Comments
 (0)