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

New CI with Github Actions. #127

Merged
merged 3 commits into from
Dec 23, 2020
Merged

New CI with Github Actions. #127

merged 3 commits into from
Dec 23, 2020

Conversation

thebigG
Copy link
Collaborator

@thebigG thebigG commented Dec 16, 2020

New CI with Github Actions

Hi everyone,
hope you are all doing well.

Description

As we discussed on this issue #126, TravisCI is no longer an option as it has a time limit not just on individual builds, but every account only gets an X amount of minutes it can use for its lifetime. After that, you'll have to pay. This is why I have setup GitHub actions for our CI needs. The only issue I ran across with Github Actions was the fact that if the max_listing_days was set to something as high as 35, JobFunel will error out for some reason. This is an issue that needs further investigation; I don't know the exact reason why this happens. I'll document this odd issue at some point in the future.

In the meantime, Github Actions seems to work without a time limit. I have updated the trigger branches (push and pull_request keys on github actions configuration), so it should get triggered when this PR gets merged. Fingers crossed 😎 . The .travis.yml file has been deleted. Check commit history for details.

After this gets merged, and if all goes well, I'll submit a PR to update the readme's CI badge to report Github Actions status instead of TravisCI.

Context of change

Please add options that are relevant and mark any boxes that apply.

  • Software (software that runs on the PC)
  • Library (library that runs on the PC)
  • Tool (tool that assists coding development)
  • Other

Type of change

Please mark any boxes that apply.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration.

  • Tested Github Actions on my fork.

Checklist:

Please mark any boxes that have been completed.

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@thebigG
Copy link
Collaborator Author

thebigG commented Dec 16, 2020

It got triggered. We are in business 👍.

Copy link
Owner

@PaulMcInnis PaulMcInnis left a comment

Choose a reason for hiding this comment

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

awesome!

@thebigG
Copy link
Collaborator Author

thebigG commented Dec 23, 2020

@PaulMcInnis Will merge 👍 . If it fails, I have a feeling Indeed might be showing a popup message when we send the request and so we are not getting the HTML because there is some javascript executing before we get the HTML page. Something similar has happened to me when I try to scrape Indeed without being signed in, which would make sense given that Github server does not "log in". In any case, if it fails, I'll post an issue and will investigate further. At the very least now we don't have the time limit we had on TravisCI anymore.

@thebigG thebigG merged commit ec63b0a into PaulMcInnis:master Dec 23, 2020
@thebigG thebigG mentioned this pull request Dec 23, 2020
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