airshipit / airshipctl

A CLI for managing declarative infrastructure.
Apache License 2.0
43 stars 49 forks source link

AIAP: Shift gates to use AIAP #659

Open eak13 opened 3 years ago

eak13 commented 3 years ago

We need to shift our upstream gates to use AIAP exclusively as the functional testing gate in our Airshipctl Zuul and Jenkins systems, so that we are using the same testing mechanism end to end. This requires #658 to be in place first before this can be implemented.

sirajyasin commented 2 years ago

I can see the issue #658 is now completed. I can test log extraction feature and enable voting for aiap zuul gate. can someone assign this issue to me ?

michael-beaver commented 2 years ago

@sirajyasin Sorry I didn't get this assigned to me, I am already working this as well as #658

joshuaherrera commented 2 years ago

This related patchset https://review.opendev.org/c/airship/airshipctl/+/824738 is needed so that the /var/local-path-provisioner exists for the persistent volume and persistent volume claim.

The Zuul job was timing out because this directory was not found. With this PS, the AIAP Zuul job no longer times out, but it seems to still fail, so the failures would need to be resolved before shifting the gates over to AIAP.

I was using this test PS to log output from the Zuul job (https://review.opendev.org/c/airship/airshipctl/+/823727)