Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 5, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 5, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 5, 2025

      In MCP era API discoverability is now more important than ever

      June 5, 2025

      Google’s DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims “today’s AI systems” don’t warrant a pause on development

      June 5, 2025

      Anthropic researchers say next-generation AI models will reduce humans to “meat robots” in a spectrum of crazy futures

      June 5, 2025

      Xbox just quietly added two of the best RPGs of all time to Game Pass

      June 5, 2025

      7 reasons The Division 2 is a game you should be playing in 2025

      June 5, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Mastering TypeScript: How Complex Should Your Types Be?

      June 5, 2025
      Recent

      Mastering TypeScript: How Complex Should Your Types Be?

      June 5, 2025

      IDMC – CDI Best Practices

      June 5, 2025

      PWC-IDMC Migration Gaps

      June 5, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Google’s DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims “today’s AI systems” don’t warrant a pause on development

      June 5, 2025
      Recent

      Google’s DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims “today’s AI systems” don’t warrant a pause on development

      June 5, 2025

      Anthropic researchers say next-generation AI models will reduce humans to “meat robots” in a spectrum of crazy futures

      June 5, 2025

      Xbox just quietly added two of the best RPGs of all time to Game Pass

      June 5, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Playwright tests running in self hosted GitHub Actions runner using Azure VM crashes during tests

    Playwright tests running in self hosted GitHub Actions runner using Azure VM crashes during tests

    January 5, 2025

    I have for weeks now used the GitHub -hosted GitHub actions runner, but since my Playwright tests can take up to an hour to complete, i have started trying out self-hosted GitHub actions runner using a free tier VM from Microsoft Azure to save on the 3000 free minutes of GitHub actions time i get per month…

    After running 3 tests out of 273 tests, the VM crashes after running at 100% CPU for a while (see screenshot).

    My current playwright.config.ts results in 1 worker.

    Has anyone else experience with this issue?

    import { defineConfig } from '@playwright/test';
    import * as path from 'path';
    
    export default defineConfig({
        testDir: './tests',
        fullyParallel: false,
        forbidOnly: !!process.env.CI,
        retries: 3,
        workers: '50%',
        use: {
            navigationTimeout: 30000,
            actionTimeout: 15000,
            viewport: { width: 1280, height: 720 },
            trace: 'off',
            browserName: 'chromium',
            launchOptions: {
                args: ['--no-sandbox', '--disable-setuid-sandbox']
            }
        },
        reporter: [
            ['html', { outputFolder: path.resolve(__dirname, 'playwright-report'), open: 'never' }],
            ['list']
        ],
        timeout: 120000
    });
    

    Screenshot from the VM in Azure showing CPU spike at 100% before crashing

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleDistroWatch Weekly, Issue 1103
    Next Article Graph Generative Pre-trained Transformer (G2PT): An Auto-Regressive Model Designed to Learn Graph Structures through Next-Token Prediction

    Related Posts

    Security

    High-Severity Flaw in MIM Medical Imaging Software Allows Code Execution!

    June 5, 2025
    Security

    Amazon Alerts: High-Severity FreeRTOS-Plus-TCP Flaw Needs Immediate Patch!

    June 5, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    CL Duplicate Remover

    Development

    Xbox is readying three next-gen controller prototypes, incuding Elite Series 3

    Operating Systems

    Cyber Threats in Australia: Insights from the Annual Cyber Threat Report 2023-2024

    Development

    From innovation to impact: How AWS and NVIDIA enable real-world generative AI success

    Machine Learning

    Highlights

    PoC exploit for critical Erlang/OTP SSH bug is public (CVE-2025-32433)

    April 22, 2025

    PoC exploit for critical Erlang/OTP SSH bug is public (CVE-2025-32433)

    There are now several public proof-of-concept (PoC) exploits for a maximum-severity vulnerability in the Erlang/OTP SSH server (CVE-2025-32433) unveiled last week.
    “All users running an SSH server bas …
    Read more

    Published Date:
    Apr 22, 2025 (1 hour, 23 minutes ago)

    Vulnerabilities has been mentioned in this article.

    CVE-2025-32433

    CVE-2021-20035

    One of the most portable work laptops I’ve tested isn’t a Lenovo or MacBook (and it’s $200 off)

    August 6, 2024
    “It’s literally tens ofmillions of hours.” Xbox CEO Phil Spencer celebrates Xbox Cloud Gaming’s “dramatic growth,” now with per-device usage charts.

    “It’s literally tens ofmillions of hours.” Xbox CEO Phil Spencer celebrates Xbox Cloud Gaming’s “dramatic growth,” now with per-device usage charts.

    April 19, 2025

    CVE-2025-5325 – Zhilink ADP Application Developer Platform Template Engine Code Injection Vulnerability

    May 29, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.