Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #278 from AlinSelagea/bug_1330999_turn_off_win10_bb
Browse files Browse the repository at this point in the history
Bug 1330999 - Turn off all Win10 support in Buildbot, r=kmoir
  • Loading branch information
kmoir committed Jan 25, 2017
2 parents 641683f + 807c782 commit 63e2b25
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 368 deletions.
2 changes: 0 additions & 2 deletions configs/Ec2UserdataUtils.psm1
Expand Up @@ -1773,8 +1773,6 @@ function Set-Timezone {
function Get-EventlogOsTemplate {
if ($env:ComputerName.Contains('-w732-')) {
return 'nxlog_source_eventlog_win7_ec2.conf'
} elseif ($env:ComputerName.Contains('-w10-')) {
return 'nxlog_source_eventlog_win10_ec2.conf'
} else {
return 'nxlog_source_eventlog_win2008_ec2.conf'
}
Expand Down
2 changes: 1 addition & 1 deletion configs/b-2008.user-data
Expand Up @@ -123,7 +123,7 @@ if (!$hostRenamed) {{
Prep-Golden -puppetServer $puppetServer -logdest $puppetLog -deployPass $deployPass -hostname $hostname -domain $domain
Flush-EventLog
Stop-ComputerWithDelay -reason 'userdata golden run complete'
}} elseif ($hostname -match "((b|y)-2008|(t|g)-w(732|10))-ec2-[a-z].*") {{
}} elseif ($hostname -match "((b|y)-2008|(t|g)-w732-ec2-[a-z].*") {{
Prep-Loaner -deployPass $deployPass
}}
}}
Expand Down
95 changes: 0 additions & 95 deletions configs/g-w10

This file was deleted.

142 changes: 0 additions & 142 deletions configs/g-w10.user-data

This file was deleted.

95 changes: 0 additions & 95 deletions configs/t-w10

This file was deleted.

1 change: 0 additions & 1 deletion configs/t-w10.user-data

This file was deleted.

0 comments on commit 63e2b25

Please sign in to comment.