Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monitoring
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
Package registry
Container 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
monitoring
Commits
8e0bdadb
Unverified
Commit
8e0bdadb
authored
4 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
Run checks on v21.03 branch too (MR 3)
parent
ffa94169
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!3
Run checks on v21.03 branch too
Pipeline
#164901
passed with warnings
4 years ago
Stage: check
Stage: badge
Stage: deploy
Changes
2
Pipelines
1364
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/generate_page.sh
+5
-1
5 additions, 1 deletion
.ci/generate_page.sh
.gitlab-ci.yml
+11
-0
11 additions, 0 deletions
.gitlab-ci.yml
with
16 additions
and
1 deletion
.ci/generate_page.sh
+
5
−
1
View file @
8e0bdadb
#!/bin/sh -ex
export
BRANCHES
=
"master v20.05"
export
BRANCHES
=
"
master
v20.05
v21.03
"
mkdir
-p
public
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
11
−
0
View file @
8e0bdadb
...
...
@@ -55,6 +55,17 @@ upstream-compat-v20.05:
paths
:
-
"
*.check-passed"
upstream-compat-v21.03
:
stage
:
check
<<
:
*only-default
allow_failure
:
true
script
:
-
./test_upstream_compat_setup.sh "v21.03"
artifacts
:
when
:
always
paths
:
-
"
*.check-passed"
pages
:
stage
:
badge
<<
:
*only-default
...
...
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