Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
spec:
initContainers:
- name: worker
image: registry.access.redhat.com/ubi10/python-314-minimal:10.2-1784704196
image: registry.access.redhat.com/ubi10/python-314-minimal:10.2-1789550684@sha256:b95480fb2015d616797995e3c4874bf7ee3842e2373855e0e841d1e24d615e20

Check failure on line 34 in scenarios/sre/project/roles/faults/tasks/inject_crashing_kubernetes_workload_init_container.yaml

View workflow job for this annotation

GitHub Actions / Lint scenarios playbooks and roles

yaml[line-length]

Line too long (162 > 160 characters)
command:
- /bin/sh
args:
Expand All @@ -48,14 +48,14 @@
- name: config
configMap:
name: "{{ faults_kubernetes_object.metadata.name }}-config"
defaultMode: 0755

Check warning on line 51 in scenarios/sre/project/roles/faults/tasks/inject_crashing_kubernetes_workload_init_container.yaml

View workflow job for this annotation

GitHub Actions / Lint scenarios playbooks and roles

yaml[octal-values]

Forbidden implicit octal value "0755"
items:
- key: config
path: config.json
- name: scripts
configMap:
name: "{{ faults_kubernetes_object.metadata.name }}-config"
defaultMode: 0755

Check warning on line 58 in scenarios/sre/project/roles/faults/tasks/inject_crashing_kubernetes_workload_init_container.yaml

View workflow job for this annotation

GitHub Actions / Lint scenarios playbooks and roles

yaml[octal-values]

Forbidden implicit octal value "0755"
items:
- key: script
path: load_config.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
spec:
containers:
- name: load-generator
image: registry.access.redhat.com/ubi10/python-314-minimal:10.2-1784704196
image: registry.access.redhat.com/ubi10/python-314-minimal:10.2-1789550684@sha256:b95480fb2015d616797995e3c4874bf7ee3842e2373855e0e841d1e24d615e20

Check failure on line 120 in scenarios/sre/project/roles/faults/tasks/inject_kubernetes_api_server_request_surge.yaml

View workflow job for this annotation

GitHub Actions / Lint scenarios playbooks and roles

yaml[line-length]

Line too long (162 > 160 characters)
env:
- name: RPS
value: |-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi10/python-314-minimal:10.2-1787002610@sha256:b6cc4d6c56a139b763af6cb9cd6b838d0f8ed5a67caadfa3418e68dec6ab755f
FROM registry.access.redhat.com/ubi10/python-314-minimal:10.2-1789550684@sha256:b95480fb2015d616797995e3c4874bf7ee3842e2373855e0e841d1e24d615e20

WORKDIR /app

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi10/python-314-minimal:10.2-1784704196
FROM registry.access.redhat.com/ubi10/python-314-minimal:10.2-1789550684@sha256:b95480fb2015d616797995e3c4874bf7ee3842e2373855e0e841d1e24d615e20

ENV DATA_DIRECTORY=/app/topology_data

Expand Down
Loading