Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI Scripts
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
CI Scripts
Commits
e2fb6bd5
Commit
e2fb6bd5
authored
Nov 30, 2022
by
Sebastian Pape
Browse files
Options
Downloads
Patches
Plain Diff
Adapting to new tags of the runners
parent
a1e1af02
Branches
Branches containing commit
No related tags found
1 merge request
!33
Adapting to new tags of the runners
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
plugins.gitlab-ci.yml
+12
-11
12 additions, 11 deletions
plugins.gitlab-ci.yml
project.gitlab-ci.yml
+15
-12
15 additions, 12 deletions
project.gitlab-ci.yml
shared_scripts.yml
+8
-7
8 additions, 7 deletions
shared_scripts.yml
with
35 additions
and
30 deletions
plugins.gitlab-ci.yml
+
12
−
11
View file @
e2fb6bd5
...
...
@@ -61,11 +61,11 @@ Build_Windows:
-
job
:
"
Generate_Project"
artifacts
:
true
Build_
CentOS
:
Build_
Linux
:
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Build_
CentOS
_
extends
:
.Build_
Linux
_
tags
:
-
centos
-
linux
-
unreal-4.26
variables
:
GIT_STRATEGY
:
none
...
...
@@ -76,16 +76,17 @@ Build_CentOS:
-
job
:
"
Generate_Project"
artifacts
:
true
#Deploy_
CAVE
:
#Deploy_
Windows
:
# only: ['web', 'schedules']
# extends: .Deploy_
CAVE
_
# extends: .Deploy_
VRDev
_
# needs:
# - job: "Build_
CentOS
"
# - job: "Build_
Windows
"
# artifacts: true
#
#Deploy_
Windows
:
#Deploy_
CAVE
:
# only: ['web', 'schedules']
# extends: .Deploy_
VRDev
_
# extends: .Deploy_
CAVE
_
# needs:
# - job: "Build_
W
in
dows
"
# - job: "Build_
L
in
ux
"
# artifacts: true
#
This diff is collapsed.
Click to expand it.
project.gitlab-ci.yml
+
15
−
12
View file @
e2fb6bd5
...
...
@@ -36,24 +36,27 @@ Build_Windows:
CLIENT_CONFIG
:
"
DebugGame"
# CLIENT_CONFIG: "Shipping"
Build_
CentOS
:
Build_
Linux
:
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Build_
CentOS
_
extends
:
.Build_
Linux
_
tags
:
-
centos
-
linux
-
unreal-4.26
variables
:
CLIENT_CONFIG
:
"
DebugGame"
# CLIENT_CONFIG: "Shipping"
Deploy_Windows
:
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Deploy_VRDev_
needs
:
-
job
:
"
Build_Windows"
artifacts
:
true
Deploy_CAVE
:
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Deploy_CAVE_
dependencies
:
-
Build_CentOS
needs
:
-
job
:
"
Build_Linux"
artifacts
:
true
Deploy_Windows
:
only
:
[
'
web'
,
'
schedules'
]
extends
:
.Deploy_VRDev_
dependencies
:
-
Build_Windows
This diff is collapsed.
Click to expand it.
shared_scripts.yml
+
8
−
7
View file @
e2fb6bd5
...
...
@@ -21,7 +21,8 @@ variables:
-
web
-
schedules
tags
:
-
centos
-
linux
-
project-generation
variables
:
GEN_TEMPLATE_REPO
:
"
https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unrealprojecttemplate.git"
GEN_TEMPLATE_BRANCH
:
"
4.26"
...
...
@@ -58,7 +59,7 @@ variables:
EXTRA_ARGS
:
"
"
tags
:
-
windows
-
unreal-4.2
2
-
unreal-4.2
6
script
:
# Clean folder before building
-
git clean -qxfdf; git submodule foreach --quiet --recursive git clean -qxfdf
...
...
@@ -97,7 +98,7 @@ variables:
##################################Linux##################################
.Build_
CentOS
_
:
.Build_
Linux
_
:
stage
:
build
variables
:
GIT_STRATEGY
:
clone
...
...
@@ -105,8 +106,8 @@ variables:
CLIENT_CONFIG
:
"
Shipping"
EXTRA_ARGS
:
"
"
tags
:
-
centos
-
unreal-4.2
2
-
linux
-
unreal-4.2
6
script
:
# Clean folder before building
-
git clean -qxfdf && git submodule foreach --quiet --recursive git clean -qxfdf
...
...
@@ -149,7 +150,7 @@ variables:
.Deploy_VRDev_
:
stage
:
deploy
tags
:
-
centos
-
linux
-
networkdeploy
allow_failure
:
true
script
:
...
...
@@ -170,7 +171,7 @@ variables:
.Deploy_CAVE_
:
stage
:
deploy
tags
:
-
centos
-
linux
-
networkdeploy
allow_failure
:
true
script
:
...
...
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