Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle CI tests migration to GitHub Actions #1204

Merged
merged 3 commits into from
Jan 7, 2021
Merged

Circle CI tests migration to GitHub Actions #1204

merged 3 commits into from
Jan 7, 2021

Conversation

wilsonehusin
Copy link
Contributor

@wilsonehusin wilsonehusin commented Jan 5, 2021

What this PR does / why we need it:
Moving off Circle CI to have less service dependencies. End user / product should not be impacted.

Which issue(s) this PR fixes
Partially #1178

Special notes for your reviewer:

Release note:

NONE

@wilsonehusin wilsonehusin changed the title Actions integration test Circle CI migration to GitHub Actions Jan 5, 2021
Wilson E. Husin added 3 commits January 5, 2021 13:49
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
@wilsonehusin wilsonehusin changed the title Circle CI migration to GitHub Actions Circle CI tests migration to GitHub Actions Jan 5, 2021
- uses: actions/checkout@v2
- name: run tests
run: |
SONOBUOY_CLI=../../build/linux/amd64/sonobuoy ./scripts/run_integration_tests.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

What's going on here? Is the sonobuoy binary taking script as param ? Or should the script generate something that sonobuoy can consume as param?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's the path to the Sonobuoy binary, so that the script can find where the newly built binary is (since it's not in $PATH)

https://github.com/vmware-tanzu/sonobuoy/blob/master/Makefile#L158-L161

Copy link
Contributor

Choose a reason for hiding this comment

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

LoL. Oh jee. Yesterday was distracting. Oh man.

Copy link
Contributor

@vladimirvivien vladimirvivien left a comment

Choose a reason for hiding this comment

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

LGTM

- uses: actions/checkout@v2
- name: run tests
run: |
SONOBUOY_CLI=../../build/linux/amd64/sonobuoy ./scripts/run_integration_tests.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

LoL. Oh jee. Yesterday was distracting. Oh man.

@wilsonehusin wilsonehusin merged commit 13c2ffc into vmware-tanzu:master Jan 7, 2021
@wilsonehusin wilsonehusin deleted the actions-integration-test branch January 7, 2021 18:17
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.

2 participants