Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
pmbootstrap
Commits
8ea1d6b2
Verified
Commit
8ea1d6b2
authored
5 months ago
by
Clayton Craft
Browse files
Options
Downloads
Patches
Plain Diff
DO NOT MERGE: ci: only run integration test
parent
ca53c117
No related branches found
No related tags found
No related merge requests found
Pipeline
#208616
passed
5 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-78
0 additions, 78 deletions
.gitlab-ci.yml
with
0 additions
and
78 deletions
.gitlab-ci.yml
+
0
−
78
View file @
8ea1d6b2
...
...
@@ -16,86 +16,8 @@ before_script: &global_before_scripts
-
"
adduser
-D
build"
stages
:
-
lint
-
deploy
-
test
codespell
:
stage
:
lint
script
:
-
"
.ci/codespell.sh"
pytest
:
stage
:
test
script
:
-
"
apk
-q
add
git"
-
"
su
build
-c
'git
config
--global
user.email
ci@ci'"
-
"
su
build
-c
'git
config
--global
user.name
CI'"
-
"
echo
'build
ALL=(ALL)
NOPASSWD:
ALL'
>>
/etc/sudoers"
-
"
.ci/pytest.sh"
after_script
:
-
"
cp
/home/build/.local/var/pmbootstrap/log_testsuite.txt
."
-
"
cp
/home/build/.local/var/pmbootstrap/log.txt
."
artifacts
:
when
:
on_failure
paths
:
-
"
log_testsuite.txt"
-
"
log.txt"
ruff
:
stage
:
lint
script
:
-
"
.ci/ruff.sh"
shellcheck
:
stage
:
lint
script
:
-
"
.ci/shellcheck.sh"
vermin
:
stage
:
lint
script
:
-
"
.ci/vermin.sh"
mr-settings
:
stage
:
lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
before_script
:
-
*global_before_scripts
-
"
apk
-q
add
python3"
-
"
wget
-q
'https://gitlab.com/postmarketOS/ci-common/-/raw/master/check_mr_settings.py'"
script
:
-
"
python3
./check_mr_settings.py"
mypy
:
stage
:
lint
script
:
-
"
.ci/mypy.sh"
docs
:
stage
:
lint
script
:
-
"
.ci/docs.sh"
artifacts
:
paths
:
-
public
deploy
:
only
:
-
master
stage
:
deploy
before_script
:
-
apk -q add openssh-client rsync
script
:
-
mkdir "${HOME}/.ssh"
-
echo "${SSH_HOST_KEY}" > "${HOME}/.ssh/known_hosts"
-
echo "${SSH_PRIVATE_KEY}" > "${HOME}/.ssh/id_ed25519"
-
chmod 700 "${HOME}/.ssh/id_ed25519"
-
rsync -hrvz --delete -e "ssh -p ${SSH_PORT}" public/ "${SSH_HOST}":/var/www/docs.postmarketos.org/pmbootstrap/
environment
:
name
:
deploy
integration
:
stage
:
test
before_script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment