Skip to content
Snippets Groups Projects
Verified Commit c4c6a222 authored by Caleb Connolly's avatar Caleb Connolly :recycle: Committed by Clayton Craft
Browse files

CI: use more gitlab.com runners (MR 5236)


We have access to the fancy runners since GitLab.com donate premium to
us. There's no downside to making the most of them while we can. We
don't depend on them, but they'll make our CI go zoom!

For the next few months until we migrate to self-hosted :D

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent cbe2f4f7
No related branches found
No related tags found
No related merge requests found
Pipeline #204723 passed
......@@ -124,6 +124,8 @@ mr-settings:
# build changed aports
.build:
stage: build
tags:
- saas-linux-large-amd64
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
before_script:
......@@ -149,6 +151,8 @@ build-x86:
build-aarch64:
extends: .build
tags:
- saas-linux-large-arm64
script:
- .ci/build-aarch64.sh
......
  • Administrator @root

    mentioned in commit 1403e1e4

    By clayton craft on 2024-09-06T19:32:54

    · Imported

    mentioned in commit 1403e1e4

    By clayton craft on 2024-09-06T19:32:54

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in merge request !5565 (merged)

    By clayton craft on 2024-09-06T19:33:28

    · Imported

    mentioned in merge request !5565 (merged)

    By clayton craft on 2024-09-06T19:33:28

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in commit b5bcefe6

    By clayton craft on 2024-09-06T19:45:35

    · Imported

    mentioned in commit b5bcefe6

    By clayton craft on 2024-09-06T19:45:35

    Edited by Ghost User
    Toggle commit list
  • Administrator @root

    mentioned in commit cccdf68e

    By clayton craft on 2024-09-06T19:56:23

    · Imported

    mentioned in commit cccdf68e

    By clayton craft on 2024-09-06T19:56:23

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment