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

Switch to github actions based cross-repo-tests #581

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

agrare
Copy link
Member

@agrare agrare commented Feb 8, 2022

Switch from using Travis to Github Actions

Depends:

@agrare agrare changed the title [WIP] Switch to github actions based cross-repo-tests Switch to github actions based cross-repo-tests Feb 8, 2022
@@ -0,0 +1,10 @@
name: Cross Repo Tests

on: [pull_request]
Copy link
Member Author

@agrare agrare Feb 8, 2022

Choose a reason for hiding this comment

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

NOTE I left this as just pull_request because since miq_bot creates branches on the main remote [push, pull_request] would result in 2 runs for every update.

Alternatively we could probably say:

on:
  push:
    branches: [master]
  pull_request:  # TODO not sure on the syntax of this one

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, on PR seems good enough for now.

@Fryguy Fryguy merged commit 34857a6 into ManageIQ:master Feb 8, 2022
@Fryguy Fryguy added the enhancement New feature or request label Feb 8, 2022
@agrare agrare deleted the github_actions branch February 8, 2022 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants