Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ShiningPanda: simple CI hosting for Python
Search
Zbigniew Siciarz
January 09, 2012
Programming
1
100
ShiningPanda: simple CI hosting for Python
My talk from PyWaw #8.
Zbigniew Siciarz
January 09, 2012
Tweet
Share
More Decks by Zbigniew Siciarz
See All by Zbigniew Siciarz
What if Socrates was a dev?
zsiciarz
0
130
Calling Rust from other languages
zsiciarz
3
630
An introduction to the Rust ecosystem
zsiciarz
5
1.8k
Python3-only Django project - the benefits
zsiciarz
1
350
My God, it's full of stars! (and planets and Python)
zsiciarz
0
3.2k
PostgreSQL & Django - a tasty mix
zsiciarz
2
430
Building an online PDF editor from scratch
zsiciarz
3
1.1k
IPython: tips, tricks & magic
zsiciarz
8
3.5k
requests, czyli HTTP dla ludzi
zsiciarz
1
110
Other Decks in Programming
See All in Programming
マルチアカウント環境での、そこまでがんばらない RI/SP 運用設計
wa6sn
0
710
Building a macOS screen saver with Kotlin (Android Makers 2025)
zsmb
1
140
AIコーディングワークフローの試行 〜AIエージェント×ワークフローでの自動化を目指して〜
rkaga
2
3.4k
DataStoreをテストする
mkeeda
0
280
AIコードエディタの基盤となるLLMのFlutter性能評価
alquist4121
0
200
PHP で学ぶ OAuth 入門
azuki
1
130
PHPで書いたAPIをGoに書き換えてみた 〜パフォーマンス改善の可能性を探る実験レポート〜
koguuum
0
140
MCP世界への招待: AIエンジニアが創る次世代エージェント連携の世界
gunta
4
880
英語 × の私が、生成AIの力を借りて、OSSに初コントリビュートした話
personabb
0
190
エンジニア未経験が最短で戦力になるためのTips
gokana
0
260
RuboCop: Modularity and AST Insights
koic
0
100
custom_lintで始めるチームルール管理
akaboshinit
0
200
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
137
6.9k
Designing for humans not robots
tammielis
252
25k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.6k
Product Roadmaps are Hard
iamctodd
PRO
52
11k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.5k
Into the Great Unknown - MozCon
thekraken
37
1.7k
RailsConf 2023
tenderlove
30
1.1k
Side Projects
sachag
452
42k
Testing 201, or: Great Expectations
jmmastey
42
7.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
How to Think Like a Performance Engineer
csswizardry
23
1.5k
Site-Speed That Sticks
csswizardry
5
480
Transcript
ShiningPanda Simple CI hosting for Python PyWaw #8, 09.01.2012 Zbigniew
Siciarz @zsiciarz http://siciarz.net
http://www.shiningpanda.com
The name • „Yeah, pandas are awesome and they eat
some atlassian bamboo” (Olivier Mansion)
What is it actually? • Jenkins hosting • Python-specific Jenkins
plugins • Automatic build triggering
Make money…
…endorse Open Source! • wait queue – a few days
Jenkins • Your typical CI server…
…with a Python twist!
Coverage? You got it!
Automation • build after commit/push • builds triggered by URL
• checkout code from version control • run setup, tests, coverage etc. • notify about the results
How to trigger the build
Who uses it? • GarlicSim • simplejson • PyInstaller •
NLTK • Mezzanine • Whoosh • django-envelope (shameless plug) • And others!
Not mentioned • Selenium • Tox • User roles •
…?
Questions?
Thank you!