diff --git a/hugo/content/publications/_index.md b/hugo/content/publications/_index.md index 3f16f244..02da887b 100644 --- a/hugo/content/publications/_index.md +++ b/hugo/content/publications/_index.md @@ -37,9 +37,9 @@ bannerSubtitle: "Findings from DORA's research program are made available throug **[2019 Accelerate State of DevOps Report](/research/2019/dora-report/2019-dora-accelerate-state-of-devops-report.pdf)** [Read PDF](/research/2019/dora-report/2019-dora-accelerate-state-of-devops-report.pdf) -- [![2018 Accelerate State of DevOps Report](/research/2018/dora-report/2018-dora-accelerate-state-of-devops-report.png)](/research/2018/dora-report/2018-dora-accelerate-state-of-devops-report.pdf) +- [![2018 Accelerate State of DevOps Report](/research/2018/dora-report/2018-dora-accelerate-state-of-devops-report.png)](/research/2018/dora-report/) **[2018 Accelerate State of DevOps Report](/research/2018/dora-report/2018-dora-accelerate-state-of-devops-report.pdf)** - [Read PDF](/research/2018/dora-report/2018-dora-accelerate-state-of-devops-report.pdf) + [Download the report](/research/2018/dora-report/) - [![2017 State of DevOps Report](/research/2017/2017-state-of-devops-report.png)](/research/2017) **[2017 State of DevOps Report](/research/2017)** diff --git a/hugo/content/research/2018/dora-report/index.md b/hugo/content/research/2018/dora-report/index.md index 05b04842..e4db445a 100644 --- a/hugo/content/research/2018/dora-report/index.md +++ b/hugo/content/research/2018/dora-report/index.md @@ -8,4 +8,20 @@ tab_title: "DORA Report" research_year: "2018" --- ## Download the 2018 DORA Report -[![Accelerate State of DevOps Report 2018](2018-dora-accelerate-state-of-devops-report.png)](2018-dora-accelerate-state-of-devops-report.pdf) \ No newline at end of file +[![Accelerate State of DevOps Report 2018](2018-dora-accelerate-state-of-devops-report.png)](2018-dora-accelerate-state-of-devops-report.pdf) + +The 2018 Accelerate State of DevOps Report identifies capabilities and practices that drive high performance in software delivery and operational performance (SDO) across all industries. + +The report introduces the concept of elite performers, a subset of high performers representing the cutting edge of software delivery and operations. Compared to low performers, elite performers deploy code 46 times more frequently, have 2,555 times faster lead times for changes, 2,604 times faster time to restore service, and seven times lower change failure rates. + +The key findings of the report are: + +* Software delivery and operations performance unlocks competitive advantages. Those advantages include increased profitability, productivity, market share, and customer satisfaction. +* Cloud implementation matters, not just adoption: Teams leveraging essential cloud computing characteristics are 23 times more likely to be elite performers. +* Open Source fuels high performance: Elite performers are significantly more likely to extensively use and plan to expand their use of open source software components, libraries, and platforms. +* Outsourcing by function hurts performance: Outsourcing whole functions like development, testing, or operations is linked to lower performance and is rarely adopted by elite performers. +* Technical practices drive success: Continuous testing, monitoring and observability, database change management, and integrating security early in the development process are crucial for achieving high performance. +* Generative culture is essential: A culture characterized by cooperation, trust, voice, and a focus on learning leads to superior SDO performance and organizational outcomes. +* Leadership and autonomy empower teams: Teams with greater autonomy, fueled by trust in their leaders, are more likely to achieve high performance and contribute to a stronger organizational culture. + +[Download the 2018 Accelerate: State of DevOps Report](2018-state-of-devops-report.pdf) diff --git a/test/playwright/tests/publications/index.spec.ts b/test/playwright/tests/publications/index.spec.ts index c8955abf..057941dd 100644 --- a/test/playwright/tests/publications/index.spec.ts +++ b/test/playwright/tests/publications/index.spec.ts @@ -36,10 +36,11 @@ export const downloadTheReportMap = { '0': '/research/2023/dora-report/', '1': '/research/2022/dora-report/', '2': '/research/2021/dora-report/', - '3': '/research/2017', - '4': '/research/2016/', - '5': '/research/2015/', - '6': '/research/2014/' + '3': '/research/2018/dora-report/', + '4': '/research/2017', + '5': '/research/2016/', + '6': '/research/2015/', + '7': '/research/2014/' } test('Publications page links to the DORA Report landing pages', async ({ page }) => { @@ -55,7 +56,6 @@ test('Publications page links to the DORA Report landing pages', async ({ page } // TODO - #698 calls for a landing page for each report. These should all move to the downloadTheReportMap export const readPDFMap = { '0': '/research/2019/dora-report/2019-dora-accelerate-state-of-devops-report.pdf', - '1': '/research/2018/dora-report/2018-dora-accelerate-state-of-devops-report.pdf' } test('Publications page links directly to DORA Reports', async ({ page }) => {