File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ build: litmus-go-build
4545
4646litmus-go-build :
4747 @echo " ------------------"
48- @echo " --> Build litmus-go image"
48+ @echo " --> Build go-runner image"
4949 @echo " ------------------"
50- sudo docker build . -f build/litmus-go/Dockerfile -t litmuschaos/litmus-go :ci
50+ sudo docker build . -f build/litmus-go/Dockerfile -t litmuschaos/go-runner :ci
5151
5252.PHONY : push
5353push : litmus-go-push
5454
5555litmus-go-push :
5656 @echo " ------------------"
57- @echo " --> litmus-go image"
57+ @echo " --> go-runner image"
5858 @echo " ------------------"
59- REPONAME=" litmuschaos" IMGNAME=" litmus-go " IMGTAG=" ci" ./build/push
59+ REPONAME=" litmuschaos" IMGNAME=" go-runner " IMGTAG=" ci" ./build/push
Original file line number Diff line number Diff line change 1515 restartPolicy : Never
1616 containers :
1717 - name : gotest
18- image : litmuschaos/litmus-go :ci
18+ image : litmuschaos/go-runner :ci
1919 imagePullPolicy : Always
2020 env :
2121 - name : ANSIBLE_STDOUT_CALLBACK
Original file line number Diff line number Diff line change 4141 verbs:
4242 - "get"
4343 - "list"
44- image: "litmuschaos/litmus-go :ci"
44+ image: "litmuschaos/go-runner :ci"
4545 args:
4646 - -c
4747 - ./experiments/pod-delete
Original file line number Diff line number Diff line change 1111 spec :
1212 # Placeholder that is updated by the executor for automated runs
1313 # Provide appropriate SA (with desired permissions) if executed manually
14- serviceAccountName : litmus
14+ serviceAccountName : %CHAOS_SERVICE_ACCOUNT%
1515 restartPolicy : Never
1616 containers :
1717 - name : gotest
18- image : litmuschaos/litmus-go :ci
18+ image : litmuschaos/go-runner :ci
1919 imagePullPolicy : Always
2020 env :
2121 - name : ANSIBLE_STDOUT_CALLBACK
You can’t perform that action at this time.
0 commit comments