projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f76e83
)
automation: fix "build each commit" test
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 5 Apr 2019 11:21:57 +0000
(12:21 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Fri, 5 Apr 2019 14:40:01 +0000
(15:40 +0100)
An error was introduced while rebasing
9b8b3f30
. The new test
shouldn't depend on anything, otherwise artefacts will be downloaded
from build stage and cause the script to abort.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
automation/gitlab-ci/test.yaml
patch
|
blob
|
history
diff --git
a/automation/gitlab-ci/test.yaml
b/automation/gitlab-ci/test.yaml
index c9d454abb8f8e09258fa0e556f0fcd83b29acdc9..d4556afe119eb2a623491e3218e45c62186b7e43 100644
(file)
--- a/
automation/gitlab-ci/test.yaml
+++ b/
automation/gitlab-ci/test.yaml
@@
-12,8
+12,7
@@
build-each-commit-gcc:
paths:
- '*.log'
when: always
- dependencies:
- - debian-stretch-gcc-debug
+ dependencies: []
tags:
- x86_64
except: