Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 0c93266
Merge: 7aa3136 0fcf1f0
Author: Aaron Ogle <geekgonecrazy@users.noreply.github.com>
Date:   Wed Apr 3 16:59:34 2024 +0000

    Merge branch 'develop' into add-metrics-to-actions

commit 7aa3136
Merge: e71dc83 fa9c905
Author: Guilherme Gazzo <guilhermegazzo@gmail.com>
Date:   Tue Apr 2 23:41:33 2024 -0300

    Merge branch 'develop' into add-metrics-to-actions

commit e71dc83
Author: Aaron Ogle <geekgonecrazy@users.noreply.github.com>
Date:   Tue Apr 2 16:43:25 2024 +0000

    Add to the two heavy meteor build jobs for some visibility

commit 9d3f6b3
Author: Aaron Ogle <geekgonecrazy@users.noreply.github.com>
Date:   Tue Apr 2 16:33:15 2024 +0000

    helps if put in the actual workflow.  Its not even Monday o.o

commit c045379
Author: Aaron Ogle <geekgonecrazy@users.noreply.github.com>
Date:   Tue Apr 2 16:18:27 2024 +0000

    setting comment_on_pr to false until catchpoint/workflow-telemetry-action#51 is merged

commit 7d52dc9
Author: Aaron Ogle <geekgonecrazy@users.noreply.github.com>
Date:   Tue Apr 2 16:13:06 2024 +0000

    Add telemetry to CI so we can get a better understanding of resource usage
  • Loading branch information
d-gubert committed Apr 12, 2024
1 parent b1c42d8 commit 86c5df5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
name: MongoDB ${{ matrix.mongodb-version }} (${{ matrix.shard }}/${{ inputs.total-shard }})

steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
theme: dark
job_summary: true
comment_on_pr: false

- name: Login to GitHub Container Registry
if: (github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'release' || github.ref == 'refs/heads/develop')
uses: docker/login-action@v2
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
name: Unit Tests

steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
theme: dark
job_summary: true
comment_on_pr: false
- uses: actions/checkout@v4

- name: Setup NodeJS
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
theme: dark
job_summary: true
comment_on_pr: false
- name: Github Info
run: |
echo "GITHUB_ACTION: $GITHUB_ACTION"
Expand All @@ -192,6 +198,12 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
with:
theme: dark
job_summary: true
comment_on_pr: false
- name: Github Info
run: |
echo "GITHUB_ACTION: $GITHUB_ACTION"
Expand Down

0 comments on commit 86c5df5

Please sign in to comment.