Skip to content

Create release branch structure#1305

Merged
KatrinIhler merged 5 commits intoopencast:r/17.xfrom
gregorydlogan:r/17.x
May 24, 2025
Merged

Create release branch structure#1305
KatrinIhler merged 5 commits intoopencast:r/17.xfrom
gregorydlogan:r/17.x

Conversation

@gregorydlogan
Copy link
Copy Markdown
Member

This PR mirrors opencast/editor#1580, adding workflows to create branched releases in the format of N.x-YYYY-MM-DD

…anch deploys. Also caches the build to keep things coherent.
…ly across feature branches, so we switch to branch-based deploys. Since we don't care about the branch history (right?!), we rewrite the branch each time
@gregorydlogan gregorydlogan added the type:infrastructure Build process, deployment, workflows label May 23, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1305

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1305

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1305/2025-05-23_16-46-45/ .
It might take a few minutes for it to become available.

@KatrinIhler KatrinIhler changed the base branch from main to r/17.x May 24, 2025 13:44
@KatrinIhler
Copy link
Copy Markdown
Member

Looks reasonable and I need this to cut a release, soo... *hits the merge button* :D

@KatrinIhler KatrinIhler merged commit 6c9031e into opencast:r/17.x May 24, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:infrastructure Build process, deployment, workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants