Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 46 forks source link

Fix failure to create VM in el9 scheduled E2E tests #523

Closed nlcamp closed 1 year ago

nlcamp commented 1 year ago

Switches from the Alma Linux 9 image to the RedHat 9 image. This resolves the el9 E2E test failures caused by the 'az vm create' command timing out.

Changes have been tested by running the e2e-manual-test workflow in my forked repo. The 4 el9 tests now run to completion, however the manual and DPS x509 tests now fail due to what looks like an openssl3 bug. These failures will be addressed at a later time.