Skip to content

publish image benchmark #2131

publish image benchmark

publish image benchmark #2131

name: "publish image benchmark"
on:
workflow_dispatch:
schedule:
# every day at 7am & 7pm pacific
- cron: "0 2,14 * * *"
env:
GOPROXY: https://proxy.golang.org
GO_VERSION: '1.26.5'
permissions:
contents: read
jobs:
image-benchmark:
if: github.repository == 'kubernetes/minikube'
runs-on: ubuntu-22.04
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: 'us-west-1'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
timeout-minutes: 1
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
timeout-minutes: 1
with:
go-version: ${{env.GO_VERSION}}
- name: Run Benchmark
timeout-minutes: 69
run: |
./hack/benchmark/image-build/publish-chart.sh