-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: reenable some CI jobs #48
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
with: | ||
context: ./build-image | ||
push: false | ||
tags: grafana/agent-build-image:latest | ||
tags: grafana/alloy-build-image:latest | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Image doesn't exist yet, but it will post-launch. |
||
build-args: | | ||
GO_RUNTIME=golang:1.22.1-bullseye | ||
|
||
|
@@ -32,6 +32,6 @@ jobs: | |
with: | ||
context: ./build-image | ||
push: false | ||
tags: grafana/agent-build-image:latest | ||
tags: grafana/alloy-build-image:latest | ||
build-args: | | ||
GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.22.1-bullseye | ||
GO_RUNTIME=mcr.microsoft.com/oss/go/microsoft/golang:1.22.1-bullseye |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
name: Release Helm chart | ||
on: | ||
push: | ||
branches: [main] | ||
# TODO(rfratto): uncomment these after launch | ||
# push: | ||
# branches: [main] | ||
Comment on lines
+4
to
+5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This must be disabled right now or the chart will be immediately published publicly, so this is disabled until after launch. For launch, the Helm chart can be published by manually triggering the workflow against main. |
||
workflow_dispatch: {} | ||
env: | ||
CR_CONFIGFILE: "${{ github.workspace }}/source/operations/helm/cr.yaml" | ||
CT_CONFIGFILE: "${{ github.workspace }}/source/operations/helm/ct.yaml" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no formula for Alloy in homebrew-core (yet), so this is being taken out.