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

Setup kokoro #179

Merged
merged 2 commits into from
Apr 16, 2020
Merged

Setup kokoro #179

merged 2 commits into from
Apr 16, 2020

Conversation

rkapuscik
Copy link
Contributor

Fixes #178.

Rafal Kapuscik added 2 commits April 16, 2020 11:31
Signed-off-by: Rafal Kapuscik <rkapuscik@antmicro.com>
Signed-off-by: Rafal Kapuscik <rkapuscik@antmicro.com>
@rkapuscik rkapuscik requested a review from mithro April 16, 2020 09:53
@alaindargelas alaindargelas merged commit 686e1c6 into chipsalliance:master Apr 16, 2020
@@ -0,0 +1,38 @@
#!/usr/bin/env python3
Copy link
Collaborator

Choose a reason for hiding this comment

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

This repo's config is simple enough you don't really need a Python script to generate it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed.

echo "----------------------------------------"
cat /proc/meminfo
echo "----------------------------------------"
export MEM_GB=$(($(awk '/MemTotal/ {print $2}' /proc/meminfo)/(1024*1024)))
Copy link
Collaborator

Choose a reason for hiding this comment

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

You probably don't need this memory calculation stuff.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed.

export BUILD_TOOL=make
fi

export CC=gcc-7
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be good to know which compiler you want to use.

# Generated from .github/kokoro/kokoro-cfg.py
# To regenerate run:
# cd .github/kokoro/ && python3 kokoro-cfg.py
build_file: "UHDM-continuous-test/.github/kokoro/test.sh"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm pretty sure this file path is wrong?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed, I was looking at wrong commit in other repo.

@rkapuscik rkapuscik mentioned this pull request Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up Kokoro CI on this repository
3 participants