File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
45
45
```
46
46
Create service account with required permissions:
47
47
```
48
- $ oc create sa hccl-demo-anyuid-sa -n hccl-demo
49
- $ oc adm policy add-scc-to-user anyuid -z hccl-demo-anyuid-sa -n hccl-demo
48
+ $ oc create sa hccl-demo-anyuid-sa -n gaudi-validation
49
+ $ oc adm policy add-scc-to-user anyuid -z hccl-demo-anyuid-sa -n gaudi-validation
50
50
```
51
51
Deploy and execute the workload:
52
52
```
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apiVersion: image.openshift.io/v1
2
2
kind : ImageStream
3
3
metadata :
4
4
name : hccl-demo-workload
5
- namespace : hccl-demo
5
+ namespace : gaudi-validation
6
6
---
7
7
kind : BuildConfig
8
8
apiVersion : build.openshift.io/v1
9
9
metadata :
10
10
name : hccl-demo-workload
11
- namespace : hccl-demo
11
+ namespace : gaudi-validation
12
12
spec :
13
13
output :
14
14
to :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: batch/v1
2
2
kind : Job
3
3
metadata :
4
4
name : hccl-demo-workload
5
- namespace : hccl-demo
5
+ namespace : gaudi-validation
6
6
spec :
7
7
template :
8
8
metadata :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: batch/v1
2
2
kind : Job
3
3
metadata :
4
4
name : hl-smi-workload
5
- namespace : hl-smi-demo
5
+ namespace : gaudi-validation
6
6
spec :
7
7
template :
8
8
metadata :
You can’t perform that action at this time.
0 commit comments