Merge pull request #1042 from pikasTech/fix/1032-bootstrap-image-overrides
fix: decouple k3s benchmark bootstrap image
This commit is contained in:
@@ -11,8 +11,12 @@ profiles:
|
||||
enabled: true
|
||||
workload: k3s-build
|
||||
description: Generic k3s build benchmark with no registry/source mirror and at least 600 MiB output payload.
|
||||
image: docker.io/library/debian:bookworm
|
||||
imagePullPolicy: Always
|
||||
image: docker.io/library/python:3.12-alpine
|
||||
imagePullPolicy: IfNotPresent
|
||||
targetOverrides:
|
||||
D601:
|
||||
image: 127.0.0.1:5000/platform-infra/sub2api-account-sentinel:python-3.12-alpine-openai-2.41.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
payloadMiB: 600
|
||||
timeoutSeconds: 3600
|
||||
ttlSecondsAfterFinished: 3600
|
||||
@@ -21,14 +25,7 @@ profiles:
|
||||
npmRegistry: https://registry.npmjs.org/
|
||||
pipIndexUrl: https://pypi.org/simple
|
||||
registryMirror: forbidden
|
||||
aptPackages:
|
||||
- build-essential
|
||||
- ca-certificates
|
||||
- curl
|
||||
- git
|
||||
- make
|
||||
- pkg-config
|
||||
- xz-utils
|
||||
aptPackages: []
|
||||
dependencyDownload:
|
||||
enabled: true
|
||||
url: https://speed.cloudflare.com/__down?bytes=67108864
|
||||
|
||||
Reference in New Issue
Block a user