failed Pipeline #175 triggered by
hongyan liu
@hongyan.liu

tag_dingshi2

3 jobs for v4.00 in 1 minute and 8 seconds (queued for 1 second)
latest
Status Name Job ID Coverage
  Test
failed job2 #1346

00:00:02

passed job3 #1321

00:01:06

passed job2 #1320

00:01:41

 
Name Stage Failure
failed
job2 Test
    lost = self._revlist(not_rev(revid), HEAD)
File "/workdir/lhy/wanghuo-rc/.repo/repo/project.py", line 3305, in _revlist
return self.work_git.rev_list(*a, **kw)
File "/workdir/lhy/wanghuo-rc/.repo/repo/project.py", line 3536, in rev_list
raise GitError(
error.GitError: manifests rev-list ('^2f9c9a18f1d2cc4d296c0b59827c0db192aa95af', 'HEAD', '--'): fatal: bad revision 'HEAD'

[ERROR] repo init error
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).