OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:update_prod_branch
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
automated_deploy_unittest.py
35
"""Test
update_prod_branch
when there exist no new changes.
40
self.assertEqual(ad.
update_prod_branch
('test', 'test_dir', '123'), None)
48
"""Test whether
update_prod_branch
can rebase to the correct hash.
53
ad.
update_prod_branch
('test', 'test_dir', '123')
68
ad.
update_prod_branch
('test', 'test_dir', None)
85
self.assertEqual(ad.
update_prod_branch
('test', 'test_dir', None),
98
ad.
update_prod_branch
('test', 'test_dir', None)
automated_deploy.py
107
def
update_prod_branch
(repo, repo_dir, hash_to_rebase):
function
217
push_commits_range =
update_prod_branch
(
Completed in 92 milliseconds