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

Migrate Development CI Workflow to GitHub Actions #294

Open
12 tasks
ifrost opened this issue Nov 26, 2024 · 0 comments
Open
12 tasks

Migrate Development CI Workflow to GitHub Actions #294

ifrost opened this issue Nov 26, 2024 · 0 comments
Assignees

Comments

@ifrost
Copy link
Contributor

ifrost commented Nov 26, 2024

Development Workflow changes:

Migration Plan

Required changes:

  • GitHub: Run equivalent of Drone build packages (build+sign)
  • GitHub: Publish edge.zip to GCS on merge to main
  • Discuss if we need edge / latest (edge for main, latest for last released)
  • Change deployment_tools config to use edge.zip / latest.zip
  • Discuss Change=in deployment_tools config to use edge.zip
  • GitHub: Publish {COMMIT}.zip to GCS on merge to main
  • GitHub: Trigger Slack notification (we won't trigger Argo workflow which was doing it)
  • Drone: Do not run build packages on each PR
  • Drone: Do not run build packages on merge to main
  • Drone: Do not run publishing edge.zip to GCS on merge to main
  • Drone: Do not run publishing {COMMIT}.zip to GCS on merge to main
  • Drone: Remove deploy dev pipeline
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

No branches or pull requests

1 participant