Skip to content

build refinements 20190617#44

Merged
algobolson merged 3 commits intoalgorand:masterfrom
algobolson:bolson/build-refinement-20190614
Jun 18, 2019
Merged

build refinements 20190617#44
algobolson merged 3 commits intoalgorand:masterfrom
algobolson:bolson/build-refinement-20190614

Conversation

@algobolson
Copy link
Copy Markdown
Contributor

No description provided.

@algobolson algobolson requested review from Karmastic and winder June 17, 2019 21:41
Comment thread scripts/build_release.sh
gzip "${STATUSFILE}.asc"
aws s3 cp --quiet "${STATUSFILE}.asc.gz" "s3://algorand-devops-misc/buildlog/${RSTAMP}/${STATUSFILE}.asc.gz"
if [ ! -z "${S3_PREFIX_BUILDLOG}" ]; then
aws s3 cp --quiet "${STATUSFILE}.asc.gz" "${S3_PREFIX_BUILDLOG}/${RSTAMP}/${STATUSFILE}.asc.gz"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason this is silent but buildlog copy below (in build_release_local.sh) is not?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this script is expected to run as a script and be recorded to a log file. aws s3 cp without --quiet prints out status a couple times a second and floods that log file. build_release_local.sh is at this time really more of a copy&paste source of things to do to run the build that get run in the build engineer's terminal.

Copy link
Copy Markdown
Contributor

@Karmastic Karmastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question but not a blocker.

@algobolson algobolson merged commit 3f3b54b into algorand:master Jun 18, 2019
Comment thread scripts/build_packages.sh

# For now, we only deploy packages with telemetry (so we can transition smoothly).
# Copy xxx_channel_yyy -> xxx_channel-telem_yyy
if [[ ("${var}" = "") && (! -z ${TRANSITION_TELEMETRY_BUILDS}) ]]; then
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we transitioned? Can we remove this flag entirely?

algobolson added a commit that referenced this pull request Jun 18, 2019
* stop making copies to obsolete -telem package names

* only upload when s3 destination vars are set
fixes to deb relases
@Karmastic
Copy link
Copy Markdown
Contributor

Karmastic commented Jun 18, 2019 via email

pzbitskiy pushed a commit to pzbitskiy/go-algorand that referenced this pull request Apr 22, 2020
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