Skip to content

Commit 01d989b

Browse files
committed
Specific changes for NGOv1.X
1 parent 8a2297b commit 01d989b

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.yamato/ngo-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ngo_release_preparation:
33
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 }
44
triggers:
55
recurring:
6-
- branch: develop-2.0.0 # We make new releases from this branch
6+
- branch: develop # We make new releases from this branch
77
frequency: weekly # Run at some point every Saturday. Note that it's restricted to every 4th Saturday inside the script
88
rerun: always
99
commands:

Tools/scripts/ReleaseAutomation/triggerYamatoJobsForNetcodeReleaseValidation.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,6 @@ def trigger_NGO_release_preparation_jobs():
132132
{
133133
"name": "BossRoom",
134134
"jobDefinition": f".yamato%2Fproject-builders%2Fproject-builders.yml%23build_BossRoom_project",
135-
},
136-
{
137-
"name": "Asteroids",
138-
"jobDefinition": f".yamato%2Fproject-builders%2Fproject-builders.yml%23build_Asteroids_project",
139-
},
140-
{
141-
"name": "SocialHub",
142-
"jobDefinition": f".yamato%2Fproject-builders%2Fproject-builders.yml%23build_SocialHub_project",
143135
}
144136
]
145137

Tools/scripts/Utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def getDefaultRepoBranch():
88
This will be used to for example push changelog update for the release.
99
In general this branch is the default working branch
1010
"""
11-
return 'develop-2.0.0'
11+
return 'develop'
1212

1313
def getNetcodeGithubRepo():
1414
"""Returns the name of MP Tools repo."""

0 commit comments

Comments
 (0)