Skip to content
Snippets Groups Projects

Adapting to new tags of the runners

Merged Sebastian Pape requested to merge feature/adapt_to_new_tags into master
3 files
+ 35
30
Compare changes
  • Side-by-side
  • Inline

Files

+ 12
11
@@ -61,11 +61,11 @@ Build_Windows:
@@ -61,11 +61,11 @@ Build_Windows:
- job: "Generate_Project"
- job: "Generate_Project"
artifacts: true
artifacts: true
Build_CentOS:
Build_Linux:
only: ['web', 'schedules']
only: ['web', 'schedules']
extends: .Build_CentOS_
extends: .Build_Linux_
tags:
tags:
- centos
- linux
- unreal-4.26
- unreal-4.26
variables:
variables:
GIT_STRATEGY: none
GIT_STRATEGY: none
@@ -75,17 +75,18 @@ Build_CentOS:
@@ -75,17 +75,18 @@ Build_CentOS:
needs:
needs:
- job: "Generate_Project"
- job: "Generate_Project"
artifacts: true
artifacts: true
#Deploy_CAVE:
# only: ['web', 'schedules']
# extends: .Deploy_CAVE_
# needs:
# - job: "Build_CentOS"
# artifacts: true
#
#Deploy_Windows:
#Deploy_Windows:
# only: ['web', 'schedules']
# only: ['web', 'schedules']
# extends: .Deploy_VRDev_
# extends: .Deploy_VRDev_
# needs:
# needs:
# - job: "Build_Windows"
# - job: "Build_Windows"
 
# artifacts: true
 
#
 
#Deploy_CAVE:
 
# only: ['web', 'schedules']
 
# extends: .Deploy_CAVE_
 
# needs:
 
# - job: "Build_Linux"
# artifacts: true
# artifacts: true
 
#
Loading