This repository has been archived by the owner on May 25, 2023. It is now read-only.
Added jobSpec to create test job in e2e #425
Labels
area/test
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Milestone
DESCRIPTION: -- symptom of the problem a customer would see
Currently, we use
createJob
with several parameters to create test jobs. There're two major issues:It's better to introduce a test struct, named
jobSpec
, to cover that; for exampleThe text was updated successfully, but these errors were encountered: