Skip to content

Enable Azure dynamic agents for aarch64 Linux #6784

@smlambert

Description

@smlambert

Similar to #5684, we can enable dynamic agents for aarch64 Linux. Before enabling, we should run through all 9 top-level test targets to check that there are limited or no failures due to running on this new type of agent.

To enable, we'd want to edit https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/openjdk_tests#L13-L16, by adding'DynamicAgents' : ['azure'] (see https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/openjdk_tests#L110).

We'd also need to say which image to use (which is why the naming of images is important. If the naming convention is standardized/predictable, the code to include new images will be kept very simple. This section https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/openjdk_tests#L575-L580 will need to be updated.

Later under a different issue, we will also want some logic that will cycle through the various types of images to ensure good coverage, instead of hard-coding to a single type for each platform/arch as we do know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions