mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-15 06:57:28 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c6b50bcdc | ||
|
|
ed97c8df2b |
@@ -14,7 +14,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN yum install -y git python39 python3-pip jq gettext wget && \
|
RUN yum install -y git python39 python3-pip jq gettext wget && \
|
||||||
python3.9 -m pip install -U pip && \
|
python3.9 -m pip install -U pip && \
|
||||||
git clone https://github.com/redhat-chaos/krkn.git --branch v1.4.2 /root/kraken && \
|
git clone https://github.com/redhat-chaos/krkn.git --branch v1.4.3 /root/kraken && \
|
||||||
mkdir -p /root/.kube && cd /root/kraken && \
|
mkdir -p /root/.kube && cd /root/kraken && \
|
||||||
pip3.9 install -r requirements.txt && \
|
pip3.9 install -r requirements.txt && \
|
||||||
pip3.9 install virtualenv && \
|
pip3.9 install virtualenv && \
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN yum install -y git python39 python3-pip jq gettext wget && \
|
RUN yum install -y git python39 python3-pip jq gettext wget && \
|
||||||
python3.9 -m pip install -U pip && \
|
python3.9 -m pip install -U pip && \
|
||||||
git clone https://github.com/redhat-chaos/krkn.git --branch v1.4.2 /root/kraken && \
|
git clone https://github.com/redhat-chaos/krkn.git --branch v1.4.3 /root/kraken && \
|
||||||
mkdir -p /root/.kube && cd /root/kraken && \
|
mkdir -p /root/.kube && cd /root/kraken && \
|
||||||
pip3.9 install -r requirements.txt && \
|
pip3.9 install -r requirements.txt && \
|
||||||
pip3.9 install virtualenv && \
|
pip3.9 install virtualenv && \
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ steps:
|
|||||||
input:
|
input:
|
||||||
kubeconfig: !expr $.input.kubeconfig
|
kubeconfig: !expr $.input.kubeconfig
|
||||||
stressng:
|
stressng:
|
||||||
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.3.0
|
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.3.1
|
||||||
step: workload
|
step: workload
|
||||||
input:
|
input:
|
||||||
cleanup: "true"
|
cleanup: "true"
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ steps:
|
|||||||
input:
|
input:
|
||||||
kubeconfig: !expr $.input.kubeconfig
|
kubeconfig: !expr $.input.kubeconfig
|
||||||
stressng:
|
stressng:
|
||||||
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.3.0
|
plugin: quay.io/arcalot/arcaflow-plugin-stressng:0.3.1
|
||||||
step: workload
|
step: workload
|
||||||
input:
|
input:
|
||||||
cleanup: "true"
|
cleanup: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user