Skip to content
Snippets Groups Projects
Commit e632b7d2 authored by Danilo Ansaloni's avatar Danilo Ansaloni
Browse files

[GR-6043] Use the new darwin slaves.

PullRequest: fastr/1151
parents 044b178a e0c10b10
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,8 @@ packagesLinux : ${pkgEnvironment} {
packagesDarwin : {
"pip:astroid" : "==1.1.0"
"pip:pylint" : "==1.1.0"
"xz" : ""
"pcre" : ""
"z" : ""
"curl" : ""
"xz" : "==5.2.2"
"pcre" : "==8.38"
}
# Common settings for all builds but note that it uses the Linux package settings,
......@@ -116,8 +114,7 @@ darwinEnvironment : {
}
gateTestDarwin : ${gateTestCommon} ${darwinEnvironment} {
packages : ${packagesDarwin} {
}
packages : ${packagesDarwin}
}
gateTestLinuxNFI : ${gateTestCommon} {
......@@ -183,7 +180,7 @@ internalPkgtest: ${common} {
builds = [
${gateTestLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64"}
${gateTestNoSpecialsLinux} {capabilities : [linux, amd64, fast], targets : [gate], name: "gate-test-linux-amd64-nospecials"}
${gateTestDarwin} {capabilities : [darwin_elcapitan, amd64], targets : [gate], name: "gate-test-darwin-amd64"}
${gateTestDarwin} {capabilities : [darwin_sierra, amd64], targets : [gate], name: "gate-test-darwin-amd64"}
${gateStyle} {capabilities : [linux, amd64], targets : [gate], name: "gate-style-linux-amd64"}
${rbcheck} {capabilities : [linux, amd64], targets : [gate], name: "gate-rbcheck-linux-amd64"}
${internalPkgtest} {capabilities : [linux, amd64], targets : [gate], name: "gate-internal-pkgtest-linux-amd64"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment