rancher / distros-test-framework

5 stars 9 forks source link

fix arg for suc upgrade #110

Closed aganesh-suse closed 3 months ago

aganesh-suse commented 3 months ago

Proposed Changes

  1. missed a typo in the if condition for suc upgrade test.
  2. hard code the dualstack alone to be jenkins-elliptic-validation since it is in a different region and needs different pem value
  3. add rke2_windows_agent job in the batch jobs triggered.

Types of Changes

Testing

Checklist:

  1. If your PR changes anything on or related to Jenkins, run it pointing to your branch to make sure it's okay.

  2. Verify code lint; we should not have errors.

  3. Update the documentation if needed.

  4. Update makefile and docker run if adding new tests.

  5. Run your tests at least 4 times with all configurations needed and possible.

  6. If needed test with different os types.

Linked Issues

Further Comments

mdrahman-suse commented 3 months ago

I see that the batch test is missing rke2_windows job, can we add that?