Skip to content

Commit

Permalink
ci: remove 3.0 release off main (#12522)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney authored Apr 8, 2024
1 parent 79b876b commit 658fcb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 850 deletions.
21 changes: 1 addition & 20 deletions .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local imageJobs = {
querytee: build.image('loki-query-tee', 'cmd/querytee', platform=['linux/amd64']),
};

local buildImage = 'grafana/loki-build-image:0.33.0';
local buildImage = 'grafana/loki-build-image:0.33.1';
local golangCiLintVersion = 'v1.55.1';

local imageBuildTimeoutMin = 40;
Expand Down 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=['main'],
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-rc.1',
) + {
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
Empty file.
Loading

0 comments on commit 658fcb7

Please sign in to comment.