1
0
Fork 0

also start windows build in sample buildkite

This commit is contained in:
Mikhail Goncharov 2022-12-02 11:53:36 +01:00
parent c0c87002f6
commit 11d7d0ee1f

View file

@ -12,14 +12,14 @@ if __name__ == '__main__':
d = json.dumps({ d = json.dumps({
'branch': 'main', 'branch': 'main',
'commit': 'HEAD', 'commit': '20ba079dda7be1a72d64cebc9f55d909bf29f6c1',
'env': { 'env': {
#'ph_skip_linux': 'skip', #'ph_skip_linux': 'skip',
'ph_skip_generated': 'skip', 'ph_skip_generated': 'skip',
'ph_log_level': 'DEBUG', 'ph_log_level': 'DEBUG',
'ph_skip_windows': 'skip', # 'ph_skip_windows': 'skip',
'ph_linux_agents': '{"queue": "linux-test"}', 'ph_linux_agents': '{"queue": "linux-test"}',
# 'ph_windows_agents': f'{{"name": "", "queue": "{queue}"}}', 'ph_windows_agents': f'{{"queue": "windows-test"}}',
}}) }})
print(d) print(d)
if (args.dryrun): if (args.dryrun):