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

Package pipeline #1629

Merged
merged 33 commits into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b14effe
Update mule pipeline to use package.yaml
bricerisingalgorand Oct 7, 2020
678d810
Set version of go-algorand-ci to brice/commentOutDarwin
bricerisingalgorand Oct 7, 2020
300170c
Update jenkinsfile to use 0.0.12
bricerisingalgorand Oct 8, 2020
3f38f89
Update package.yaml to build arm64 packages
bricerisingalgorand Oct 12, 2020
200de05
Try to have package pipeline decouple builds/packages
bricerisingalgorand Oct 12, 2020
0cb28b5
Fix package.yaml
bricerisingalgorand Oct 12, 2020
3df4e28
Fix build task names
bricerisingalgorand Oct 12, 2020
18e47ef
Refactor deb package.sh to package all tarballs of the given channel …
bricerisingalgorand Oct 12, 2020
7c09bfd
Update rpm package script to scan for all matching channel builds
bricerisingalgorand Oct 12, 2020
3591d10
Update pipeline to build/package linux-arm32
bricerisingalgorand Oct 12, 2020
01562cf
Only search for linux packages in packaging scripts
bricerisingalgorand Oct 12, 2020
4f3f6e5
Fix name of arm mule job
bricerisingalgorand Oct 13, 2020
7628100
Add archive job
bricerisingalgorand Oct 14, 2020
e364e62
Fix package.yml
bricerisingalgorand Oct 14, 2020
e1e7c8f
Update archive make target to upload files to algorand-internal
bricerisingalgorand Oct 14, 2020
ddcb882
Use centos machine for archive since it has the awscli on it
bricerisingalgorand Oct 14, 2020
bec4e9a
Remove unused task from package.yaml
bricerisingalgorand Oct 14, 2020
bbc76fb
Make sure CHANNEL var isn't set when running archive target
bricerisingalgorand Oct 14, 2020
92a26d8
Remove unsetting CHANNEL
bricerisingalgorand Oct 15, 2020
e4c073b
Update dockerfiles to not set variables to empty strings
bricerisingalgorand Oct 15, 2020
953f4f3
Move package yaml changes to mule.yaml and update pipeline
bricerisingalgorand Oct 15, 2020
c0c3678
Merge branch 'master' of github.com:algorand/go-algorand into package…
bricerisingalgorand Oct 15, 2020
515a83f
Remove aws env vars from mule.yaml
bricerisingalgorand Oct 15, 2020
5f43af5
Fix bugs I introduce when resolving merge conflicts
bricerisingalgorand Oct 16, 2020
dcdf520
Use DEFAULT_RELEASE_NETWORK instead of DEFAULTNETWORK
bricerisingalgorand Oct 16, 2020
19c92bf
Move pipeline mule.yaml to the pipeline folder
bricerisingalgorand Oct 16, 2020
1d999f1
Revert package.yaml to what's in master
bricerisingalgorand Oct 16, 2020
03574ec
Include build task in package.yaml
bricerisingalgorand Oct 16, 2020
77e21f3
Remove libsodium stash
bricerisingalgorand Oct 21, 2020
9df3ea6
Fix target cpu setting for rpm builds
bricerisingalgorand Oct 21, 2020
2aab2da
Use $(FULLBUILDNUMBER) instead of creating unnecessary env var
bricerisingalgorand Oct 26, 2020
8251700
Rename DEFAULT_NETWORK to DEFAULTNETWORK
bricerisingalgorand Oct 26, 2020
0a299c2
Use master version of go-algorand-ci in jenkins pipeline
bricerisingalgorand Oct 26, 2020
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
Prev Previous commit
Next Next commit
Move pipeline mule.yaml to the pipeline folder
  • Loading branch information
bricerisingalgorand committed Oct 16, 2020
commit 19c92bf9c4519485e5dfc01c49d37c0e14817c46
175 changes: 0 additions & 175 deletions mule.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion test/muleCI/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@Library('go-algorand-ci@brice/commentOutDarwin') _
btoll marked this conversation as resolved.
Show resolved Hide resolved

muleCI('mule.yaml', '0.0.12')
muleCI('test/muleCI/mule.yaml', '0.0.12')
Loading