ieeeSW.tex
7.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
\documentclass[10pt, compress, aspectratio=169]{beamer}
\usetheme[numbering=fraction, progressbar=none, titleformat=smallcaps]{metropolis}
\usepackage{booktabs}
\usepackage{array}
\usepackage{listings}
\usepackage{graphicx}
\usepackage[scale=2]{ccicons}
\usepackage{url}
\usepackage{relsize}
\usepackage{wasysym}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\usepackage[newcommands]{ragged2e}
\usepackage{booktabs}% http://ctan.org/pkg/booktabs
\newcommand{\tabitem}{~\llap{\textbullet}~}
\newcolumntype{M}[1]{>{\centering}m{#1\textwidth}}
\newcolumntype{L}[1]{>{\RaggedRight}m{#1\textwidth}}
\newcolumntype{R}[1]{>{\RaggedLeft}m{#1\textwidth}}
\newcolumntype{J}[1]{m{#1\textwidth}}
\lstset{ %
backgroundcolor={},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=true,
breaklines=true,
captionpos=n,
commentstyle=\color{orange},
escapeinside={\%*}{*)},
extendedchars=true,
frame=n,
keywordstyle=\color{orange},
language=bash,
rulecolor=\color{black},
showspaces=false,
showstringspaces=false,
showtabs=false,
numbers=left,
numbersep=3pt,
stepnumber=1,
stringstyle=\color{gray},
tabsize=2,
keywords={thrust,plus,device_vector, copy,transform,begin,end, copyin,
copyout, acc, \_\_global\_\_, void, int, float, main, threadIdx, blockIdx,
blockDim, if, else, malloc, NULL, cudaMalloc, cudaMemcpy, cudaSuccess,
cudaGetLastError, cudaDeviceSynchronize, cudaFree, cudaMemcpyDeviceToHost,
cudaMemcpyHostToDevice, const, data, independent, kernels, loop,
fprintf, stderr, cudaGetErrorString, EXIT_FAILURE, for, dim3},
otherkeywords={::, \#pragma, \#include, <<<,>>>, \&, \*, +, -, /, [, ], >, <}
}
\renewcommand*{\UrlFont}{\ttfamily\smaller\relax}
\graphicspath{{images/}}
\title{Continuous Delivery: Building Trust in a Large-scale, Complex Government Organization}
\author{\footnotesize Rodrigo Siqueira \\ {\scriptsize siqueira@ime.usp.br}}
\institute{\includegraphics[height=2cm]{imelogo}\\[0.2cm] Department of Computer Science \\ University of São Paulo}
\begin{document}
\maketitle
%------------------------------------------------------------------------------
% É COMUM QUE DUAS FORÇAS DISTINTAS RESOLVAM JUNTAR ESFORÇOS, CONTUDO ESSA
% SITUAÇÃO GERA UM POTÊNCIAL EMBATE. EM ESPECIAL, TEMOS O GOVERNO E A ACADEMIA
\section{Introduction}
\begin{frame}{SPB Portal}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{home-SPB}
\end{figure}
\end{frame}
\begin{frame}{Technological Requirements}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{technological-requirements}
\end{figure}
\end{frame}
\begin{frame}{Architecture}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{arch3}
\end{figure}
\end{frame}
\begin{frame}{Culture Shock}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{shock}
\end{figure}
\end{frame}
%------------------------------------------------------------------------------
\section{Our Continuous Delivery Pipeline}
\begin{frame}{Automated Tests}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline}
\end{figure}
\end{frame}
\begin{frame}{Automated Tests}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline_implementation}
\end{figure}
\end{frame}
\begin{frame}{Automated Tests}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline_test}
\end{figure}
\end{frame}
\begin{frame}{Preparing a New Release}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline_release}
\end{figure}
\end{frame}
\begin{frame}{Packaging}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline_packaging}
\end{figure}
\end{frame}
\begin{frame}{Validation Environment}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline_ve}
\end{figure}
\end{frame}
\begin{frame}{Acceptance Tests}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline_acceptance}
\end{figure}
\end{frame}
\begin{frame}{Production Environment Deployment}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{pipeline_pe}
\end{figure}
\end{frame}
%------------------------------------------------------------------------------
\section{Benefits}
\begin{frame}{Release Evolution}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{release_evolution}
\end{figure}
\end{frame}
\begin{frame}{Team Members Distribution}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{team_members}
\end{figure}
\end{frame}
\begin{frame}{Benefits}
\begin{itemize}
\item Strengthening Trust in the Relationship with the Government
\item Responsiveness to Change
\item Shared Responsibility
\item Synchronization Between Government and Development
\end{itemize}
\end{frame}
%------------------------------------------------------------------------------
\section{Lessons Learned}
\begin{frame}{Lessons Learned}
\begin{figure}
\includegraphics[width=\linewidth,
height=0.8\textheight,
keepaspectratio]{learned}
\end{figure}
\end{frame}
\begin{frame}{Build CD From Scratch}
\begin{exampleblock}{Lessons}
\begin{itemize}
\item Select the most experienced senior developers and some advanced
interns to work on a specific DevOps team
\item Interchange team members and encourage teammates to migrate to the
DevOps team
\end{itemize}
\end{exampleblock}
\end{frame}
\begin{frame}{Overcoming Mistrust}
\begin{exampleblock}{Lessons}
\begin{itemize}
\item Demonstrate actual results, instead of simply reporting them
\item Make project management transparent and collaborative for
government staff
\item Gain the confidence of government staff
\end{itemize}
\end{exampleblock}
\end{frame}
%------------------------------------------------------------------------------
%------------------------------------------------------------------------------
\section{About this presentation}
\begin{frame}[standout]
% TODO: Improve it
\begin{center}\ccbysa\end{center}
\end{frame}
%TODO: Bibliography
% break [n]: http://tldp.org/LDP/abs/html/loopcontrol.html
% continue [n]: http://tldp.org/LDP/abs/html/loopcontrol.html
% exec: http://wiki.bash-hackers.org/commands/builtin/exec
% caller: http://wiki.bash-hackers.org/commands/builtin/caller
% key num code: http://invisible-island.net/xterm/xterm-function-keys.html
\maketitle
\end{document}