|
17 | 17 | fail-fast: false |
18 | 18 | matrix: |
19 | 19 | ros_distro: [kinetic, melodic, dashing] |
20 | | - build_type: [master, release_latest] |
| 20 | + build_type: [master, release-latest] |
21 | 21 | include: |
22 | 22 | - ros_distro: kinetic |
23 | 23 | ubuntu_distro: xenial |
@@ -55,15 +55,15 @@ jobs: |
55 | 55 | # Only runs when scheduled |
56 | 56 | - name: Build and test ${{ matrix.ros_distro }} ${{ matrix.ros_version }} ${{ matrix.build_type }} |
57 | 57 | uses: ros-tooling/[email protected] |
58 | | - if: ${{ matrix.build_type == 'release_latest' && github.event_name == 'schedule' }} |
| 58 | + if: ${{ matrix.build_type == 'release-latest' && github.event_name == 'schedule' }} |
59 | 59 | with: |
60 | 60 | source-ros-binary-installation: ${{ matrix.ros_distro }} |
61 | 61 | package-name: aws_common |
62 | 62 | extra-cmake-args: ${{ matrix.extra_cmake_args }} |
63 | | - vcs-repo-file-url: "${{ github.workspace }}/.github/workflows/release_latest.repos" |
| 63 | + vcs-repo-file-url: "${{ github.workspace }}/.github/workflows/release-latest.repos" |
64 | 64 | - name: Upload workflow colcon logs as artifacts |
65 | 65 | uses: actions/upload-artifact@v1 |
66 | | - # Only upload if the master build_type ran, don't upload if non-scheduled for release_latest build_type |
| 66 | + # Only upload if the master build_type ran, don't upload if non-scheduled for release-latest build_type |
67 | 67 | if: ${{ matrix.build_type == 'master' || github.event_name == 'schedule' }} |
68 | 68 | with: |
69 | 69 | name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }} |
|
86 | 86 | aws-region: ${{ secrets.AWS_REGION }} |
87 | 87 | - uses: ros-tooling/[email protected] |
88 | 88 | with: |
| 89 | + metric-dimensions: >- |
| 90 | + [ |
| 91 | + { "Name": "github.event_name", "Value": "${{ github.event_name }}" }, |
| 92 | + { "Name": "github.ref", "Value": build_and_test }, |
| 93 | + { "Name": "github.repository", "Value": "${{ github.repository }}" } |
| 94 | + ] |
89 | 95 | # Checks if any of the jobs have failed. |
90 | 96 | # |
91 | 97 | # needs.*.result is returns the list of all success statuses as an |
|
0 commit comments