You are given a test pipeline consisting of three test jobs: - Test_Job1: executes a build phase, then runs test_a, test_b, test_c - Test_Job2: executes a build phase, then runs test_d, test_e, test_f - Test_Job3: executes a build phase, then runs test_x, test_y, test_z Each job must complete its build…