[v9.3.x] CI: Remove variants arg from package step (#62858) (#62998)

CI: Remove variants arg from `package` step (#62858)

* Remove variants arg from package step

# Conflicts:
#	.drone.yml

* Fix starlark lint

* Default to releaseModeConfig.Variants

* Check for empty variants arg

(cherry picked from commit e5c48ac945)

# Conflicts:
#	.drone.yml
This commit is contained in:
Dimitris Sotirakis
2023-02-07 11:18:54 +02:00
committed by GitHub
parent 5860269b82
commit 8faaacd80d
5 changed files with 15 additions and 28 deletions
-1
View File
@@ -477,7 +477,6 @@ def enterprise2_pipelines(prefix = "", ver_mode = ver_mode, trigger = release_tr
package_step(
edition = "enterprise2",
ver_mode = ver_mode,
variants = ["linux-amd64"],
),
upload_cdn,
copy_packages_for_docker_step(edition = "enterprise2"),