[why] the related fields when submit test.yaml to be level-1 parameter is easy for scheduler to delete, like submit_name: submit_email: submit_token:
and the required fields when submit test.yaml not have much to do with the iso2rootfs.
Signed-off-by: Li Ping 1477412247@qq.com --- jobs/iso2rootfs.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/jobs/iso2rootfs.yaml b/jobs/iso2rootfs.yaml index 55c4345fa..22651d25e 100644 --- a/jobs/iso2rootfs.yaml +++ b/jobs/iso2rootfs.yaml @@ -51,23 +51,23 @@ iso2rootfs: # http://1.1.1.1//dailybuilds/1970-01-01-00-00-00/openEuler-20.03-LTS-aarch64-... dailybuild_iso_url_file:
- ################# - # submit test yaml related fields - ################# +################# +# submit test yaml related fields +#################
- # three required fields when submit test yaml - submit_name: - submit_email: - submit_token: +# three required fields when submit test yaml +submit_name: +submit_email: +submit_token:
- # submit target tests yaml - ## 1. You can add as many jobs as you like. - ## 2. The following three fields is required for every test job. - test1_yaml: - test1_os_mount: - test1_testbox: - ## the following three fields is required when your job.yaml and - ## script for this test are from the internet. - test1_git_url: - test1_git_yaml: - test1_git_script: +# submit target tests yaml +## 1. You can add as many jobs as you like. +## 2. The following three fields is required for every test job. +test1_yaml: +test1_os_mount: +test1_testbox: +## the following three fields is required when your job.yaml and +## script for this test are from the internet. +test1_git_url: +test1_git_yaml: +test1_git_script: