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

chore: Fix codegen for fork #9

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Conversation

JPZ13
Copy link
Collaborator

@JPZ13 JPZ13 commented Mar 16, 2023

This PR:

  • Fixes the codegen panic. It wants the packages to be called argoproj instead of pipekit. We'd have to scrub all instances of argoproj, which we don't want to do

@JPZ13
Copy link
Collaborator Author

JPZ13 commented Mar 16, 2023

This is turning out to be a nasty mess to fix given all the dependencies in codegen

@JPZ13
Copy link
Collaborator Author

JPZ13 commented Mar 16, 2023

Unfortunately I can't get this to pass without undoing this commit: 0c66d4d

@tico24 - would it be alright if we just reverted that commit and then proceeded?

@tico24
Copy link
Collaborator

tico24 commented Mar 17, 2023

If you revert that, we can't release.

Signed-off-by: J.P. Zivalich <jp@pipekit.io>
@JPZ13 JPZ13 force-pushed the switch-codegen-makefile-to-fork branch from 927cd22 to 1ab3047 Compare March 20, 2023 23:16
Signed-off-by: J.P. Zivalich <jp@pipekit.io>
@JPZ13
Copy link
Collaborator Author

JPZ13 commented Mar 20, 2023

Spoke with @tico24 today and we worked through the codegen issues

@JPZ13 JPZ13 merged commit d77ef82 into master Mar 20, 2023
JPZ13 added a commit that referenced this pull request Jul 5, 2023
This PR:
- Fixes the codegen panic. It wants the packages to be called argoproj
instead of pipekit. We'd have to scrub all instances of argoproj, which
we don't want to do

---------

Signed-off-by: J.P. Zivalich <jp@pipekit.io>
JPZ13 pushed a commit that referenced this pull request Jul 10, 2023
Drop ARM builds to save time

rm cosign and docs builds

Update paths for release manifest generation

ci and release notes paths

chore: point manifests at pipekitdev images

chore: fix checkout step

Explore gh actions

up another level

pwd

Tweak CI

try setting SRC to old argoproj value

add some debug steps

more debug

try removing this strange step

try absolute path

no touch

maybe this?

chore: Fix codegen for fork (#9)

This PR:
- Fixes the codegen panic. It wants the packages to be called argoproj
instead of pipekit. We'd have to scrub all instances of argoproj, which
we don't want to do

---------

Signed-off-by: J.P. Zivalich <jp@pipekit.io>

chore: codegen should run after unit tests pass (#11)

Fix a debug step that was put in when fixing codegen that wasn't then
reverted.

build: Fix argoexec image (#13)

This PR:
- Fixes a mismatch of argoproj/argoexec and changes it to
pipekitdev/argoexec

---------

Signed-off-by: J.P. Zivalich <jp@pipekit.io>

chore: Don't build windows images. Build ARM for local dev (#15)

- Removes the build of windows containers.
- Re-adds the build of ARM containers to ease local devtest.

Fixes #14

chore: correct container name in release process (#17)

This typo blocks the release.

![image](https://user-images.githubusercontent.com/45351296/227135267-53633f52-4633-4da1-8ba3-e96fd719b944.png)

![image](https://user-images.githubusercontent.com/45351296/227135322-de9558a9-7867-48ef-a3ec-27ca0779103e.png)

chore: Undo bad merge conflict resolutions

Signed-off-by: J.P. Zivalich <jp@pipekit.io>

fix: update for pr comments

Signed-off-by: J.P. Zivalich <jp@pipekit.io>
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.

3 participants