Skip to content

Conversation

@JBAhire
Copy link
Member

@JBAhire JBAhire commented Jan 7, 2021

Description

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

unlike other repositories, this one contains helm script because of macro repo approach. Using the same script instead of custom actions.

Testing

changes are updates as per discussions and workflow here: hypertrace/query-service#47

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

@JBAhire JBAhire requested a review from a team January 7, 2021 05:32
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

tim-mwangi
tim-mwangi previously approved these changes Jan 7, 2021
@github-actions

This comment has been minimized.

;;
package)
CHART_VERSION=$(git describe --abbrev=0)
CHART_VERSION=$(echo ${GITHUB_REF} | cut -d/ -f 3)
Copy link
Contributor

Choose a reason for hiding this comment

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

Here GITHUB_REF will be tag, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

GITHUB_REF will be something like GITHUB_REF=refs/tags/0.5.0 so we are extracting tag from that.

HELM_GCS_CREDENTIALS: ${{ secrets.HELM_GCS_CREDENTIALS }}
HELM_GCS_REPOSITORY: ${{ secrets.HELM_GCS_REPOSITORY }}
run: |
./.github/workflows/helm.sh package
Copy link
Contributor

Choose a reason for hiding this comment

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

We can explore using our github-action for replacing this. But, we can do a follow-up after migration.

@JBAhire JBAhire merged commit c16397b into main Jan 8, 2021
@JBAhire JBAhire deleted the gha-ci branch January 8, 2021 06:55
@github-actions
Copy link

github-actions bot commented Jan 8, 2021

Unit Test Results

  47 files    47 suites   45s ⏱️
236 tests 236 ✔️ 0 💤 0 ❌

Results for commit c16397b.

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