keycloak-ui icon indicating copy to clipboard operation
keycloak-ui copied to clipboard

Testing running on release branches

Open stianst opened this issue 2 years ago • 4 comments

Description

On push to release branches (for example 19.0) we need at least Cypress testing to run, using Keycloak built from the applicable release branch (for example 19.0) instead of main.

This will allow us to verify that a release branch of the admin-ui works against a release branch of Keycloak, so we know if we can do a patch release from the release branch or not.

Discussion

No response

Motivation

No response

Details

No response

stianst avatar Sep 08 '22 10:09 stianst

@ssilvert this is fairly high priority as right now we do not know if Admin UI 19.0.2 for example will work with Keycloak 19.0.2.

stianst avatar Sep 08 '22 10:09 stianst

@jonkoops I looks like we got past this issue for 19.0.2 with a manual test run. But I'm assigning to you so we can come up with a permanent solution for next time.

ssilvert avatar Sep 11 '22 20:09 ssilvert

The manual run is not enough to resolve this issue?

jonkoops avatar Sep 15 '22 09:09 jonkoops

The manual run is not enough to resolve this issue?

We need two things here to resolve this issue:

  • Test PRs to 19.0 branch against 19.0 branch in keycloak/keycloak
  • Continuous testing integration of keycloak/keycloak:19.0 with keycloak/keycloak-ui:19.0. For now a nightly run is sufficient, but long term we may want something better than that.

stianst avatar Sep 15 '22 10:09 stianst