Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-driver-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
version:
[ 60 ]
[ 59, 60 ]

runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ test.register_coroutine_test(
assert(component_to_endpoint_map["cookSurfaceTwo"] == COOK_SURFACE_TWO_ENDPOINT, "Cook Surface Two Endpoint must be 3")
end,
{
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -117,7 +117,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -157,7 +157,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -192,7 +192,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -171,7 +171,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -239,7 +239,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -307,7 +307,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -386,7 +386,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -450,7 +450,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -490,7 +490,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -549,7 +549,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -250,7 +250,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -339,7 +339,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)
test.register_message_test(
Expand Down Expand Up @@ -452,7 +452,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -490,7 +490,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -531,7 +531,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -592,7 +592,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -653,7 +653,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -666,7 +666,7 @@ test.register_coroutine_test(
end,
{
test_init = test_init_onoff,
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -692,7 +692,7 @@ test.register_coroutine_test(
end,
{
test_init = test_init_onoff,
min_api_version = 19
min_api_version = 17
}
)

Expand All @@ -716,7 +716,7 @@ test.register_coroutine_test(
end,
{
test_init = test_init_onoff,
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -170,7 +170,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -238,7 +238,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -306,7 +306,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -385,7 +385,7 @@ test.register_message_test(
}, -- on receiving NO ERROR we don't do anything.
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -449,7 +449,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -489,7 +489,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -548,7 +548,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -591,7 +591,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ test.register_message_test(
},
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down Expand Up @@ -178,7 +178,7 @@ test.register_message_test(
}
},
{
min_api_version = 19
min_api_version = 17
}
)

Expand Down
Loading
Loading