Skip to content

Commit 8b48050

Browse files
committed
Bug 1948315: switch release-version-bump to landoscript r=releng-reviewers,taskgraph-reviewers,ahal
Tested on try in: https://treeherder.mozilla.org/jobs?repo=try&searchStr=version-bump&revision=83b0a833fe77e0a01510e7178f5b912300541fe4 Differential Revision: https://phabricator.services.mozilla.com/D246674 UltraBlame original commit: f86d0ed827f3c8be7cbf578e36215ecf854f11a1
1 parent 5598c88 commit 8b48050

File tree

2 files changed

+438
-32
lines changed
  • taskcluster

2 files changed

+438
-32
lines changed

taskcluster/gecko_taskgraph/transforms/task.py

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11069,6 +11069,19 @@
1106911069
}
1107011070

1107111071
]
11072+
11073+
Optional
11074+
(
11075+
"
11076+
bump
11077+
-
11078+
files
11079+
"
11080+
)
11081+
:
11082+
[
11083+
str
11084+
]
1107211085

1107311086
}
1107411087
)
@@ -11923,6 +11936,77 @@
1192311936
tag
1192411937
"
1192511938
)
11939+
11940+
if
11941+
worker
11942+
.
11943+
get
11944+
(
11945+
"
11946+
bump
11947+
-
11948+
files
11949+
"
11950+
)
11951+
:
11952+
11953+
bump_info
11954+
=
11955+
{
11956+
}
11957+
11958+
bump_info
11959+
[
11960+
"
11961+
next_version
11962+
"
11963+
]
11964+
=
11965+
release_config
11966+
[
11967+
"
11968+
next_version
11969+
"
11970+
]
11971+
11972+
bump_info
11973+
[
11974+
"
11975+
files
11976+
"
11977+
]
11978+
=
11979+
worker
11980+
[
11981+
"
11982+
bump
11983+
-
11984+
files
11985+
"
11986+
]
11987+
11988+
task_def
11989+
[
11990+
"
11991+
payload
11992+
"
11993+
]
11994+
[
11995+
"
11996+
version_bump_info
11997+
"
11998+
]
11999+
=
12000+
bump_info
12001+
12002+
actions
12003+
.
12004+
append
12005+
(
12006+
"
12007+
version_bump
12008+
"
12009+
)
1192612010
payload_builder
1192712011
(
1192812012

0 commit comments

Comments
 (0)