Skip to content

Commit

Permalink
[Github][CI] Remove premerge container (#123483)
Browse files Browse the repository at this point in the history
This patch removes the container from the premerge job. We are moving
away from the kubernetes executor back to executing everything in the
same container due to reliability issues. This patch updates everything
in the premerge job to work.

This is part of a temp fix to
llvm/llvm-zorg#362.
  • Loading branch information
boomanaiden154 authored Jan 21, 2025
1 parent baeedd7 commit 1888a5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/premerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
container:
image: ghcr.io/llvm/ci-ubuntu-22.04:latest
defaults:
run:
shell: bash
steps:
- name: Checkout LLVM
uses: actions/checkout@v4
Expand Down

0 comments on commit 1888a5f

Please sign in to comment.