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

Automatic build script #557

Merged
merged 3 commits into from
Jul 23, 2020
Merged

Automatic build script #557

merged 3 commits into from
Jul 23, 2020

Conversation

grafnu
Copy link
Collaborator

@grafnu grafnu commented Jul 23, 2020

No description provided.

@grafnu grafnu requested review from pbatta and henry54809 July 23, 2020 04:42
@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #557 into master will decrease coverage by 56.72%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #557       +/-   ##
===========================================
- Coverage   80.30%   23.58%   -56.73%     
===========================================
  Files          22       22               
  Lines        3753     3753               
===========================================
- Hits         3014      885     -2129     
- Misses        739     2868     +2129     
Flag Coverage Δ
#aux ?
#base ?
#dhcp ?
#many ?
#modules 23.58% <ø> (ø)
#topo ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
daq/daq.py 0.00% <0.00%> (-91.14%) ⬇️
daq/docker_test.py 17.07% <0.00%> (-80.49%) ⬇️
daq/topology.py 20.36% <0.00%> (-76.18%) ⬇️
daq/dhcp_monitor.py 25.00% <0.00%> (-75.00%) ⬇️
daq/faucet_event_client.py 18.95% <0.00%> (-73.21%) ⬇️
daq/stream_monitor.py 15.00% <0.00%> (-72.50%) ⬇️
daq/report.py 28.30% <0.00%> (-71.70%) ⬇️
daq/network.py 25.64% <0.00%> (-71.16%) ⬇️
daq/host.py 21.09% <0.00%> (-69.57%) ⬇️
daq/gateway.py 22.10% <0.00%> (-68.95%) ⬇️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 368db70...3a2f4ed. Read the comment docs.

if [ -z "$changed" ]; then
git log release_stable..HEAD --pretty=oneline | sed -e 's/[a-z0-9]+/\*/g'
echo docs/changelog.md has not been updated since last release_stable
echo Use the log lines above for inspiration.
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice touch!

echo Expected build images not found. Something went wrong.
false
fi

Copy link
Collaborator

@pbatta pbatta Jul 23, 2020

Choose a reason for hiding this comment

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

nit: maybe delete /tmp/git_expected.txt and /tmp/git_status.txt as they are not needed beyond this point?

git push
git push --tags

faucetgit=`git config remote.faucet.url`
Copy link
Collaborator

Choose a reason for hiding this comment

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

This would be applicable if the users fork of the repo is set up as a remote called 'faucet'? If so, maybe add a comment to that affect?

@grafnu
Copy link
Collaborator Author

grafnu commented Jul 23, 2020

Updated, PTAL

@pbatta pbatta self-requested a review July 23, 2020 13:33
Copy link
Collaborator

@pbatta pbatta left a comment

Choose a reason for hiding this comment

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

lgtm, thanks.

@grafnu grafnu merged commit 336710b into faucetsdn:master Jul 23, 2020
@grafnu grafnu deleted the buildscript branch August 4, 2020 04:04
frgitdaq pushed a commit to frgitdaq/daq that referenced this pull request Aug 10, 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.

2 participants