Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate crc-org #20

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/crc-builder-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: Build image for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER: ghcr.io/adrianriobo/ci-crc-builder
CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER_V: pr-${{ github.event.number }}
run: |
make crc-builder-oci-build
Expand Down Expand Up @@ -59,8 +58,7 @@ jobs:
- name: Template tkn for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER: ghcr.io/adrianriobo/ci-crc-builder
CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER_V: pr-${{ github.event.number }}
run: |
make crc-builder-tkn-create
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/snc-runner-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Build image for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# SNC_RUNNER: ghcr.io/crc-org/ci-snc-runner
SNC_RUNNER: ghcr.io/adrianriobo/ci-snc-runner
SNC_RUNNER: ghcr.io/crc-org/ci-snc-runner
SNC_RUNNER_V: pr-${{ github.event.number }}
run: |
make snc-runner-oci-build
Expand Down Expand Up @@ -56,8 +55,7 @@ jobs:
- name: Template tkn for PR
if: ${{ github.event_name == 'pull_request' }}
env:
# CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER: ghcr.io/adrianriobo/ci-snc-runner
CRC_BUILDER: ghcr.io/crc-org/ci-crc-builder
CRC_BUILDER_V: pr-${{ github.event.number }}
run: |
make snc-runner-tkn-create
Expand Down
2 changes: 1 addition & 1 deletion crc-builder/release-info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/crcont/ci-crc-builder
quay.io/crc-org/ci-crc-builder
2.0.0-dev
25 changes: 0 additions & 25 deletions crc-builder/tkn/samples/linux-with-custom-bundle.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions crc-builder/tkn/samples/macos-from-pr.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions crc-builder/tkn/samples/windows-from-master.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion snc-runner/release-info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/crcont/ci-snc-runner
quay.io/crc-org/ci-snc-runner
1.0.0-dev