Skip to content
Snippets Groups Projects
Commit 5f9d3f8d authored by Mick Jordan's avatar Mick Jordan
Browse files

Fix pkgtest to run on "gate"

parent 07351fa9
Branches
No related tags found
No related merge requests found
......@@ -61,5 +61,5 @@ builds = [
${gateTest} {capabilities : [linux, amd64, gate], name: "gate-test-linux-amd64"}
${gateStyle} {capabilities : [linux, amd64, gate], name: "gate-style-linux-amd64"}
# ${gateTest} {capabilities : [linux, sparcv9, gate], name: "gate-test-linux-sparcv9"}
${pkgtest} {capabilities : [linux, amd64, pkgtest], name: "pkg-test-linux-amd64"}
${pkgtest} {capabilities : [linux, amd64, gate], name: "pkgtest-test-linux-amd64"}
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment