2

Remote Devops Jobs in Georgetown, TX (NOW HIRING)

Senior AI DevOps Engineer

Austin, TX ยท Remote

$128K - $165K/yr

About the role The mobile team ships the Roku Remote, Smart Home, and Howdy apps on iOS and Android. You own the CI/CD pipeline and QA automation infrastructure for the mobile engineering team. Your ...

This is a part-time, remote role ideal for a developer experienced in both Alfresco and .NET ... Jenkins, TeamCity, Octopus, or Azure DevOps Nice to Have: * 3+ years of experience participating in ...

This is a part-time, remote role ideal for a developer experienced in both Alfresco and .NET ... Jenkins, TeamCity, Octopus, or Azure DevOps Nice to Have: * 3+ years of experience participating in ...

Phoenix, AZ (Remote) Duration: Up to 12 months, with potential for extensionOur direct client is ... Utilize CI/CD tools such as Git, Maven, or Azure DevOps for streamlined development. * Leverage ...

With a focus on leveraging technology, automation, and remote operations to enhance efficiencies ... The AI Developer is a technical, entry-level role within the Atlas Technology team that builds and ...

With a focus on leveraging technology, automation, and remote operations to enhance efficiencies ... The AI Developer is a technical, entry-level role within the Atlas Technology team that builds and ...

Austin, TX 78756 (Remote) Duration: Long Term Contract Job Summary: Implement and customize ... Merge and Branch Code. Assist DevOps and Admin Teams with deployments to higher environments. 8+ ...

Showing results 21-40

Remote Devops information

See Georgetown, TX salary details

$15

$56

$80

How much do remote devops jobs pay per hour?

As of Aug 6, 2026, the average hourly pay for remote devops in Georgetown, TX is $56.24, according to ZipRecruiter salary data. Most workers in this role earn between $47.12 and $64.57 per hour, depending on experience, location, and employer.

How do remote DevOps professionals typically collaborate with development and operations teams across different time zones?

Remote DevOps professionals often use a combination of collaboration tools such as Slack, Jira, and Zoom to stay connected with development and operations teams. They rely heavily on clear documentation, version control systems, and automated workflows to ensure smooth handoffs and consistent processes across time zones. Regular stand-up meetings, asynchronous communication, and shared dashboards help maintain alignment on priorities and progress, making it possible to address incidents and deploy updates efficiently despite geographical differences.

What is the difference between Remote Devops vs Remote Cloud Engineer?

AspectRemote DevopsRemote Cloud Engineer
Required CredentialsCertifications like AWS, Azure, Docker, KubernetesSame certifications, with focus on cloud platforms
Work EnvironmentCollaborates with development and operations teams, manages CI/CD pipelinesDesigns and implements cloud infrastructure, manages cloud resources
Employer & Industry UsageTech companies, startups, enterprises focusing on deployment automationCloud service providers, SaaS companies, organizations migrating to cloud

Remote Devops and Remote Cloud Engineer roles share many certifications and work environments, but Devops focuses on automation and deployment pipelines, while Cloud Engineers specialize in cloud infrastructure design and management. Both are in high demand across tech industries, often overlapping in skills and responsibilities.

What is a remote DevOps engineer?

A Remote DevOps engineer is a professional who works from a remote location to manage and automate an organization's IT infrastructure, development, and deployment processes. Their main goal is to bridge the gap between software development and IT operations, ensuring that software can be released quickly, reliably, and efficiently. Remote DevOps engineers use tools like CI/CD pipelines, configuration management, and cloud platforms to streamline workflows and improve system reliability. They collaborate with development and operations teams using online communication and project management tools.
What are the most commonly searched types of Devops jobs in Georgetown, TX? The most popular types of Devops jobs in Georgetown, TX are:
What are popular job titles related to Remote Devops jobs in Georgetown, TX? For Remote Devops jobs in Georgetown, TX, the most frequently searched job titles are:
What job categories do people searching Remote Devops jobs in Georgetown, TX look for? The top searched job categories for Remote Devops jobs in Georgetown, TX are:
What cities near Georgetown, TX are hiring for Remote Devops jobs? Cities near Georgetown, TX with the most Remote Devops job openings:
Infographic showing various Remote Devops job openings in Georgetown, TX as of August 2026, with employment types broken down into 83% Full Time, 5% Part Time, and 12% Contract. Highlights an 77% Physical, 8% Hybrid, and 15% Remote job distribution, with an average salary of $116,984 per year, or $56.2 per hour.

Senior AI DevOps Engineer

Roku

Austin, TX โ€ข Remote

$128K - $165K/yr

Full-time

Medical, Dental, Vision, Life, Retirement

Re-posted 13 days ago


Job description

Teamwork makes the stream work.

Roku is changing how the world watches TV

Roku is the #1 TV streaming platform in the U.S., Canada, and Mexico, and we've set our sights on powering every television in the world. Roku pioneered streaming to the TV. Our mission is to be the TV streaming platform that connects the entire TV ecosystem. We connect consumers to the content they love, enable content publishers to build and monetize large audiences, and provide advertisers unique capabilities to engage consumers.

From your first day at Roku, you'll make a valuable - and valued - contribution. We're a fast-growing public company where no one is a bystander. We offer you the opportunity to delight millions of TV streamers around the world while gaining meaningful experience across a variety of disciplines.

About the team 

Join a high-performing, innovative team that plays a pivotal role in Rokuโ€™s mission to be the best TV streaming platform in the world. Our team is responsible for delivering intuitive, high-quality mobile applications that enhance the way millions of users interact with Roku devices globally. We pride ourselves on creating products that โ€œjust workโ€ โ€” seamlessly and effortlessly. This commitment to excellence is driven by a collaborative, inclusive, and results-oriented culture where your contributions will directly impact the user experience of millions. If youโ€™re passionate about building products that feel magical and intuitive, this is the team for you.

About the role 

The mobile team ships the Roku Remote, Smart Home, and Howdy apps on iOS and Android. You own the CI/CD pipeline and QA automation infrastructure for the mobile engineering team. Your role will use AI to design and build a completely autonomous, self-healing CI/CD and QA automation pipeline for multiple products with millions of users.  You treat AI as your primary design tool not an add-on.  Every system you build should minimize human intervention, from code push to app store submission. You'll own CI Pipeline Architecture: the path from git push to a green or red signal. Your job is to make that path fast, reliable, and cheap. That includes QA Automation & Device Orchestration: the software systems that schedule, monitor, and recover the test infrastructure.

What you'll be doing 

  • Design and maintain CI/CD pipelines for iOS and Android on GitLab CI
  • Architect pipeline stages for fail-fast execution: cheapest checks first (lint, compile, static analysis), expensive checks last (device farm tests)
  • Build smart test routing: analyze MR diffs to determine which tests need physical devices and which can run on emulators, so 80% of MRs never touch the device farm
  • Build flaky test detection and quarantine systems.  Classify failures as infrastructure-caused vs. code-caused so engineers trust the signal
  • Automate release mechanics: code signing, versioning, TestFlight/Play Console uploads, dSYM and mapping file management.  The goal is zero manual steps between merge and app store submission
  • As agent-authored MR volume grows, ensure pipelines absorb the increase without degrading speed or starving human-authored MRs of resources
  • Build the device reservation and orchestration system that assigns devices to CI jobs, prevents contention, and maximizes utilization without manual scheduling
  • Design self-healing automation: health checks detect unresponsive devices, trigger remote recovery via API, and re-register them no human intervention required
  • Define the device compatibility matrix which firmware/model combinations require real hardware, and which can run on emulators
  • Implement priority-based test routing: device-touching MRs get farm time, UI-only MRs never queue for a device
  • Use AI to identify failure patterns, predict infrastructure issues, and continuously optimize pipeline performance 

Were excited if you have 

  • 5+ year's operating CI/CD infrastructure at scale, preferably GitLab CI
  • Ability to travel up to 20%
  • Deep understanding of mobile build systems (Xcode/xcodebuild, Gradle) and mobile-specific CI challenges (code signing, provisioning, multi-platform builds)
  • Strong scripting (Python, Bash) and ability to build internal tooling reservation systems, health monitors, pipeline analytics dashboards
  • Advanced proficiency with AI-assisted development (Copilot, Claude Code, Cursor, or equivalent) you use AI as your default approach to writing code, building systems, and solving infrastructure problems
  • Experience designing autonomous, self-healing systems that detect, diagnose, and recover from failures without human intervention
  • AI-first problem solving where your instinct is to automate with AI before adding manual process or headcount
  • Obsession with developer experience.You measure your success by how fast and reliably engineers get feedback, not by how complex your infrastructure is
  • Data-driven decision making.  You measure failure rates, waste rates, device utilization, and pipeline duration and you use those numbers to prioritize your work

Preferred Qualifications 

  • Experience with infrastructure-as-code (Terraform, Ansible, or equivalent) for managing cloud and on-premises infrastructure
  • Working knowledge of WiFi and BLE protocols enough to understand why tests that exercise radio communication behaves differently from pure software tests
  • Experience with mobile test automation frameworks (XCUITest, Espresso, Appium) not to write tests, but to understand what they need from infrastructure
  • Experience scaling CI for high-volume, automated code generation (agentic engineering, bot-authored MRs) 

#LI-DH2What's Roku's approach to hybrid working?

Roku fosters an inclusive and collaborative environment where teams generally work in the office Monday through Thursday. Fridays are generally flexible for remote work, except for employees whose specific roles or assigned office location require five days' a week attendance.

What are some of the benefits?

Roku is committed to offering a diverse range of benefits as part of our compensation package to support our employees and their families. Our comprehensive benefits include global access to mental health and financial wellness support and resources. Local benefits include statutory and voluntary benefits which may include healthcare (medical, dental, and vision), life, accident, disability, commuter, and retirement options (401(k)/pension). Employees are supported in taking time off, in accordance with local leave policies and other personal needs to support their evolving work and life needs. It's important to note that not every benefit is available in all locations or for every role. For details specific to your location, please consult with your recruiter.

Accommodations

Roku welcomes applicants of all backgrounds and provides reasonable accommodations and adjustments in accordance with applicable law. If you require reasonable accommodation at any point in the hiring process, please direct your inquiries to EmployeeRelations@Roku.com.

What should I know about Roku's culture?

Roku is a great place for people who want to work in a fast-paced environment where everyone is focused on the company's success rather than their own. We try to surround ourselves with people who are great at their jobs, who are easy to work with, and who keep their egos in check. We appreciate a sense of humor. We believe a fewer number of very talented folks can do more for less cost than a larger number of less talented teams. We're independent thinkers with big ideas who act boldly, move fast and accomplish extraordinary things through collaboration and trust. In short, at Roku you'll be part of a company that's changing how the world watches TV.โ€ฏ

We have a unique culture that we are proud of. We think of ourselves primarily as problem-solvers, which itself is a two-part idea. We come up with the solution, but the solution isn't real until it is built and delivered to the customer. That penchant for action gives us a pragmatic approach to innovation, one that has served us well since 2002.โ€ฏ

To learn more about Roku, our global footprint, and how we've grown, visit https://www.weareroku.com/factsheet.

By providing your information, you acknowledge that you want Roku to contact you about job roles, that you have read Roku's Applicant Privacy Notice, and understand that Roku will use your information as described in that notice. If you do not wish to receive any communications from Roku regarding this role or similar roles in the future, you may unsubscribe at any time by emailing WorkforcePrivacy@Roku.com.