aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2022-08-10 23:51:13 +0200
committerMagnus Granberg <zorry@gentoo.org>2022-08-10 23:51:13 +0200
commit25877447fec0f718c22bdc7cd6f31423aae75f7e (patch)
treee71ae5b7218d5ac311df45a74c8b79ed09ea4b12
parentUse one scheduler for push and mr (diff)
downloadtinderbox-cluster-25877447fec0f718c22bdc7cd6f31423aae75f7e.tar.gz
tinderbox-cluster-25877447fec0f718c22bdc7cd6f31423aae75f7e.tar.bz2
tinderbox-cluster-25877447fec0f718c22bdc7cd6f31423aae75f7e.zip
Set head to 10 for EAPI search
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--buildbot_gentoo_ci/steps/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/steps/version.py b/buildbot_gentoo_ci/steps/version.py
index dbeaf14..26cf9fc 100644
--- a/buildbot_gentoo_ci/steps/version.py
+++ b/buildbot_gentoo_ci/steps/version.py
@@ -436,7 +436,7 @@ class SetupStepsForCheckV(BuildStep):
name = 'RunGetEAPI',
haltOnFailure = True,
flunkOnFailure = True,
- command=['head', '-n', '8', self.getProperty("ebuild_file")],
+ command=['head', '-n', '10', self.getProperty("ebuild_file")],
strip=False,
extract_fn=PersOutputOfGetEapi
))