Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Pantacor
ci
pv-initial-devices
Commits
10b505a0
Commit
10b505a0
authored
Oct 21, 2020
by
Gaurav Pathak
💻
Browse files
Changed MMC_SIZE to PV_MMC_SIZE
Signed-off-by:
Gaurav Pathak
<
gaurav.pathak@pantacor.com
>
parent
1e7c6f90
Pipeline
#205729452
passed with stage
in 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
device-ci.conf.json
device-ci.conf.json
+2
-2
No files found.
.gitlab-ci.yml
View file @
10b505a0
...
...
@@ -85,7 +85,7 @@ build-x64_initial_stable:
variables
:
PH_SCHEDULED_DEVICE
:
"
x64_initial_latest"
PH_STABLE_DEVICE
:
"
x64_initial_stable"
BUILD
:
"
[{
\"
name
\"
:
\"
default
\"
,
\"
options
\"
:
\"
PANTAVISOR_DEBUG=yes
\"
},{
\"
name
\"
:
\"
installer
\"
,
\"
options
\"
:
\"
PVR_USE_SRC_BSP=no
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
MMC_SIZE=1024
\"
},{
\"
name
\"
:
\"
installer-sdo
\"
,
\"
options
\"
:
\"
PVR_USE_SRC_BSP=no
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
MMC_SIZE=1024
SDO_INSTALLER=yes
\"
}]"
BUILD
:
"
[{
\"
name
\"
:
\"
default
\"
,
\"
options
\"
:
\"
PANTAVISOR_DEBUG=yes
\"
},{
\"
name
\"
:
\"
installer
\"
,
\"
options
\"
:
\"
PVR_USE_SRC_BSP=no
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
PV_
MMC_SIZE=1024
\"
},{
\"
name
\"
:
\"
installer-sdo
\"
,
\"
options
\"
:
\"
PVR_USE_SRC_BSP=no
PANTAVISOR_DEBUG=yes
PV_INSTALLER=yes
PV_
MMC_SIZE=1024
SDO_INSTALLER=yes
\"
}]"
check-x64_initial_stable
:
extends
:
.check-status-stable
...
...
device-ci.conf.json
View file @
10b505a0
...
...
@@ -45,11 +45,11 @@
},
{
"name"
:
"installer"
,
"options"
:
"PVR_USE_SRC_BSP=no PANTAVISOR_DEBUG=yes PV_INSTALLER=yes MMC_SIZE=1024"
"options"
:
"PVR_USE_SRC_BSP=no PANTAVISOR_DEBUG=yes PV_INSTALLER=yes
PV_
MMC_SIZE=1024"
},
{
"name"
:
"installer-sdo"
,
"options"
:
"PVR_USE_SRC_BSP=no PANTAVISOR_DEBUG=yes PV_INSTALLER=yes MMC_SIZE=1024 SDO_INSTALLER=yes"
"options"
:
"PVR_USE_SRC_BSP=no PANTAVISOR_DEBUG=yes PV_INSTALLER=yes
PV_
MMC_SIZE=1024 SDO_INSTALLER=yes"
}
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment