Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
electron
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
electron
Commits
cf1a4698
Unverified
Commit
cf1a4698
authored
1 year ago
by
Samuel Attard
Browse files
Options
Downloads
Patches
Plain Diff
build: use arm test runner with git
parent
da026eba
Branches
trop/26-x-y-bp-build-use-container-runner-for-arm-tests-1704845554068
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config/base.yml
+2
-2
2 additions, 2 deletions
.circleci/config/base.yml
with
2 additions
and
2 deletions
.circleci/config/base.yml
+
2
−
2
View file @
cf1a4698
...
...
@@ -82,12 +82,12 @@ executors:
linux-arm
:
resource_class
:
electronjs/aks-linux-arm-test
docker
:
-
image
:
ghcr.io/electron/test:arm32v7-
8e0f85b708fa58e28e4824954d6fd55adfda5e9e
-
image
:
ghcr.io/electron/test:arm32v7-
b0dee37de023a8d8a15bb8916325b54a4aebfb0c
linux-arm64
:
resource_class
:
electronjs/aks-linux-arm-test
docker
:
-
image
:
ghcr.io/electron/test:arm64v8-
76d5d29e247972da3855a01c2d8cf72c5998233a
-
image
:
ghcr.io/electron/test:arm64v8-
b0dee37de023a8d8a15bb8916325b54a4aebfb0c
# The config expects the following environment variables to be set:
# - "SLACK_WEBHOOK" Slack hook URL to send notifications.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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