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

Basic CI/CD #2

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Basic CI/CD #2

merged 1 commit into from
Nov 2, 2023

Conversation

shankari
Copy link
Collaborator

@shankari shankari commented Oct 26, 2023

  • build on every PR and merge
  • if there is a push to a branch starting with build_pkg, automatically build and push new images to the organization and attach them to the repo

Author: Shankari shankari@eecs.berkeley.edu
Date: Thu Oct 26 11:04:46 2023 -0700

Remove pushes on `main` to avoid extraneous double push

with the current flow, we build on `build_pkg_`
once the packages are built, we will merge to main
we don't want to rebuild on main

Author: Shankari shankari@eecs.berkeley.edu
Date: Thu Oct 26 10:28:54 2023 -0700

Give package write permissions to this job as well

Author: Shankari shankari@eecs.berkeley.edu
Date: Thu Oct 26 10:16:07 2023 -0700

Actually enable the new workflow for `build_pkg` branches

Author: Dan Moore 9156191+drmrd@users.noreply.github.com
Date: Thu Oct 26 11:50:23 2023 -0400

Build Docker images on PR, merge, and tag events

commit 7fd4090
Author: Shankari <shankari@eecs.berkeley.edu>
Date:   Thu Oct 26 11:04:46 2023 -0700

    Remove pushes on `main` to avoid extraneous double push

    with the current flow, we build on `build_pkg_`
    once the packages are built, we will merge to main
    we don't want to rebuild on main

commit 4046493
Author: Shankari <shankari@eecs.berkeley.edu>
Date:   Thu Oct 26 10:28:54 2023 -0700

    Give package write permissions to this job as well

commit 792cef0
Author: Shankari <shankari@eecs.berkeley.edu>
Date:   Thu Oct 26 10:16:07 2023 -0700

    Actually enable the new workflow for `build_pkg` branches

commit 5bf1875
Author: Dan Moore <9156191+drmrd@users.noreply.github.com>
Date:   Thu Oct 26 11:50:23 2023 -0400

    Build Docker images on PR, merge, and tag events

Signed-off-by: Shankari <k.shankari@ee.doe.gov>
@hikinggrass hikinggrass merged commit 39694d5 into EVerest:main Nov 2, 2023
1 check passed
drmrd referenced this pull request in US-JOET/everest-demo Nov 17, 2023
commit 7fd4090
Author: Shankari <shankari@eecs.berkeley.edu>
Date:   Thu Oct 26 11:04:46 2023 -0700

    Remove pushes on `main` to avoid extraneous double push

    with the current flow, we build on `build_pkg_`
    once the packages are built, we will merge to main
    we don't want to rebuild on main

commit 4046493
Author: Shankari <shankari@eecs.berkeley.edu>
Date:   Thu Oct 26 10:28:54 2023 -0700

    Give package write permissions to this job as well

commit 792cef0
Author: Shankari <shankari@eecs.berkeley.edu>
Date:   Thu Oct 26 10:16:07 2023 -0700

    Actually enable the new workflow for `build_pkg` branches

commit 5bf1875
Author: Dan Moore <9156191+drmrd@users.noreply.github.com>
Date:   Thu Oct 26 11:50:23 2023 -0400

    Build Docker images on PR, merge, and tag events

Signed-off-by: Shankari <k.shankari@ee.doe.gov>
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