Closed WeizhuoZhang-intel closed 6 months ago
Bug 1: target_job == refer_job and target_id == refer_id.
target_job == refer_job
target_id
refer_id
Bug 2: job_id is lastSuccessfulBuild which cannot be read by function getUpstreamParameters.
job_id
lastSuccessfulBuild
getUpstreamParameters
Bug 3: backend parameter is null in our regular job.
backend
null
inductor
Bug 3: default THREADS is all
THREADS
target_job
Bug 4: target_job parameters are not same as refer_job
refer_job
['shape', 'WRAPPER', 'suite', 'precision', 'THREADS']
Bug 1:
target_job == refer_job
andtarget_id
==refer_id
.Bug 2:
job_id
islastSuccessfulBuild
which cannot be read by functiongetUpstreamParameters
.getUpstreamParameters
Bug 3:
backend
parameter isnull
in our regular job.backend
is null, we set it asinductor
as default.Bug 3: default
THREADS
is allTHREADS
fromtarget_job
Bug 4:
target_job
parameters are not same asrefer_job
['shape', 'WRAPPER', 'suite', 'precision', 'THREADS']
are not the same, the job will be regarded as failed job.