Commit 0253940d by Yuly Novikov Committed by Commit Bot

Add UWP bots

winuwp-x64-dbg and winuwp-x64-rel CI and Try bots. Bug: angleproject:3928 Change-Id: Ifc54f6daae1090f9c68be6edcd8b1a069f0c5fc2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1993691 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent c792a6ba
...@@ -116,6 +116,13 @@ builder_mixins { ...@@ -116,6 +116,13 @@ builder_mixins {
} }
} }
builder_mixins {
name: "uwp"
recipe {
properties_j: "uwp:true"
}
}
buckets { buckets {
name: "luci.angle.ci" name: "luci.angle.ci"
acl_sets: "ci" acl_sets: "ci"
...@@ -241,6 +248,24 @@ buckets { ...@@ -241,6 +248,24 @@ buckets {
mixins: "x64" mixins: "x64"
mixins: "rel" mixins: "rel"
} }
builders {
name: "winuwp-x64-dbg"
mixins: "win"
mixins: "no_clang"
mixins: "x64"
mixins: "dbg"
mixins: "uwp"
}
builders {
name: "winuwp-x64-rel"
mixins: "win"
mixins: "no_clang"
mixins: "x64"
mixins: "rel"
mixins: "uwp"
}
} }
} }
...@@ -382,6 +407,24 @@ buckets { ...@@ -382,6 +407,24 @@ buckets {
mixins: "x64" mixins: "x64"
mixins: "rel" mixins: "rel"
} }
builders {
name: "winuwp-x64-dbg"
mixins: "win"
mixins: "no_clang"
mixins: "x64"
mixins: "dbg"
mixins: "uwp"
}
builders {
name: "winuwp-x64-rel"
mixins: "win"
mixins: "no_clang"
mixins: "x64"
mixins: "rel"
mixins: "uwp"
}
} }
} }
......
...@@ -80,6 +80,16 @@ consoles { ...@@ -80,6 +80,16 @@ consoles {
category: "win|msvc|x64" category: "win|msvc|x64"
short_name: "rel" short_name: "rel"
} }
builders {
name: "buildbucket/luci.angle.ci/winuwp-x64-dbg"
category: "win|uwp|x64"
short_name: "dbg"
}
builders {
name: "buildbucket/luci.angle.ci/winuwp-x64-rel"
category: "win|uwp|x64"
short_name: "rel"
}
} }
consoles { consoles {
...@@ -162,4 +172,14 @@ consoles { ...@@ -162,4 +172,14 @@ consoles {
category: "win|msvc|x64" category: "win|msvc|x64"
short_name: "rel" short_name: "rel"
} }
builders {
name: "buildbucket/luci.angle.try/winuwp-x64-dbg"
category: "win|uwp|x64"
short_name: "dbg"
}
builders {
name: "buildbucket/luci.angle.try/winuwp-x64-rel"
category: "win|uwp|x64"
short_name: "rel"
}
} }
...@@ -39,6 +39,8 @@ trigger { ...@@ -39,6 +39,8 @@ trigger {
triggers: "win-msvc-x86-rel" triggers: "win-msvc-x86-rel"
triggers: "win-msvc-x64-dbg" triggers: "win-msvc-x64-dbg"
triggers: "win-msvc-x64-rel" triggers: "win-msvc-x64-rel"
triggers: "winuwp-x64-dbg"
triggers: "winuwp-x64-rel"
} }
job { job {
...@@ -180,3 +182,23 @@ job { ...@@ -180,3 +182,23 @@ job {
builder: "win-msvc-x64-rel" builder: "win-msvc-x64-rel"
} }
} }
job {
id: "winuwp-x64-dbg"
acl_sets: "default"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.angle.ci"
builder: "winuwp-x64-dbg"
}
}
job {
id: "winuwp-x64-rel"
acl_sets: "default"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.angle.ci"
builder: "winuwp-x64-rel"
}
}
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