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

ci: cross-compile release binaries and simplify PR testings #1218

Merged
merged 34 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
515146e
testing goreleaser
CharlieMc0 Sep 28, 2023
004f137
testing goreleaser
CharlieMc0 Sep 28, 2023
51540eb
testing goreleaser
CharlieMc0 Sep 28, 2023
105febc
testing goreleaser
CharlieMc0 Sep 28, 2023
1eeb17b
testing goreleaser
CharlieMc0 Sep 28, 2023
ed98aeb
testing goreleaser
CharlieMc0 Sep 28, 2023
e9867a2
testing goreleaser
CharlieMc0 Sep 28, 2023
21fa4d7
enabled other builds
CharlieMc0 Sep 28, 2023
752cd98
enabled other builds
CharlieMc0 Sep 28, 2023
da1e47f
testing higher timeout
CharlieMc0 Sep 28, 2023
caf88db
testing goreleaser
CharlieMc0 Sep 28, 2023
3a6f6ff
testing goreleaser
CharlieMc0 Sep 28, 2023
8ab3712
testing goreleaser
CharlieMc0 Sep 28, 2023
9e75427
testing goreleaser
CharlieMc0 Sep 28, 2023
885e7a1
testing goreleaser
CharlieMc0 Sep 28, 2023
6d432a6
testing goreleaser
CharlieMc0 Sep 28, 2023
158403b
added annoucements back
CharlieMc0 Sep 28, 2023
9c73596
testing goreleaser
CharlieMc0 Sep 28, 2023
7f5a417
testing goreleaser
CharlieMc0 Sep 28, 2023
5f79d19
testing goreleaser
CharlieMc0 Sep 28, 2023
f180e31
testing goreleaser
CharlieMc0 Sep 29, 2023
7c941c0
testing workflow
CharlieMc0 Sep 29, 2023
0be981e
test pr workflow
CharlieMc0 Sep 29, 2023
69e3fb0
test pr workflow
CharlieMc0 Sep 29, 2023
a09e4b4
testing runner types
CharlieMc0 Sep 29, 2023
a76b4b1
testing runner types
CharlieMc0 Sep 29, 2023
763f7c0
testing runner types
CharlieMc0 Sep 29, 2023
4c9ce09
cleaned up for pr
CharlieMc0 Sep 29, 2023
c5f3338
cleaned up for pr
CharlieMc0 Sep 29, 2023
d9d5499
cleaned up for pr
CharlieMc0 Sep 29, 2023
faed355
Merge branch 'develop' into ci-goreleaser
CharlieMc0 Sep 29, 2023
2875bc5
fixed download paths
CharlieMc0 Sep 29, 2023
2017f57
Updated CodeOwners
CharlieMc0 Oct 2, 2023
d23e007
Merge branch 'develop' into ci-goreleaser
CharlieMc0 Oct 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* @brewmaster012 @kingpinXD @kevinssgh @fadeev @lumtis @ws4charlie

.github/** @zeta-chain/devops
4 changes: 2 additions & 2 deletions .github/actions/upgrade-testing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
BINARY_NAME_SUFFIX: "ubuntu-22-amd64"
UPGRADES_SLEEP_TIME: 300
DEBUG_UPGRADES: "false"
#BINARY_DOWNLOAD_LIST: '{"binary_download_list":[["v8.3.3", "zetacored-ubuntu-22-amd64"],["v9.0.0", "zetacored-ubuntu-22-amd64"]]}'
#BINARY_DOWNLOAD_LIST: '{"binary_download_list":[["v8.3.3", "zetacored-testnet-linux-amd64"],["v9.0.0", "zetacored-ubuntu-22-amd64"]]}'
#TAG_LIST: '{"tag_list":["v8.3.3","v9.0.0"]}'
STARTING_VERSION: "v8.3.3"
#END_VERSION: "v9.0.0"
Expand All @@ -60,7 +60,7 @@ runs:
echo "***********Change Permission of Zetacored*********************"
chmod a+x zetacored*
chmod -R 777 zetacored*
mv zetacored-ubuntu-22-amd64 zetacored
mv zetacored-testnet-linux-amd64 zetacored
export PATH=$(pwd):$PATH

echo "***********Change Directories into the Upgrade Testing Directory.*********************"
Expand Down
Loading
Loading