@@ -11,58 +11,58 @@ jobs:
1111 solve-challenge :
1212 outputs :
1313 scn1_ch1 : ${{ steps.gen_output.outputs.scn1_ch1 }}
14- # scn1_ch2: ${{ steps.gen_output.outputs.scn1_ch2 }}
15- # scn1_ch3: ${{ steps.gen_output.outputs.scn1_ch3 }}
16- # scn1_ch4: ${{ steps.gen_output.outputs.scn1_ch4 }}
17- # scn1_ch5: ${{ steps.gen_output.outputs.scn1_ch5 }}
18- # scn1_ch6: ${{ steps.gen_output.outputs.scn1_ch6 }}
19- # scn1_ch7: ${{ steps.gen_output.outputs.scn1_ch7 }}
20- # scn1_ch8: ${{ steps.gen_output.outputs.scn1_ch8 }}
21- # scn1_ch9: ${{ steps.gen_output.outputs.scn1_ch9 }}
22- # scn1_ch10: ${{ steps.gen_output.outputs.scn1_ch10 }}
23- # scn1_ch11: ${{ steps.gen_output.outputs.scn1_ch11 }}
24- # scn1_ch12: ${{ steps.gen_output.outputs.scn1_ch12 }}
25- # scn1_ch13: ${{ steps.gen_output.outputs.scn1_ch13 }}
26- # scn1_ch14: ${{ steps.gen_output.outputs.scn1_ch14 }}
27- # scn1_ch15: ${{ steps.gen_output.outputs.scn1_ch15 }}
28- # scn1_ch16: ${{ steps.gen_output.outputs.scn1_ch16 }}
29- # scn1_ch17: ${{ steps.gen_output.outputs.scn1_ch17 }}
30- # scn1_ch18: ${{ steps.gen_output.outputs.scn1_ch18 }}
31- # scn1_ch19: ${{ steps.gen_output.outputs.scn1_ch19 }}
32- # scn1_ch20: ${{ steps.gen_output.outputs.scn1_ch20 }}
33- # scn1_ch21: ${{ steps.gen_output.outputs.scn1_ch21 }}
34- # scn1_ch22: ${{ steps.gen_output.outputs.scn1_ch22 }}
35- # scn1_ch23: ${{ steps.gen_output.outputs.scn1_ch23 }}
36- # scn1_ch24: ${{ steps.gen_output.outputs.scn1_ch24 }}
14+ scn1_ch2 : ${{ steps.gen_output.outputs.scn1_ch2 }}
15+ scn1_ch3 : ${{ steps.gen_output.outputs.scn1_ch3 }}
16+ scn1_ch4 : ${{ steps.gen_output.outputs.scn1_ch4 }}
17+ scn1_ch5 : ${{ steps.gen_output.outputs.scn1_ch5 }}
18+ scn1_ch6 : ${{ steps.gen_output.outputs.scn1_ch6 }}
19+ scn1_ch7 : ${{ steps.gen_output.outputs.scn1_ch7 }}
20+ scn1_ch8 : ${{ steps.gen_output.outputs.scn1_ch8 }}
21+ scn1_ch9 : ${{ steps.gen_output.outputs.scn1_ch9 }}
22+ scn1_ch10 : ${{ steps.gen_output.outputs.scn1_ch10 }}
23+ scn1_ch11 : ${{ steps.gen_output.outputs.scn1_ch11 }}
24+ scn1_ch12 : ${{ steps.gen_output.outputs.scn1_ch12 }}
25+ scn1_ch13 : ${{ steps.gen_output.outputs.scn1_ch13 }}
26+ scn1_ch14 : ${{ steps.gen_output.outputs.scn1_ch14 }}
27+ scn1_ch15 : ${{ steps.gen_output.outputs.scn1_ch15 }}
28+ scn1_ch16 : ${{ steps.gen_output.outputs.scn1_ch16 }}
29+ scn1_ch17 : ${{ steps.gen_output.outputs.scn1_ch17 }}
30+ scn1_ch18 : ${{ steps.gen_output.outputs.scn1_ch18 }}
31+ scn1_ch19 : ${{ steps.gen_output.outputs.scn1_ch19 }}
32+ scn1_ch20 : ${{ steps.gen_output.outputs.scn1_ch20 }}
33+ scn1_ch21 : ${{ steps.gen_output.outputs.scn1_ch21 }}
34+ scn1_ch22 : ${{ steps.gen_output.outputs.scn1_ch22 }}
35+ scn1_ch23 : ${{ steps.gen_output.outputs.scn1_ch23 }}
36+ scn1_ch24 : ${{ steps.gen_output.outputs.scn1_ch24 }}
3737 name : ${{ matrix.challenges.scenario }}/${{ matrix.challenges.challenge }}
3838 strategy :
3939 fail-fast : false
4040 matrix :
4141 challenges :
4242 - { name: scn1_ch1, scenario: scenario1, challenge: configmap-missing-key.yaml}
43- # - { name: scn1_ch2, scenario: scenario1, challenge: configmap-misspelled.yaml}
44- # - { name: scn1_ch3, scenario: scenario1, challenge: configmap-readonly.yaml}
45- # - { name: scn1_ch4, scenario: scenario1, challenge: deployment-env-mismatch.yaml}
46- # - { name: scn1_ch5, scenario: scenario1, challenge: deployment-impossible-pod-affinity.yaml}
47- # - { name: scn1_ch6, scenario: scenario1, challenge: deployment-low-resources.yaml}
48- # - { name: scn1_ch7, scenario: scenario1, challenge: deployment-pod-affinity-wrong-key.yaml}
49- # - { name: scn1_ch8, scenario: scenario1, challenge: deployment-probe-failures.yaml}
50- # - { name: scn1_ch9, scenario: scenario1, challenge: deployment-scaled-down.yaml}
51- # - { name: scn1_ch10, scenario: scenario1, challenge: network-policy.yaml}
52- # - { name: scn1_ch11, scenario: scenario1, challenge: pvc-wrong-accessmode.yaml}
53- # - { name: scn1_ch12, scenario: scenario1, challenge: pvc-wrong-storageclass.yaml}
54- # - { name: scn1_ch13, scenario: scenario1, challenge: secret-missing.yaml}
55- # - { name: scn1_ch14, scenario: scenario1, challenge: secret-not-mounted.yaml}
56- # - { name: scn1_ch15, scenario: scenario1, challenge: service-no-endpoint.yaml}
57- # - { name: scn1_ch16, scenario: scenario1, challenge: serviceaccount-misspelled.yaml}
58- # - { name: scn1_ch17, scenario: scenario1, challenge: serviceaccount-permissions.yaml}
59- # - { name: scn1_ch18, scenario: scenario1, challenge: pod-hostport-conflict.yaml}
60- # - { name: scn1_ch19, scenario: scenario1, challenge: pod-limit-range-exceeded.yaml}
61- # - { name: scn1_ch20, scenario: scenario1, challenge: pod-resource-quota-exceeded.yaml}
62- # - { name: scn1_ch21, scenario: scenario1, challenge: service-dns-resolution-fail.yaml}
63- # - { name: scn1_ch22, scenario: scenario1, challenge: service-incorrect-port-number.yaml}
64- # - { name: scn1_ch23, scenario: scenario1, challenge: missing-service-selector.yaml}
65- # - { name: scn1_ch24, scenario: scenario1, challenge: pod-security-context-issue.yaml}
43+ - { name: scn1_ch2, scenario: scenario1, challenge: configmap-misspelled.yaml}
44+ - { name: scn1_ch3, scenario: scenario1, challenge: configmap-readonly.yaml}
45+ - { name: scn1_ch4, scenario: scenario1, challenge: deployment-env-mismatch.yaml}
46+ - { name: scn1_ch5, scenario: scenario1, challenge: deployment-impossible-pod-affinity.yaml}
47+ - { name: scn1_ch6, scenario: scenario1, challenge: deployment-low-resources.yaml}
48+ - { name: scn1_ch7, scenario: scenario1, challenge: deployment-pod-affinity-wrong-key.yaml}
49+ - { name: scn1_ch8, scenario: scenario1, challenge: deployment-probe-failures.yaml}
50+ - { name: scn1_ch9, scenario: scenario1, challenge: deployment-scaled-down.yaml}
51+ - { name: scn1_ch10, scenario: scenario1, challenge: network-policy.yaml}
52+ - { name: scn1_ch11, scenario: scenario1, challenge: pvc-wrong-accessmode.yaml}
53+ - { name: scn1_ch12, scenario: scenario1, challenge: pvc-wrong-storageclass.yaml}
54+ - { name: scn1_ch13, scenario: scenario1, challenge: secret-missing.yaml}
55+ - { name: scn1_ch14, scenario: scenario1, challenge: secret-not-mounted.yaml}
56+ - { name: scn1_ch15, scenario: scenario1, challenge: service-no-endpoint.yaml}
57+ - { name: scn1_ch16, scenario: scenario1, challenge: serviceaccount-misspelled.yaml}
58+ - { name: scn1_ch17, scenario: scenario1, challenge: serviceaccount-permissions.yaml}
59+ - { name: scn1_ch18, scenario: scenario1, challenge: pod-hostport-conflict.yaml}
60+ - { name: scn1_ch19, scenario: scenario1, challenge: pod-limit-range-exceeded.yaml}
61+ - { name: scn1_ch20, scenario: scenario1, challenge: pod-resource-quota-exceeded.yaml}
62+ - { name: scn1_ch21, scenario: scenario1, challenge: service-dns-resolution-fail.yaml}
63+ - { name: scn1_ch22, scenario: scenario1, challenge: service-incorrect-port-number.yaml}
64+ - { name: scn1_ch23, scenario: scenario1, challenge: missing-service-selector.yaml}
65+ - { name: scn1_ch24, scenario: scenario1, challenge: pod-security-context-issue.yaml}
6666 runs-on : ['ubuntu-latest']
6767
6868 steps :
0 commit comments