Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Yocto
infrastructure
gitlab-ci
Commits
105e8416
Commit
105e8416
authored
2 years ago
by
Jonas Höppner
Browse files
Options
Downloads
Patches
Plain Diff
CI: Add test command to show ip settings before build
parent
a1972724
No related branches found
No related tags found
Loading
Pipeline
#45638
passed with warnings with stages
in 6 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-yocto.yml
+11
-0
11 additions, 0 deletions
build-yocto.yml
with
11 additions
and
0 deletions
build-yocto.yml
+
11
−
0
View file @
105e8416
---
---
.networkdebug
:
&networkdebug
#
-
|-
set -x
ip address show || true
ping -4 -c 2 www.google.com || true
ping -6 -c 2 www.google.com || true
ping -4 -c 1 git.seco.com || true # does not reply but shows the ip
set +x
.collect_srcrevs
:
&collect_srcrevs
.collect_srcrevs
:
&collect_srcrevs
# write all package AUTOREVS to file
# write all package AUTOREVS to file
-
|-
-
|-
...
@@ -83,6 +93,7 @@
...
@@ -83,6 +93,7 @@
JOB_URL
:
"
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}/artifacts/"
JOB_URL
:
"
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}/artifacts/"
FNG_INSTALL_PATH
:
"
${BUILDPATH}/${IMAGEPATH}/${INSTALLSCRIPT}"
FNG_INSTALL_PATH
:
"
${BUILDPATH}/${IMAGEPATH}/${INSTALLSCRIPT}"
before_script
:
before_script
:
-
*networkdebug
-
!reference
[
.docker_check
]
-
!reference
[
.docker_check
]
-
!reference
[
.setup_ssh
]
-
!reference
[
.setup_ssh
]
-
!reference
[
.repo_checkout
]
-
!reference
[
.repo_checkout
]
...
...
This diff is collapsed.
Click to expand it.
GitBot
@gitbot
mentioned in commit
seco-ne/yocto/manifest@223fc0dd
·
2 years ago
mentioned in commit
seco-ne/yocto/manifest@223fc0dd
mentioned in commit seco-ne/yocto/manifest@223fc0dd9456a5c665f70596177ce792f728f549
Toggle commit list
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