Home
last modified time | relevance | path

Searched refs:successful_commits (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/ci/
H A Dshippable.py264 … def get_last_successful_commit(self, successful_commits): # type: (t.Set[str]) -> t.Optional[str] argument
267 … ordered_successful_commits = [commit for commit in commit_history if commit in successful_commits]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/ci/
H A Dshippable.py264 … def get_last_successful_commit(self, successful_commits): # type: (t.Set[str]) -> t.Optional[str] argument
267 … ordered_successful_commits = [commit for commit in commit_history if commit in successful_commits]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/ci/
H A Dshippable.py264 … def get_last_successful_commit(self, successful_commits): # type: (t.Set[str]) -> t.Optional[str] argument
267 … ordered_successful_commits = [commit for commit in commit_history if commit in successful_commits]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dsync_internals_util.cc434 Stat<int>* successful_commits = in ConstructAboutInformation() local
597 successful_commits->Set(full_status.num_commits_total); in ConstructAboutInformation()