cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 928 forks source link

Start using cflinuxfs3 #2967

Closed joaopapereira closed 3 months ago

joaopapereira commented 3 months ago

Description of the Change

This change will add a new opsfile to enable integration tests in edge to use cflinuxfs3.

joaopapereira commented 3 months ago

We are in the process of changing pools we are using to run tests for cli and to do that, we need to ensure that linuxfs-3 is present in the deployment, or else a big group of tests would have to be changed. This change is also necessary to support the current min capi version tests we will re-add.

Another point here is that we are planning on stopping support v7 around Oct, so the amount of changes that we would need to do is too big compared with just adding support for Linux-3 is too big for something that we plan on stopping supporting in a few months' time.

moleske commented 3 months ago

Definitely curious which tests need to change. Though I'm assuming these tests are only on the v7 branch.

As long as this is old contained to the v7 branch, seems reasonable.