Skip to content

Commit 5f868b5

Browse files
author
Lucas Yoon
committed
testing11
1 parent c123526 commit 5f868b5

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/validate-with-registry.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
2929
- name: Setup test environment with overrides
3030
run: |
3131
mkdir -p registry/stacks/python-basic
32-
cp current-repo/devfile.yaml registry/stacks/python-basic/
33-
cp current-repo/deploy.yaml registry/stacks/python-basic/
34-
cp current-repo/app.py registry/stacks/python-basic/
35-
cp current-repo/requirements.txt registry/stacks/python-basic/
32+
cp -r current-repo/* registry/stacks/python-basic/
3633
3734
- name: Setup Go
3835
uses: actions/setup-go@v4
@@ -51,11 +48,6 @@ jobs:
5148
minikube-version: latest
5249
kubernetes-version: v1.28.0
5350

54-
- name: Install odo latest version v3
55-
uses: redhat-actions/openshift-tools-installer@2de9a80cf012ad0601021515481d433b91ef8fd5 # v1
56-
with:
57-
odo: "3.16.1"
58-
5951
- name: Run Registry Validation Tests
6052
env:
6153
REGISTRY_PATH: ${{ github.workspace }}/registry
@@ -67,10 +59,7 @@ jobs:
6759
6860
echo "=== Schema Validation ==="
6961
bash tests/validate_devfile_schemas.sh --stacksPath stacks --stackDirs python-basic
70-
71-
echo "=== Check ODO v3 ==="
72-
bash tests/check_odov3.sh --stacksPath ${{ github.workspace }}/current-repo --stackDirs "."
73-
62+
7463
echo "=== Check Non-Terminating ==="
7564
bash tests/check_non_terminating.sh --stacksPath ${{ github.workspace }}/current-repo --stackDirs "."
7665

0 commit comments

Comments
 (0)