@@ -6,13 +6,13 @@ This workload runs [clinfo](https://github.com/Oblomov/clinfo) utilizing the i91
6
6
* Build the workload container image.
7
7
8
8
```
9
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/clinfo_build.yaml
9
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/clinfo_build.yaml
10
10
```
11
11
12
12
* Deploy and execute the workload.
13
13
14
14
```
15
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/clinfo_job.yaml
15
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/clinfo_job.yaml
16
16
```
17
17
18
18
* Check the results.
@@ -47,13 +47,13 @@ This workload runs ```hwinfo``` utilizing the i915 resource from GPU provisionin
47
47
* Build the workload container image.
48
48
49
49
```
50
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/hwinfo_build.yaml
50
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/hwinfo_build.yaml
51
51
```
52
52
53
53
* Deploy and execute the workload.
54
54
55
55
```
56
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/hwinfo_job.yaml
56
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/hwinfo_job.yaml
57
57
```
58
58
59
59
* Check the results
@@ -96,13 +96,13 @@ This workload runs [vainfo](https://github.com/intel/libva-utils) utilizing the
96
96
* Build the workload container image.
97
97
98
98
```
99
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/vainfo_build.yaml
99
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/vainfo_build.yaml
100
100
```
101
101
102
102
* Deploy and execute the workload.
103
103
104
104
```
105
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/vainfo_job.yaml
105
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/vainfo_job.yaml
106
106
```
107
107
108
108
* Check the results.
@@ -163,13 +163,13 @@ This workload runs various test programs from [libvpl](https://github.com/intel/
163
163
* Build the workload container image.
164
164
165
165
```
166
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/intelvpl_build.yaml
166
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/intelvpl_build.yaml
167
167
```
168
168
169
169
* Deploy and execute the workload.
170
170
171
171
```
172
- $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main /tests/l2/dgpu/intelvpl_job.yaml
172
+ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/v1.3.0 /tests/l2/dgpu/intelvpl_job.yaml
173
173
```
174
174
175
175
* Check the results.
0 commit comments