diff --git a/.drone.yml b/.drone.yml index afe56dc6d01b5..0ffde8a871a15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -541,7 +541,7 @@ steps: commands: - cd "/go/src/github.com/gravitational/teleport/build.assets/tooling" - 'go run ./cmd/gh-trigger-workflow -owner ${DRONE_REPO_OWNER} -repo teleport.e - -tag-workflow -timeout 1h0m0s -workflow release-mac-amd64.yaml -workflow-ref=${DRONE_BRANCH} + -tag-workflow -timeout 2h30m0s -workflow release-mac-amd64.yaml -workflow-ref=${DRONE_BRANCH} -input oss-teleport-repo=${DRONE_REPO} -input oss-teleport-ref=${DRONE_COMMIT} -input "build-packages=false" -input "release-artifacts=false" ' environment: @@ -1223,7 +1223,7 @@ steps: commands: - cd "/go/src/github.com/gravitational/teleport/build.assets/tooling" - 'go run ./cmd/gh-trigger-workflow -owner ${DRONE_REPO_OWNER} -repo teleport.e - -tag-workflow -timeout 1h0m0s -workflow release-linux-arm64.yml -workflow-ref=${DRONE_BRANCH} + -tag-workflow -timeout 2h30m0s -workflow release-linux-arm64.yml -workflow-ref=${DRONE_BRANCH} -input oss-teleport-repo=${DRONE_REPO} -input oss-teleport-ref=${DRONE_COMMIT} -input "upload-artifacts=false" ' environment: @@ -4316,7 +4316,7 @@ steps: commands: - cd "/go/src/github.com/gravitational/teleport/build.assets/tooling" - 'go run ./cmd/gh-trigger-workflow -owner ${DRONE_REPO_OWNER} -repo teleport.e - -tag-workflow -timeout 1h0m0s -workflow release-mac-amd64.yaml -workflow-ref=${DRONE_TAG} + -tag-workflow -timeout 2h30m0s -workflow release-mac-amd64.yaml -workflow-ref=${DRONE_TAG} -input oss-teleport-repo=${DRONE_REPO} -input oss-teleport-ref=${DRONE_TAG} -input "build-packages=true" -input "release-artifacts=true" ' environment: @@ -4594,7 +4594,7 @@ steps: commands: - cd "/go/src/github.com/gravitational/teleport/build.assets/tooling" - 'go run ./cmd/gh-trigger-workflow -owner ${DRONE_REPO_OWNER} -repo teleport.e - -tag-workflow -timeout 1h0m0s -workflow release-linux-arm64.yml -workflow-ref=${DRONE_TAG} + -tag-workflow -timeout 2h30m0s -workflow release-linux-arm64.yml -workflow-ref=${DRONE_TAG} -input oss-teleport-repo=${DRONE_REPO} -input oss-teleport-ref=${DRONE_TAG} -input "upload-artifacts=true" ' environment: @@ -7121,7 +7121,7 @@ steps: commands: - cd "/go/src/github.com/gravitational/teleport/build.assets/tooling" - 'go run ./cmd/gh-trigger-workflow -owner ${DRONE_REPO_OWNER} -repo teleport.e - -tag-workflow -timeout 1h0m0s -workflow promote-teleport-oci-distroless.yml -workflow-ref=${DRONE_TAG} + -tag-workflow -timeout 2h30m0s -workflow promote-teleport-oci-distroless.yml -workflow-ref=${DRONE_TAG} -input "release-source-tag=${DRONE_TAG}" ' environment: GHA_APP_KEY: @@ -8473,7 +8473,7 @@ steps: commands: - cd "/go/src/github.com/gravitational/teleport/build.assets/tooling" - 'go run ./cmd/gh-trigger-workflow -owner ${DRONE_REPO_OWNER} -repo teleport.e - -tag-workflow -timeout 1h0m0s -workflow release-teleport-oci-distroless.yml -workflow-ref=${DRONE_TAG} + -tag-workflow -timeout 2h30m0s -workflow release-teleport-oci-distroless.yml -workflow-ref=${DRONE_TAG} -input oss-teleport-repo=${DRONE_REPO} -input oss-teleport-ref=${DRONE_TAG} ' environment: GHA_APP_KEY: @@ -19833,6 +19833,6 @@ image_pull_secrets: - DOCKERHUB_CREDENTIALS --- kind: signature -hmac: 1593c6d708ccfe5368114f41b07183ad3246dd61ca1a8bb87e654f66da3dfaa7 +hmac: 7fcb923a7333dcc4c361b6875a528cc529f4d0941b2e6931af7072cd905269cf ... diff --git a/dronegen/mac_gha.go b/dronegen/mac_gha.go index 2359c04a0d5d0..49fd12e0d5dca 100644 --- a/dronegen/mac_gha.go +++ b/dronegen/mac_gha.go @@ -33,7 +33,7 @@ func darwinTagPipelineGHA() pipeline { name: "release-mac-amd64.yaml", srcRefVar: "DRONE_TAG", ref: "${DRONE_TAG}", - timeout: 60 * time.Minute, + timeout: 150 * time.Minute, slackOnError: true, shouldTagWorkflow: true, inputs: map[string]string{ @@ -61,7 +61,7 @@ func darwinPushPipelineGHA() pipeline { name: "release-mac-amd64.yaml", srcRefVar: "DRONE_COMMIT", ref: "${DRONE_BRANCH}", - timeout: 60 * time.Minute, + timeout: 150 * time.Minute, slackOnError: true, shouldTagWorkflow: true, inputs: map[string]string{ diff --git a/dronegen/promote.go b/dronegen/promote.go index 0766022ee1cbc..080f06b7d51dc 100644 --- a/dronegen/promote.go +++ b/dronegen/promote.go @@ -27,7 +27,7 @@ func promoteBuildPipelines() []pipeline { workflows: []ghaWorkflow{ { name: "promote-teleport-oci-distroless.yml", - timeout: 60 * time.Minute, + timeout: 150 * time.Minute, ref: "${DRONE_TAG}", shouldTagWorkflow: true, inputs: map[string]string{ diff --git a/dronegen/push.go b/dronegen/push.go index 39128348e1b16..99a94132afd91 100644 --- a/dronegen/push.go +++ b/dronegen/push.go @@ -83,7 +83,7 @@ func pushPipelines() []pipeline { workflows: []ghaWorkflow{ { name: "release-linux-arm64.yml", - timeout: 60 * time.Minute, + timeout: 150 * time.Minute, slackOnError: true, srcRefVar: "DRONE_COMMIT", ref: "${DRONE_BRANCH}", diff --git a/dronegen/tag.go b/dronegen/tag.go index ec62cb3445caf..3ec78a6e6ccb4 100644 --- a/dronegen/tag.go +++ b/dronegen/tag.go @@ -199,7 +199,7 @@ func tagPipelines() []pipeline { name: "release-linux-arm64.yml", srcRefVar: "DRONE_TAG", ref: "${DRONE_TAG}", - timeout: 60 * time.Minute, + timeout: 150 * time.Minute, shouldTagWorkflow: true, inputs: map[string]string{"upload-artifacts": "true"}, }, @@ -220,7 +220,7 @@ func tagPipelines() []pipeline { name: "release-teleport-oci-distroless.yml", srcRefVar: "DRONE_TAG", ref: "${DRONE_TAG}", - timeout: 60 * time.Minute, + timeout: 150 * time.Minute, shouldTagWorkflow: true, }, },