By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
To enable a faster feedback loop when pushing up to a pull request, move the Docker image building for both PostgreSQL and SQLite into separate CI jobs.
Additionally, the workflow itself seemed broken. make build-sqlite uses buildx and requires a tag param now, which is causing testing CI workflows to fail when they are not able to build the Docker image.
Older CI workflows used to run docker build without the buildx driver, and the rule that does this got renamed to dev-build-${db}, so I switched the rule name to get this working again.
How to test?
The test.yml workflow should pass and be substantially faster.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/2084
**Author:** [@water-sucks](https://github.com/water-sucks)
**Created:** 12/15/2025
**Status:** ✅ Merged
**Merged:** 12/16/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `dev` ← **Head:** `parallelize-test-ci-workflow`
---
### 📝 Commits (1)
- [`abe76e5`](https://github.com/fosrl/pangolin/commit/abe76e500286d683836d5df3b0d1884bbb165597) ci: parallelize test workflow
### 📊 Changes
**1 file changed** (+24 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `.github/workflows/test.yml` (+24 -5)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
To enable a faster feedback loop when pushing up to a pull request, move the Docker image building for both PostgreSQL and SQLite into separate CI jobs.
Additionally, the workflow itself seemed broken. `make build-sqlite` uses `buildx` and requires a `tag` param now, which is causing testing CI workflows to fail when they are not able to build the Docker image.
Older CI workflows used to run `docker build` without the `buildx` driver, and the rule that does this got renamed to `dev-build-${db}`, so I switched the rule name to get this working again.
## How to test?
The `test.yml` workflow should pass and be substantially faster.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2084
Author: @water-sucks
Created: 12/15/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @oschwartz10612
Base:
dev← Head:parallelize-test-ci-workflow📝 Commits (1)
abe76e5ci: parallelize test workflow📊 Changes
1 file changed (+24 additions, -5 deletions)
View changed files
📝
.github/workflows/test.yml(+24 -5)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
To enable a faster feedback loop when pushing up to a pull request, move the Docker image building for both PostgreSQL and SQLite into separate CI jobs.
Additionally, the workflow itself seemed broken.
make build-sqliteusesbuildxand requires atagparam now, which is causing testing CI workflows to fail when they are not able to build the Docker image.Older CI workflows used to run
docker buildwithout thebuildxdriver, and the rule that does this got renamed todev-build-${db}, so I switched the rule name to get this working again.How to test?
The
test.ymlworkflow should pass and be substantially faster.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.