Skip to content

Commit

Permalink
added files
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi9705 committed Aug 21, 2024
1 parent 617e2f9 commit be4b48c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mainPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,13 @@ jobs:
id: start_fis
run: |
for i in {1..2}; do
cd /home/runner/work/L00171125_Dissertationproject/L00171125_Dissertationproject/WWA-backend-master
echo "Running Chaos Engineering Experiment Iteration #$i"
FIS_EXP_ID=$(aws fis start-experiment --experiment-template-id EXTBY5y1A6MqkfjXn --query 'experiment.id' --output text)
echo "FIS_EXP_ID=$FIS_EXP_ID" >> $GITHUB_ENV
echo "Start MTTR Script"
ls
chmod +x ./measure_mttr.sh
./measure_mttr.sh &
echo "Wait for FIS Experiment to Complete"
Expand Down

0 comments on commit be4b48c

Please # to comment.