From ee439d0ba9e7541c85592345c14449fd0e8562f6 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 3 Jan 2025 10:47:10 -0800 Subject: [PATCH] add one more job to auto tab in main pipeline --- pipelines/main/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/main/pipeline.yml b/pipelines/main/pipeline.yml index e12bbc816..df2b3a377 100644 --- a/pipelines/main/pipeline.yml +++ b/pipelines/main/pipeline.yml @@ -30,6 +30,7 @@ groups: - deploy-and-test-acceptance-gke - integration-test-eks-latest - integration-test-aks-latest + - ready-to-release - name: int-k8s-versions jobs: - run-int-k8s-versions @@ -65,7 +66,7 @@ groups: - integration-test-aks-oldest - name: release jobs: - - ready-to-release + - ready-to-release # this job is auto-triggered, but show it again here to make it easy to see in the UI which versions are ready to go - release - update-version-and-cli-docs - update-homebrew-formula