Skip to content

Commit 6ea4674

Browse files
[test][eks] remove unused SA (#808)
* remove unused SA * add inference to buildspec * disable other builds * add cuda for inference images * revert changes * remove unused files * fix intendations
1 parent 3fc3794 commit 6ea4674

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/dlc_tests/eks/eks_manifest_templates/tensorflow/inference/single_node_cpu_inference.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
app: <SELECTOR_NAME>
3838
role: master
3939
spec:
40-
serviceAccountName: dlc-serviceaccount
4140
containers:
4241
- name: tfs-service
4342
image: <DOCKER_IMAGE_BUILD_ID>

test/dlc_tests/eks/eks_manifest_templates/tensorflow/inference/single_node_gpu_inference.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
app: <SELECTOR_NAME>
3838
role: master
3939
spec:
40-
serviceAccountName: dlc-serviceaccount
4140
containers:
4241
- name: tfs-service
4342
image: <DOCKER_IMAGE_BUILD_ID>

test/dlc_tests/eks/eks_manifest_templates/tensorflow/inference/single_node_neuron_inference.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
app: <SELECTOR_NAME>
3838
role: master
3939
spec:
40-
serviceAccountName: dlc-serviceaccount
4140
containers:
4241
- name: tfs-service
4342
image: <DOCKER_IMAGE_BUILD_ID>

0 commit comments

Comments
 (0)