also start windows build in sample buildkite
This commit is contained in:
parent
c0c87002f6
commit
11d7d0ee1f
1 changed files with 5 additions and 5 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue