Commit de3a5e8b authored by resetswitch's avatar resetswitch Committed by Commit bot

Adding sync integration tests to official build artifacts

Following the steps done in https://codereview.chromium.org/323163003/

Not sure how to test this, any guidance?

I want the sync_integration_tests binary to be stored in
official Chrome build gs:// drops just like
browser_tests and other test binaries already are. Then
I can set up automation to approve new releases of Sync
server.

BUG=411389

Review URL: https://codereview.chromium.org/545103003

Cr-Commit-Position: refs/heads/master@{#293775}
parent 8f80ad0b
...@@ -1126,6 +1126,7 @@ ...@@ -1126,6 +1126,7 @@
'dependencies': [ 'dependencies': [
'../base/base.gyp:base_unittests', '../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:sync_integration_tests',
'../chrome/chrome.gyp:crash_service', '../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_dll', '../chrome/chrome.gyp:gcapi_dll',
'../chrome/chrome.gyp:pack_policy_templates', '../chrome/chrome.gyp:pack_policy_templates',
......
interactive_ui_tests interactive_ui_tests
browser_tests browser_tests
sync_integration_tests
...@@ -30,11 +30,16 @@ ...@@ -30,11 +30,16 @@
# considered an error. # considered an error.
FILES = [ FILES = [
{ {
'filename': 'browser_tests.exe', 'filename': 'browser_tests.exe',
'buildtype': ['official'], 'buildtype': ['official'],
'archive': 'browser_tests.exe', 'archive': 'browser_tests.exe',
}, },
{
'filename': 'sync_integration_tests.exe',
'buildtype': ['official'],
'archive': 'sync_integration_tests.exe',
},
{ {
'filename': 'ffmpegsumo.dll', 'filename': 'ffmpegsumo.dll',
'buildtype': ['dev', 'official'], 'buildtype': ['dev', 'official'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment