Skip to content

Commit b321fa2

Browse files
ForestEckhardtarjun024
authored andcommitted
Migrates buildpack to use switchblade test harness
1 parent a5f9cf0 commit b321fa2

File tree

560 files changed

+76161
-837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

560 files changed

+76161
-837
lines changed

config.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
2-
"stack": "cflinuxfs3",
2+
"stack": "cflinuxfs4",
33
"oses": [
44
"linux"
55
],
66
"integration": {
7-
"harness": "ginkgo",
7+
"harness": "switchblade",
88
"matrix": [
9-
{ "cached": false, "parallel": true },
10-
{ "cached": true, "parallel": true }
9+
{
10+
"cached": false,
11+
"parallel": true
12+
},
13+
{
14+
"cached": true,
15+
"parallel": true
16+
}
1117
]
1218
}
1319
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)