question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migrate CI to GitHub Actions

See original GitHub issue

Due to changes in the Travis CI billing, the Dask org is migrating CI to GitHub Actions.

This repo contains a .travis.yml file which needs to be replaced with an equivalent .github/workflows/ci.yml file.

See dask/community#107 for more details.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
jrbourbeaucommented, Nov 15, 2021

Closing as it looks like tests and code linting were moved over to GitHub actions in https://github.com/dask/dask-ml/pull/863 (thanks @TomAugspurger). Feel free to let me know if I’m missing something and we can re-open as needed

1reaction
jrbourbeaucommented, Nov 10, 2020

Alternatively, some other repos in the Dask org are switching to using GitHub actions to build and deploy their docs. For example, here’s what the relevant workflow for dask-tutorial looks like: https://github.com/dask/dask-tutorial/blob/master/.github/workflows/ci-build.yaml

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to GitHub Actions
Migrating to GitHub Actions. Learn how to migrate your existing CI/CD workflows to GitHub Actions. Automating migration with GitHub Actions Importer.
Read more >
Migrating from Travis CI to GitHub Actions
Introduction. This guide helps you migrate from Travis CI to GitHub Actions. It compares their concepts and syntax, describes the similarities, ...
Read more >
Automating migration with GitHub Actions Importer
You can use GitHub Actions Importer to plan and automatically migrate your CI/CD pipelines to GitHub Actions from Azure DevOps, CircleCI, GitLab, Jenkins, ......
Read more >
Migrating from CircleCI to GitHub Actions
Migrating workflows and jobs. CircleCI defines workflows in the config.yml file, which allows you to configure more than one workflow. GitHub requires one ......
Read more >
Migrating from GitLab CI/CD to GitHub Actions
GitHub Actions and GitLab CI/CD share several configuration similarities, which makes migrating to GitHub Actions relatively straightforward.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found