aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-ci-github.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-10-22 17:48:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-10-23 09:24:17 +0200
commitd1b401a550ebcd903506e803c290b7a6db950ef0 (patch)
tree73ded758a8a660835d7f7d2a1190da7b484162b9 /mod/mod-ci-github.cxx
parentd6e2e4c795cf719af4057cca24b8e8ddf7e1af62 (diff)
Implement CI common API changes
Diffstat (limited to 'mod/mod-ci-github.cxx')
-rw-r--r--mod/mod-ci-github.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/mod/mod-ci-github.cxx b/mod/mod-ci-github.cxx
index 20c9dc3..84633fd 100644
--- a/mod/mod-ci-github.cxx
+++ b/mod/mod-ci-github.cxx
@@ -505,14 +505,14 @@ namespace brep
chrono::seconds (0) /* delay */,
dtm));
- if (!pr.first)
+ if (!pr)
{
fail << "check suite " << cs.check_suite.node_id
<< ": unable to create unloaded CI request";
}
if (dtm == duplicate_tenant_mode::replace &&
- pr.second == duplicate_tenant_result::created)
+ pr->second == duplicate_tenant_result::created)
{
error << "check suite " << cs.check_suite.node_id
<< ": re-requested but tenant_service with id " << sid
@@ -1908,8 +1908,7 @@ namespace brep
return create (error, warn, &trace,
*build_db_, move (ts),
chrono::seconds (30) /* interval */,
- chrono::seconds (0) /* delay */)
- .first.has_value (); // @@ TODO HACKED AROUND
+ chrono::seconds (0) /* delay */).has_value ();
}
string ci_github::