Skip to content

Commit d0b7fd6

Browse files
gustavoliraclaudenickboldt
authored
chore: rename .ibm folder to .ci (#4333)
* chore: rename .ibm folder to .ci Rename the .ibm directory to .ci and update all references across the codebase including shell scripts, GitHub workflows, documentation, tests, and IDE configuration files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: update IBM variable names and regenerate yarn.lock Rename IBM_VALUES_* constants to CI_VALUES_* and update test descriptions from "(ibm: ...)" to "(ci: ...)" in wrappers.test.ts. Regenerate .ci/yarn.lock to reflect the new package name. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: fix prettier formatting in CI pipeline docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
1 parent 5eed07f commit d0b7fd6

File tree

132 files changed

+323
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+323
-323
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The `rhdh-e2e-runner` is a container image used in **OpenShift CI**, where it is
66
## Workflow for Updating the Image
77

88
### **Main Branch Workflow**
9-
For changes to the image in `.ibm/images/Dockerfile`, follow these steps:
9+
For changes to the image in `.ci/images/Dockerfile`, follow these steps:
1010
1. **Perform a Local Test:**
1111
- Before updating the `Dockerfile`, perform a local test by running the e2e tests to ensure the changes are stable.
1212

1313
2. **Update the Dockerfile:**
14-
- Once validated, update `.ibm/images/Dockerfile` with the required changes.
14+
- Once validated, update `.ci/images/Dockerfile` with the required changes.
1515

1616
3. **GitHub Actions Build & Push:**
1717
- The **GitHub Actions workflow** automatically builds and pushes the updated image to **Quay.io**.
@@ -27,7 +27,7 @@ For changes to the image in `.ibm/images/Dockerfile`, follow these steps:
2727

2828
### **Other Branches Workflow**
2929
For branches **other than `main`**, OpenShift CI does **not** fetch from Quay:
30-
- Instead, **OpenShift CI builds the image directly** from `.ibm/images/Dockerfile`.
30+
- Instead, **OpenShift CI builds the image directly** from `.ci/images/Dockerfile`.
3131
- Any changes made to the file will **immediately reflect** in the test execution.
3232
- There is no need to wait for an image update in the mirror.
3333

@@ -43,5 +43,5 @@ For branches **other than `main`**, OpenShift CI does **not** fetch from Quay:
4343
#
4444
# To build this image, run the following command from the project root:
4545
#
46-
# podman build -t quay.io/rhdh-community/rhdh-e2e-runner:release-1.y -f .ibm/images/Dockerfile .
46+
# podman build -t quay.io/rhdh-community/rhdh-e2e-runner:release-1.y -f .ci/images/Dockerfile .
4747
# ----------------------------------------------------------------------------
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)