|
38 | 38 | - name: Download scripts from meta repository |
39 | 39 | run: | |
40 | 40 | curl -o /tmp/get_latest_github_metrics.sh -L https://raw.githubusercontent.com/localstack/meta/main/scripts/get_latest_github_metrics.sh -H 'Accept: application/vnd.github.v3.raw' |
41 | | - curl -o /tmp/get_latest_circleci_metrics.sh -L https://raw.githubusercontent.com/localstack/meta/main/scripts/get_latest_circleci_metrics.sh -H 'Accept: application/vnd.github.v3.raw' |
42 | | - chmod +x /tmp/get_latest_github_metrics.sh /tmp/get_latest_circleci_metrics.sh |
| 41 | + chmod +x /tmp/get_latest_github_metrics.sh |
43 | 42 |
|
44 | 43 | - name: Download metrics data from Moto Integration test pipeline (GitHub) |
45 | 44 | working-directory: docs |
@@ -82,12 +81,25 @@ jobs: |
82 | 81 | WORKFLOW: "AWS / Build, Test, Push" |
83 | 82 | RESOURCE_FOLDER: "metrics-implementation-details" |
84 | 83 |
|
85 | | - - name: Download metrics data from latest Community test run (CircleCI) |
| 84 | + - name: Download metrics data from Community pipeline (GitHub) |
86 | 85 | working-directory: docs |
| 86 | + run: /tmp/get_latest_github_metrics.sh ./target master |
87 | 87 | env: |
88 | | - CIRCLE_CI_TOKEN: ${{ secrets.CIRCLE_CI_TOKEN }} |
89 | | - run: /tmp/get_latest_circleci_metrics.sh ./target |
| 88 | + GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} |
| 89 | + REPOSITORY_NAME: localstack |
| 90 | + ARTIFACT_ID: parity-metric-raw-amd* |
| 91 | + WORKFLOW: "AWS / Build, Test, Push" |
| 92 | + PREFIX_ARTIFACT: community-integration-test |
90 | 93 |
|
| 94 | + - name: Download coverage (capture-notimplemented) data from Community pipeline (GitHub) |
| 95 | + working-directory: docs |
| 96 | + run: /tmp/get_latest_github_metrics.sh ./target master |
| 97 | + env: |
| 98 | + GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} |
| 99 | + REPOSITORY_NAME: localstack |
| 100 | + ARTIFACT_ID: capture-notimplemented |
| 101 | + WORKFLOW: "AWS / Build, Test, Push" |
| 102 | + RESOURCE_FOLDER: "metrics-implementation-details/community" |
91 | 103 |
|
92 | 104 | - name: Create Parity Coverage Docs |
93 | 105 | working-directory: docs |
|
0 commit comments