Skip to content

Commit

Permalink
Commented tests out
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Aug 5, 2024
1 parent 522b593 commit b28d2da
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ jobs:
- name: Forward API port
run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline" 8888 8888

- name: Initialization tests v1
working-directory: ./backend/test/initialization
run: go test -v ./... -namespace kubeflow -args -runIntegrationTests=true

- name: Initialization tests v2
working-directory: ./backend/test/v2/initialization
run: go test -v ./... -namespace kubeflow -args -runIntegrationTests=true

- name: API integration tests v1
working-directory: ./backend/test/integration
run: go test -v ./... -namespace ${NAMESPACE} -args -runIntegrationTests=true

- name: API integration tests v2
working-directory: ./backend/test/v2/integration
run: go test -v ./... -namespace ${NAMESPACE} -args -runIntegrationTests=true

- name: Forward Frontend port
run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline-ui" 3000 3000

- name: Build frontend integration tests image
working-directory: ./test/frontend-integration-test
run: docker build . -t kfp-frontend-integration-test:local

- name: Frontend integration tests
run: docker run --net=host kfp-frontend-integration-test:local --remote-run true
# - name: Initialization tests v1
# working-directory: ./backend/test/initialization
# run: go test -v ./... -namespace kubeflow -args -runIntegrationTests=true
#
# - name: Initialization tests v2
# working-directory: ./backend/test/v2/initialization
# run: go test -v ./... -namespace kubeflow -args -runIntegrationTests=true
#
# - name: API integration tests v1
# working-directory: ./backend/test/integration
# run: go test -v ./... -namespace ${NAMESPACE} -args -runIntegrationTests=true
#
# - name: API integration tests v2
# working-directory: ./backend/test/v2/integration
# run: go test -v ./... -namespace ${NAMESPACE} -args -runIntegrationTests=true
#
# - name: Forward Frontend port
# run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline-ui" 3000 3000
#
# - name: Build frontend integration tests image
# working-directory: ./test/frontend-integration-test
# run: docker build . -t kfp-frontend-integration-test:local
#
# - name: Frontend integration tests
# run: docker run --net=host kfp-frontend-integration-test:local --remote-run true

- name: Basic sample tests - sequential
run: pip3 install -r ./test/sample-test/requirements.txt && pip3 install kfp~=2.0 && python3 ./test/sample-test/sample_test_launcher.py sample_test run_test --namespace kubeflow --test-name sequential --results-gcs-dir output
Expand Down

0 comments on commit b28d2da

Please sign in to comment.