You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`giturl` is the URL of the git repository to test.
22
22
-`branch` is the branch of the git repository to test.
23
23
-`commit` is the commit hash to test.
24
-
-`jobfilter` is the job filter to use for the test (optional parameter)
25
-
-`platformfilter` is the platform filter (usually it is name of hardware platform for group of devices) to use for the test (optional parameter)
24
+
-`job-filter` is the job filter to use for the test (optional parameter)
25
+
-`platform-filter` is the platform filter (usually it is name of hardware platform for group of devices) to use for the test (optional parameter)
26
26
27
-
To figure out correct jobfilter and platformfilter, you need to check test json node. For example:
27
+
To figure out correct job-filter and platform-filter, you need to check test json node. For example:
28
28
```json
29
29
{
30
30
"id": "670f0c27493b6b8188c7667c",
@@ -81,7 +81,7 @@ To figure out correct jobfilter and platformfilter, you need to check test json
81
81
"kernel_type": "image"
82
82
},
83
83
"debug": null,
84
-
"jobfilter": null,
84
+
"job-filter": null,
85
85
"platform_filter": null,
86
86
"created": "2024-10-16T00:43:19.079000",
87
87
"updated": "2024-10-16T02:22:58.113000",
@@ -94,9 +94,9 @@ To figure out correct jobfilter and platformfilter, you need to check test json
94
94
}
95
95
```
96
96
97
-
In this example, the jobfilter is `tast-mm-misc-arm64-qualcomm` for test, if you look into path, you can figure out also build job named and the platformfilter is `kbuild-gcc-12-arm64-chromeos-qualcomm` and in data/platform: `sc7180-trogdor-lazor-limozeen`. So complete command to test this job would be:
97
+
In this example, the job-filter is `tast-mm-misc-arm64-qualcomm` for test, if you look into path, you can figure out also build job named and the platform-filter is `kbuild-gcc-12-arm64-chromeos-qualcomm` and in data/platform: `sc7180-trogdor-lazor-limozeen`. So complete command to test this job would be:
0 commit comments