Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Merge requests
!5734
extra-repos/systemd/plasma*: upgrade to 6.2.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
extra-repos/systemd/plasma*: upgrade to 6.2.2
upgrade-plasma-systemd
into
master_staging_systemd
Overview
7
Commits
3
Pipelines
31
Changes
1
Merged
Bart Ribbers
requested to merge
upgrade-plasma-systemd
into
master_staging_systemd
5 months ago
Overview
7
Commits
3
Pipelines
31
Changes
1
Expand
0
0
Merge request reports
Viewing commit
11e6ad4a
Show latest version
1 file
+
0
−
131
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
11e6ad4a
DO NOT MERGE: ci: only run pipeline that fails
· 11e6ad4a
Clayton Craft
authored
5 months ago
.gitlab-ci.yml
+
0
−
131
Options
@@ -7,9 +7,7 @@ before_script: &global_before_scripts
after_script
:
-
.ci/lib/move_logs.sh $CI_PROJECT_DIR
stages
:
-
lint
-
build
-
autoupdate
variables
:
# Default of 20 is pretty small, sometimes MRs have >20 commits in them. 100
# seems like a reasonable balance. If this is too low, git merge-base (from ci/
@@ -27,106 +25,6 @@ workflow:
# Run scheduled pipeline for autoupdate or manually triggered pipeline
-
if
:
$CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"
# device documentation
wiki
:
stage
:
lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
changes
:
-
.ci/**/*
-
.gitlab-ci.yml
-
device/*/device-*/*
script
:
-
.ci/lib/gitlab_prepare_ci.sh
-
.ci/wiki.sh
# testcases linting
ruff
:
stage
:
lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
changes
:
-
.ci/*
-
.ci/*/*
-
.gitlab-ci.yml
script
:
-
.ci/lib/gitlab_prepare_ci.sh
-
.ci/ruff.sh
# shellcheck and various grep checks
shellcheck-grep
:
stage
:
lint
image
:
alpine:edge
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
script
:
-
.ci/lib/gitlab_prepare_ci.sh
-
.ci/shellcheck.sh
-
.ci/grep.sh
-
.ci/codeowners.sh
editor-config
:
stage
:
lint
image
:
alpine:edge
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
script
:
-
.ci/lib/gitlab_prepare_ci.sh
-
.ci/ec.sh
# aports checks (generic)
pytest-commits
:
stage
:
lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
script
:
-
.ci/lib/gitlab_prepare_ci.sh
-
.ci/pytest.sh
-
.ci/commits.sh
artifacts
:
when
:
on_failure
paths
:
-
log.txt
-
log_testsuite_pmaports.txt
-
pmbootstrap.cfg
expire_in
:
1 week
# APKBUILD linting
aport-lint
:
stage
:
lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
script
:
-
.ci/lib/gitlab_prepare_ci.sh
-
.ci/apkbuild-lint.sh
allow_failure
:
true
# kernel kconfig check
kernel-kconfig
:
stage
:
lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
changes
:
-
kconfigcheck.toml
-
device/*/linux-*/config-*
-
main/linux-*/config-*
script
:
-
.ci/lib/gitlab_prepare_ci.sh
-
.ci/kconfig.sh
# MR settings
# (Checks for "Allow commits from members who can merge to the target branch")
mr-settings
:
stage
:
lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
before_script
:
-
*global_before_scripts
-
apk -q add python3
script
:
-
wget -q "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/check_mr_settings.py"
-
python3 ./check_mr_settings.py
# build changed aports
.build
:
stage
:
build
@@ -147,32 +45,3 @@ build-x86_64:
extends
:
.build
script
:
-
.ci/build-x86_64.sh
build-aarch64
:
extends
:
.build
script
:
-
.ci/build-aarch64.sh
build-armv7
:
extends
:
.build
script
:
-
.ci/build-armv7.sh
auto-update
:
stage
:
autoupdate
rules
:
# This variable is set in the scheduled pipeline configuration. It should be a space separated list of
# package names to update.
-
if
:
$AUTOUPDATE_PACKAGES !=
null
&& $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"
before_script
:
-
.ci/lib/gitlab_prepare_ci.sh
script
:
-
.ci/autoupdate.sh "$AUTOUPDATE_PACKAGES"
after_script
:
-
.ci/lib/move_logs.sh $CI_PROJECT_DIR
artifacts
:
when
:
on_failure
paths
:
-
log.txt
-
log_testsuite_pmaports.txt
-
pmbootstrap.cfg
Loading