forked from magma/magma
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Convert circle ci to jenkins #26
Open
119Vik
wants to merge
222
commits into
master
Choose a base branch
from
convert-circle-ci-to-jenkins
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Timothée Dzik <[email protected]>
Signed-off-by: Alejandro Rodriguez <[email protected]>
* Rework Magma header and styles to match magmacore.org - Updated font to open sans - Matching h1 header style with magmamcore.org - Create menu to match - Update logo to proper logo w/ correct font - Removed "Version", but kept link in header - Switched default colors to purple Signed-off-by: Jimmy McArthur <[email protected]> * Style overrides in custom css Signed-off-by: Jimmy McArthur <[email protected]> * Removed offending } in custom CSS Signed-off-by: Jimmy McArthur <[email protected]> * Update community link - Switch to magmacore.org/community Signed-off-by: Jimmy McArthur <[email protected]> : * Reduced font size to 16px on navGroupCategoryTitle to fix spacing issue Signed-off-by: Jimmy McArthur <[email protected]>
) Signed-off-by: Hunter Gatewood <[email protected]>
* [docker][mme] Adding missing clang-format to dockerfile * [BUILD] proper project name Signed-off-by: Raphael Defosseux <[email protected]>
delete dhcp record entry from map on DHCP ip release. Signed-off-by: Pravin B Shelar <[email protected]>
…user (magma#3830) * Upadated " -n orc8r" step in Orc8r Documentation Signed-off-by: Jared Mullane <[email protected]> * Updated deploy_install.md with "-l" tag Signed-off-by: Jared Mullane <[email protected]> Co-authored-by: Jared Mullane <[email protected]>
Signed-off-by: Evgeniy Makeev <[email protected]>
…onse (magma#3878) * Add condition for context not found in delete session response Signed-off-by: Ulas Kozat <[email protected]>
Signed-off-by: Scott8440 <[email protected]>
Signed-off-by: Marie Bremner <[email protected]>
…magma#3891) also preconfigure SUID status of tshark package in ovs_deploy task Signed-off-by: Ken Kahrs <[email protected]> Co-authored-by: Ken Kahrs <[email protected]>
…ma#3639) Signed-off-by: Michael Germano <[email protected]>
Earlier commit changed the dhcp state management, I missed test related changes from that commit. Signed-off-by: Pravin B Shelar <[email protected]>
Signed-off-by: Pravin B Shelar <[email protected]>
Signed-off-by: Matthew Mosesohn <[email protected]>
* [orc8r] Add Swagger Header Enrichment Configuration Signed-off-by: Nick Yurchenko <[email protected]> * go fmt Signed-off-by: Nick Yurchenko <[email protected]> * Add pipelined HE encryption logic Signed-off-by: Nick Yurchenko <[email protected]> * Add swagger encoding key Signed-off-by: Nick Yurchenko <[email protected]> * Add test case Signed-off-by: Nick Yurchenko <[email protected]>
…a#3896) coredump already stores zipped core dump in '/var/core/' dir. but it could not finish execution due to a bug. coredump handler uses 'logfiles.txt" to find log file names. but it had 'spgw.log', which no longer exist. removing this file fixes the issue. Signed-off-by: Pravin B Shelar <[email protected]>
…bled (magma#3872) Signed-off-by: Marie Bremner <[email protected]>
Signed-off-by: Michael Germano <[email protected]>
Signed-off-by: Hunter Gatewood <[email protected]>
Signed-off-by: Marie Bremner <[email protected]>
Signed-off-by: Nick Yurchenko <[email protected]> Update encoding.py
Signed-off-by: Karthik Subraveti <[email protected]>
* Stateless test case for Idle mode * Add data after service request in stateless mode Signed-off-by: Shruti Sanadhya <[email protected]>
* Bug fix for ipv6 dedicated bearer Signed-off-by: Pruthvi Hebbani <[email protected]>
Signed-off-by: Nick Yurchenko <[email protected]>
…able service. (magma#3906) Signed-off-by: Evgeniy Makeev <[email protected]>
Signed-off-by: Ulas Kozat <[email protected]>
Signed-off-by: Oriol Batalla <[email protected]>
* Fix/Refactor pipelined stateless restart Signed-off-by: Nick Yurchenko <[email protected]> * q Signed-off-by: Nick Yurchenko <[email protected]> * Fix edge case failure Signed-off-by: Nick Yurchenko <[email protected]>
Signed-off-by: Shruti Sanadhya <[email protected]>
magma#4160) Added those missing components within magma repo. Signed-off-by: Karthik Subraveti <[email protected]>
Contains small fixes for orc8r and mariadb Signed-off-by: Matthew Mosesohn <[email protected]>
…ace (magma#4178) using "--no-cache-dir" flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead of using local cached one . Further , in case of Docker Containers , by restricting caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Signed-off-by: Pratik Raj <[email protected]>
Signed-off-by: Nick Yurchenko <[email protected]>
Signed-off-by: rashmi <[email protected]>
…state (magma#3994) * Add TC to test mme restart after auth timer expires Signed-off-by: Pruthvi Hebbani <[email protected]> * Adding new TCs to test mme restart during authentication and smc failure Signed-off-by: Pruthvi Hebbani <[email protected]> * Addressed review comments Signed-off-by: Pruthvi Hebbani <[email protected]> * Removed extra blank line Signed-off-by: Pruthvi Hebbani <[email protected]> * Adding new TC to test mme restart after receiving ESM information req from mme Signed-off-by: Pruthvi Hebbani <[email protected]> * Addressed review comments Signed-off-by: Pruthvi Hebbani <[email protected]>
…es restart with multiple p… (magma#4120) * Add s1 sim testcase to test multiple services restart with multiple pdns and dedicated bearers Signed-off-by: Pruthvi Hebbani <[email protected]>
119Vik
force-pushed
the
convert-circle-ci-to-jenkins
branch
from
January 4, 2021 16:12
ffff8fe
to
6c25e09
Compare
…perator cert is missing (magma#4138) Signed-off-by: Hunter Gatewood <[email protected]>
Signed-off-by: Oriol Batalla <[email protected]>
…agma#4228) order. Fixing the order. Signed-off-by: Karthik Subraveti <[email protected]>
Signed-off-by: Hunter Gatewood <[email protected]>
Signed-off-by: Shruti Sanadhya <[email protected]>
Signed-off-by: Karthik Subraveti <[email protected]>
) Signed-off-by: Hunter Gatewood <[email protected]>
Signed-off-by: Hunter Gatewood <[email protected]>
…agma#4194) on the component and convert existing tabs in Alarms component to use TopBar. Signed-off-by: Karthik Subraveti <[email protected]>
Signed-off-by: Pruthvi Hebbani <[email protected]>
* Replace ctime_r with strftime Signed-off-by: Shruti Sanadhya <[email protected]>
…al (magma#4224) Signed-off-by: Aharon Novogrodski <[email protected]> Co-authored-by: Aharon Novogrodski <[email protected]>
Signed-off-by: Hunter Gatewood <[email protected]>
Signed-off-by: rashmi <[email protected]>
119Vik
force-pushed
the
convert-circle-ci-to-jenkins
branch
from
January 5, 2021 13:17
6c25e09
to
8e5af62
Compare
Signed-off-by: Vitalii Kostenko <[email protected]> remove unnecessary comments and added missed newlines Signed-off-by: Vitalii Kostenko <[email protected]> fix variables placement Signed-off-by: Vitalii Kostenko <[email protected]> pipelines refactoring to use libvirt Signed-off-by: Vitalii Kostenko <[email protected]> add test change Signed-off-by: Vitalii Kostenko <[email protected]> fix resources cleanup for lte job Signed-off-by: Vitalii Kostenko <[email protected]> tmp changes Signed-off-by: Vitalii Kostenko <[email protected]> add verbosity for nosetests for lte debug Signed-off-by: Vitalii Kostenko <[email protected]> add nolock to VMs to test Sinit issue Signed-off-by: Vitalii Kostenko <[email protected]> try to fix nfs mounts add galaxy install workaround add galaxy install workaround revert echo fix add echo to simulate input add dedicated fab command to run integ tests in non interactive terminal revet debug changes fix variables and timeouts add both CWAG pipelines Signed-off-by: Vitalii Kostenko <[email protected]> fix tests timeout Signed-off-by: Vitalii Kostenko <[email protected]>
119Vik
force-pushed
the
convert-circle-ci-to-jenkins
branch
from
January 5, 2021 13:37
f6f277e
to
0d1b39d
Compare
Signed-off-by: Vitalii Kostenko <[email protected]>
Signed-off-by: Vitalii Kostenko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Test Plan
Additional Information