Skip to content

Commit 80585b2

Browse files
committed
tests_gaudi: Updated namespace generic name to test gaudi workloads
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@intel.com>
1 parent f412cd1 commit 80585b2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/gaudi/l2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
4545
```
4646
Create service account with required permissions:
4747
```
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
5050
```
5151
Deploy and execute the workload:
5252
```

tests/gaudi/l2/hccl_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apiVersion: image.openshift.io/v1
22
kind: ImageStream
33
metadata:
44
name: hccl-demo-workload
5-
namespace: hccl-demo
5+
namespace: gaudi-validation
66
---
77
kind: BuildConfig
88
apiVersion: build.openshift.io/v1
99
metadata:
1010
name: hccl-demo-workload
11-
namespace: hccl-demo
11+
namespace: gaudi-validation
1212
spec:
1313
output:
1414
to:

tests/gaudi/l2/hccl_job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: batch/v1
22
kind: Job
33
metadata:
44
name: hccl-demo-workload
5-
namespace: hccl-demo
5+
namespace: gaudi-validation
66
spec:
77
template:
88
metadata:

tests/gaudi/l2/hl-smi_job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: batch/v1
22
kind: Job
33
metadata:
44
name: hl-smi-workload
5-
namespace: hl-smi-demo
5+
namespace: gaudi-validation
66
spec:
77
template:
88
metadata:

0 commit comments

Comments
 (0)