Skip to content

Commit

Permalink
ci: remove major release pipeline (#12523)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney authored Apr 8, 2024
1 parent efb8541 commit 01b693e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 849 deletions.
19 changes: 0 additions & 19 deletions .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,6 @@ local imagePrefix = 'grafana';
name: 'Prepare Minor Release PR from Weekly',
}, false, false
),
'three-zero-release.yml': std.manifestYamlDoc(
lokiRelease.releasePRWorkflow(
branches=['release-3.0.x'],
buildImage=buildImage,
checkTemplate=checkTemplate,
golangCiLintVersion=golangCiLintVersion,
imageBuildTimeoutMin=imageBuildTimeoutMin,
imageJobs=imageJobs,
imagePrefix=imagePrefix,
releaseLibRef=releaseLibRef,
releaseRepo='grafana/loki',
skipArm=false,
skipValidation=false,
useGitHubAppToken=true,
releaseAs='3.0.0',
) + {
name: 'Prepare Loki 3.0 release',
}, false, false
),
'release.yml': std.manifestYamlDoc(
lokiRelease.releaseWorkflow(
branches=['release-[0-9]+.[0-9]+.x', 'k[0-9]+', 'main'],
Expand Down
Loading

0 comments on commit 01b693e

Please sign in to comment.