Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab Browser Performance Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
Developer Experience
GitLab Browser Performance Tool
Commits
793caae2
Commit
793caae2
authored
1 month ago
by
Nailia Iskhakova
Browse files
Options
Downloads
Patches
Plain Diff
Update Ruby base image and pin Alpine version
parent
58d9a0db
No related branches found
No related tags found
1 merge request
!108
Update Ruby base image and pin Alpine version
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/.gbpt-base.yml
+3
-3
3 additions, 3 deletions
.gitlab/ci/.gbpt-base.yml
.gitlab/ci/sitespeed.yml
+5
-5
5 additions, 5 deletions
.gitlab/ci/sitespeed.yml
with
8 additions
and
8 deletions
.gitlab/ci/.gbpt-base.yml
+
3
−
3
View file @
793caae2
.sitespeed-base
:
image
:
ruby:3-alpine
image
:
ruby:3-alpine
3.21
before_script
:
-
apk add --no-cache build-base curl
-
apk add --no-cache build-base curl
linux-headers
-
gem install bundler && bundle config without dev && bundle install
.sitespeed-test-base
:
extends
:
.sitespeed-base
services
:
-
docker:2
4.0.6
-dind
-
docker:2
7
-dind
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_HOST
:
tcp://docker:2375
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/sitespeed.yml
+
5
−
5
View file @
793caae2
...
...
@@ -5,9 +5,9 @@ check:sitespeed:
stage
:
check
image
:
docker:git
services
:
-
docker:2
4.0.6
-dind
-
docker:2
7
-dind
variables
:
SITESPEED_IMAGE
:
sitespeedio/sitespeed.io
SITESPEED_IMAGE
:
sitespeedio/sitespeed.io
:35
script
:
-
apk add npm
-
npm install --prefix ./sitespeed/plugin/
...
...
@@ -22,9 +22,9 @@ check:sitespeed:
check:rubocop
:
stage
:
check
image
:
ruby:3-alpine
image
:
ruby:3-alpine
3.21
before_script
:
-
apk add build-base
-
apk add build-base
linux-headers
-
gem install bundler && bundle config without run && bundle install
script
:
-
rubocop --parallel
...
...
@@ -79,7 +79,7 @@ sitespeed-performance:
stage
:
sitespeed
extends
:
.sitespeed-test-base
variables
:
SITESPEED_IMAGE
:
sitespeedio/sitespeed.io
SITESPEED_IMAGE
:
sitespeedio/sitespeed.io
:35
script
:
-
apk add docker npm
-
npm install --prefix ./sitespeed/plugin/
...
...
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