summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2022-12-16CI: Fix image for amd64-muslLain Soykaf
2022-12-15Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-depsLain Soykaf
2022-12-06CI: Tag amd64 releases for amd64 runnersHaelwenn (lanodan) Monnier
2022-11-11allow custom db portIván Raskovsky
2022-11-06Merge branch 'ci-coverage' into 'develop'tusooa
Test coverage: Switch to covertool to get cobertura output See merge request pleroma/pleroma!3745
2022-11-03Update to Phoenix 1.6 and chase dependenciesMark Felder
Also bump minimum Elixir to 1.11
2022-09-03Test coverage: Switch to covertool to get cobertura outputci-coverageHaelwenn (lanodan) Monnier
This allows to have coverage information integrated into Gitlab
2022-09-02Bump minimum Elixir version to 1.10Haelwenn (lanodan) Monnier
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0
2022-07-20CI: Remove cache on cyclesHaelwenn (lanodan) Monnier
cycles uses a different system than the rest of the testing_cache, creating errors like libcrypto.so.1 being missing
2022-07-12CI: cycles: Use current stable elixir imageshrink-ciHaelwenn (lanodan) Monnier
2022-07-12CI: template for change policies based on build stageHaelwenn (lanodan) Monnier
2022-07-11CI: Run stages when .gitlab-ci.yml changesHaelwenn (lanodan) Monnier
2022-07-11CI: Run lint and cycles in alpineHaelwenn (lanodan) Monnier
2022-07-11CI: Run postgres services in alpineHaelwenn (lanodan) Monnier
2022-01-15unit-testing-erratic: allow failureAlex Gleason
2021-12-26CI: Fix the broken tasks.more-efficient-ciLain Soykaf
2021-12-26CI: Use own package as baseLain Soykaf
So we can skip updating and installing the same packages a million times. It will still grab the hex.pm stuff -- maybe we can find a way to avoid this, too.
2021-12-26CI: Start testing erratic test againLain Soykaf
Erratic tests are now ran in their own task, so we don't block normal testing. The runtime is under a minute, so even if this one has to be retried, it shouldn't take forever.
2021-12-25GitLab CI: don't retry failed jobsAlex Gleason
2021-11-15CI: Upload the image for all platformsLain Soykaf
For some reason the other platforms started failing, too. This fixes it. Why? Don't know.
2021-11-14CI: Conservatively update release images so they keep building.Lain Soykaf
2021-10-06CI: Bump lint stage to elixir-1.12Haelwenn (lanodan) Monnier
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
2021-09-20Update to newer buildx as current one can't be downloaded due to some Github ↵Mark Felder
error
2021-06-11Cycles CI: skip unless Elixir code is modifiedAlex Gleason
2021-06-09Cycles CI: disable cacheAlex Gleason
2021-06-09CI: echo $MIX_ENVAlex Gleason
2021-06-09Add cycles test to .gitlab-ci.ymlAlex Gleason
Thank you @jb55@bitcoinhackers.org for the awk syntax
2021-06-02Don't generate new specs unless they've changed.Mark Felder
2021-06-02Skip build, test, analysis/lint when we don't make code changesMark Felder
2021-04-29CI: Purge pleroma build directory between runsAlex Gleason
2021-04-27Cache gitlab-ci based on mix.lockAlex Gleason
2021-03-11Execute mix deps.get earlier and avoid duplicate invocations if possibleMark Felder
2021-03-10Revert "See if switching to same image as releases fixes the build"Mark Felder
This reverts commit 502d166b7e44e36a94974df4770de6c6a239ad75.
2021-03-10See if switching to same image as releases fixes the buildMark Felder
2021-03-10Ensure we fetch deps during spec-build stageMark Felder
2021-02-17Do not want these interfering with develop buildsMark Felder
2021-02-17Make it possible to generate custom docker images by prefixing the branch ↵Mark Felder
name with "build-docker"
2021-02-03CI: Forgot $ in spec-deployrinpatch
2021-02-03CI: Add job ref when calling api docs builderrinpatch
Just grabbing the latest artifact for the branch does not work because gitlab will only change the latest artifact when the whole pipeline finishes
2021-02-03Improve OpenAPI spec and deploy it to api.pleroma.socialrinpatch
Too many changes in OpenAPI spec to describe each one, but basically it is tag fixes, bringing consitency to operation summaries and fixing some incorrect information.
2020-11-27Gitlab-CI: Explicitly tag specified arm32 images.lain
So we don't accidentally run generic images on runners that only can deal with specific images.
2020-11-19Gitlab CI: Update postgreslain
2020-11-17Gitlab CI: Specify image architecture for arm64 imageslain
2020-11-13Gitlab CI: Change tags bag to arm32lain
2020-11-13Gitlab CI: Alpine is alpinelain
2020-11-13Gitlab CI: Specify arm32v7 image for arm32 buildslain
2020-10-20CI: Install libmagic-dev in debian release targetsHaelwenn (lanodan) Monnier
2020-10-20CI: Install file-dev in alpine release targetsHaelwenn (lanodan) Monnier
2020-10-09Merge branch 'develop' into feature/gen-magicMark Felder
2020-09-28CI: Add ffmpeglain