|
|
|
Now that you have a CI/CD pipeline setup, we want you to set up a pipeline to grade students work and give appropriate feedback in the CI/CD logs. The test should **NOT** be local to the repository. Simple test may exist in the repository; however, the bulk of the test should exist in another repository.
|
|
|
|
|
|
|
|
Hint 1: Use the `image` field to your advantage.
|
|
|
|
|
|
|
|
Hint 2: Have a `scripts` directory.
|
|
|
|
|
|
|
|
# Features
|
|
|
|
- On push, the CI/CD script must clone both the submission repository and the test repository.
|
|
|
|
- The test executed is the test from the test repository using the submission's repository source code. |
|
|
|
\ No newline at end of file |