split tests into upgrades, storages and packages #108

Merged
twenty-panda merged 5 commits from refs/pull/108/head into main 2024-04-27 08:53:41 +00:00
twenty-panda commented 2024-03-17 10:59:13 +00:00 (Migrated from code.forgejo.org)
  • build all dev versions prior to running
  • upload the dev versions as artifacts (do not use the cache because it is bound to a runner)
  • separate upgrade + storage job from package job so they run in parallel
* build all dev versions prior to running * upload the dev versions as artifacts (do not use the cache because it is bound to a runner) * separate upgrade + storage job from package job so they run in parallel
earl-warren (Migrated from code.forgejo.org) reviewed 2024-03-17 14:18:14 +00:00
earl-warren (Migrated from code.forgejo.org) left a comment

Good to merge once the debug is removed.

Good to merge once the debug is removed.
@ -121,4 +49,4 @@
upgrade:
name: upgrade and storage
needs: [build]
earl-warren (Migrated from code.forgejo.org) commented 2024-03-17 14:18:14 +00:00

it should also work with docker, there is no need for LXC here. However it is probably best to keep them the same as they are not exactly identical in terms of dependencies.

it should also work with docker, there is no need for LXC here. However it is probably best to keep them the same as they are not exactly identical in terms of dependencies.
twenty-panda commented 2024-03-17 14:22:59 +00:00 (Migrated from code.forgejo.org)

Debug is removed.

Debug is removed.
earl-warren (Migrated from code.forgejo.org) approved these changes 2024-03-17 16:51:16 +00:00
earl-warren (Migrated from code.forgejo.org) approved these changes 2024-03-17 18:21:13 +00:00
Sign in to join this conversation.
No reviewers
No labels
l1
l2
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: earl-warren/end-to-end#108
No description provided.