Skip to content

Conversation

@JBAhire
Copy link
Member

@JBAhire JBAhire commented Dec 29, 2020

Description

Migrating to GitHub actions from CircleCI as per hypertrace/hypertrace#144

Copy link
Contributor

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments from hypertrace/query-service#47

@JBAhire
Copy link
Member Author

JBAhire commented Jan 6, 2021

Now using new custom actions for

  • Gradle
  • Validate charts and publish

changes as per discussions here: hypertrace/query-service#47

changes are tested here: hypertrace/attribute-service#65 and merged here hypertrace/attribute-service#66

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

- name: Check out code
uses: actions/checkout@v2.3.4
with:
ref: ${{github.event.pull_request.head.ref}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed only in pull_request_target context.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

with:
args: copyAllReports --output-dir=/tmp/test-reports

- name: Upload coverage to Codecov
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to copy the integration test report too - right?
Need that step after integration test as well

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this copy runs after integrationTest is done and copies both unit test and integration test reports

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have moved it below codecov to follow standard ordering we are following everywhere

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

kotharironak
kotharironak previously approved these changes Jan 6, 2021
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@JBAhire JBAhire merged commit 330b0af into main Jan 6, 2021
@JBAhire JBAhire deleted the gha-ci branch January 6, 2021 09:25
@github-actions
Copy link

github-actions bot commented Jan 6, 2021

Unit Test Results

  25 files    25 suites   19s ⏱️
107 tests 107 ✔️ 0 💤 0 ❌

Results for commit 330b0af.

suddendust pushed a commit to suddendust/entity-service that referenced this pull request Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants