mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 9m34s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
This commit updates fedora tools image reference used by the network scenarios to the one hosted in the krkn-chaos quay org. This also fixes the issues with RHACS flagging runs when using latest tag by using tools tag instead. Signed-off-by: Naga Ravi Chaitanya Elluri <nelluri@redhat.com>
17 lines
252 B
YAML
17 lines
252 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: time-skew
|
|
labels:
|
|
scenario: time-skew
|
|
spec:
|
|
hostNetwork: true
|
|
containers:
|
|
- name: fedtools
|
|
image: quay.io/krkn-chaos/krkn:tools
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
- |
|
|
sleep infinity
|