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

Several Snabb-bot improvements #966

Merged
merged 5 commits into from Sep 2, 2016
Merged

Conversation

dpino
Copy link
Contributor

@dpino dpino commented Jul 14, 2016

  • Remove temporary dirs before creating them.
  • Allow Snabb-bot to work with GitHub private repositories.
  • Use OAuth CLIENT_ID and CLIENT_SECRET parameters to increase number of requests per hour.

@eugeneia eugeneia self-assigned this Jul 15, 2016
@@ -26,13 +26,18 @@ function init {
fi
export logdir="$SNABBBOTDIR/log"
export tmpdir="$SNABBBOTDIR/tmp"
rm -Rf "$SNABBBOTDIR" "$logdir" "$tmpdir"
Copy link
Member

Choose a reason for hiding this comment

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

$logdir is actually supposed to persist (it caches results, otherwise everything is recomputed all the time).

eugeneia added a commit to eugeneia/snabb that referenced this pull request Jul 21, 2016
…to snabb_ci

# Conflicts:
#	src/scripts/snabb_bot.sh
@eugeneia eugeneia merged commit 3a254ac into snabbco:master Sep 2, 2016
@dpino dpino deleted the improve-snabb-bot branch September 6, 2016 06:17
takikawa pushed a commit to takikawa/snabb that referenced this pull request Sep 25, 2017
Use false instead of "off" to disable intel_mp txq/rxq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants