commit:     a2d7f047652600dc548a7401e3cc6b9b90cd7f1c
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 21:40:12 2023 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 21:40:12 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=a2d7f047

Change head to 15 for EAPI search

Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>

 buildbot_gentoo_ci/steps/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot_gentoo_ci/steps/version.py 
b/buildbot_gentoo_ci/steps/version.py
index 14d1d97..59d19dc 100644
--- a/buildbot_gentoo_ci/steps/version.py
+++ b/buildbot_gentoo_ci/steps/version.py
@@ -441,7 +441,7 @@ class SetupStepsForCheckV(BuildStep):
                                                             name = 
'RunGetEAPI',
                                                             haltOnFailure = 
True,
                                                             flunkOnFailure = 
True,
-                                                            command=['head', 
'-n', '10', self.getProperty("ebuild_file")],
+                                                            command=['head', 
'-n', '15', self.getProperty("ebuild_file")],
                                                             strip=False,
                                                             
extract_fn=PersOutputOfGetEapi
                                                             ))

Reply via email to