Skip to content

Commit

Permalink
chore: remove temporary branch override
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 20, 2024
1 parent fd0e575 commit 0fd797d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": "workflows"
}
},
"version": "40ee4940603c906ce4af96c898dd4a5cd0fca2d5",
"sum": "jvOGy42cFuFi3CxcdXyOm8Xju2pjRPuevtarfNJFqpc="
"version": "c005223f58b83f288b655dde5bcfeff7490c7aa5",
"sum": "5K+r6Bsb8JMR1ytQjSObjvHFpH7SJBi5D4ysSwvC4/g="
}
],
"legacyImports": false
Expand Down
5 changes: 3 additions & 2 deletions .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ local build = lokiRelease.build;
promtail: build.image('promtail', 'clients/cmd/promtail'),
querytee: build.image('querytee', 'cmd/querytee', platform=['linux/amd64']),
},
branches=['release-[0-9]+.[0-9]+.x', 'fix-action-names-in-main'],
branches=['release-[0-9]+.[0-9]+.x'],
checkTemplate='grafana/loki-release/.github/workflows/check.yml@release-1.10.x',
imagePrefix='grafana',
releaseRepo='grafana/loki',
skipArm=false,
skipValidation=true,
skipValidation=false,
versioningStrategy='always-bump-patch',
), false, false
),
Expand All @@ -42,6 +42,7 @@ local build = lokiRelease.build;
checkTemplate='grafana/loki-release/.github/workflows/check.yml@release-1.10.x',
imagePrefix='grafana',
releaseRepo='grafana/loki',
skipArm=false,
skipValidation=false,
versioningStrategy='always-bump-minor',
), false, false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
DRONE_TAG: "${{ needs.version.outputs.version }}"
IMAGE_TAG: "${{ needs.version.outputs.version }}"
NFPM_SIGNING_KEY_FILE: "nfpm-private-key.key"
SKIP_ARM: true
SKIP_ARM: false
name: "build artifacts"
run: |
cat <<EOF | docker run \
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release/operator"
Expand Down Expand Up @@ -626,7 +626,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down
25 changes: 12 additions & 13 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ env:
DOCKER_USERNAME: "grafana"
IMAGE_PREFIX: "grafana"
RELEASE_REPO: "grafana/loki"
SKIP_VALIDATION: true
SKIP_VALIDATION: false
VERSIONING_STRATEGY: "always-bump-patch"
jobs:
check:
uses: "grafana/loki-release/.github/workflows/check.yml@release-1.10.x"
with:
skip_validation: true
skip_validation: false
create-release-pr:
needs:
- "dist"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release/operator"
Expand Down Expand Up @@ -626,7 +626,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
working-directory: "release"
- if: "${{ fromJSON(needs.version.outputs.pr_created) }}"
name: "Build and export"
timeout-minutes: 20
timeout-minutes: 25
uses: "docker/build-push-action@v5"
with:
context: "release"
Expand Down Expand Up @@ -767,7 +767,6 @@ name: "create release PR"
push:
branches:
- "release-[0-9]+.[0-9]+.x"
- "fix-action-names-in-main"
permissions:
contents: "write"
id-token: "write"
Expand Down

0 comments on commit 0fd797d

Please sign in to comment.