|
17 | 17 | test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-symfony-cache' |
18 | 18 | test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup' |
19 | 19 | secrets: |
| 20 | + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} |
| 21 | + AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} |
| 22 | + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} |
20 | 23 | SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
21 | 24 | varnish6: |
22 | 25 | name: "Varnish 6 integration tests" |
|
27 | 30 | test-suite: '--mode=standard --profile=httpCache --suite=varnish6' |
28 | 31 | test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup' |
29 | 32 | secrets: |
| 33 | + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} |
| 34 | + AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} |
| 35 | + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} |
30 | 36 | SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
31 | 37 | varnish7: |
32 | 38 | name: "Varnish 7 integration tests" |
|
37 | 43 | test-suite: '--mode=standard --profile=httpCache --suite=varnish7' |
38 | 44 | test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup' |
39 | 45 | secrets: |
| 46 | + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} |
| 47 | + AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} |
| 48 | + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} |
40 | 49 | SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
41 | 50 | varnish6-translation-aware: |
42 | 51 | name: "Varnish integration tests (translation-aware)" |
|
48 | 57 | test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-translation-aware' |
49 | 58 | test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup' |
50 | 59 | secrets: |
| 60 | + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} |
| 61 | + AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} |
| 62 | + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} |
51 | 63 | SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
52 | 64 | varnish7-translation-aware: |
53 | 65 | name: "Varnish 7 integration tests (translation-aware)" |
|
59 | 71 | test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-translation-aware' |
60 | 72 | test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup' |
61 | 73 | secrets: |
| 74 | + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} |
| 75 | + AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} |
| 76 | + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} |
62 | 77 | SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
63 | 78 | varnish6-token: |
64 | 79 | name: "Varnish 6 integration tests with invalidate token" |
|
70 | 85 | test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-token' |
71 | 86 | test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup' |
72 | 87 | secrets: |
| 88 | + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} |
| 89 | + AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} |
| 90 | + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} |
73 | 91 | SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
74 | 92 | varnish7-token: |
75 | 93 | name: "Varnish 7 integration tests with invalidate token" |
|
81 | 99 | test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-token' |
82 | 100 | test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup' |
83 | 101 | secrets: |
| 102 | + AUTOMATION_CLIENT_ID: ${{ secrets.AUTOMATION_CLIENT_ID }} |
| 103 | + AUTOMATION_CLIENT_INSTALLATION: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} |
| 104 | + AUTOMATION_CLIENT_SECRET: ${{ secrets.AUTOMATION_CLIENT_SECRET }} |
84 | 105 | SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |
0 commit comments