Skip to content

Commit

Permalink
Remove selenium requirements from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Nov 16, 2023
1 parent c157ec9 commit d52e3ad
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/full-bundle-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ jobs:
pip install tox
sudo snap install kubectl --channel 1.24/stable --classic
# sudo apt-get update -yqq
# sudo apt-get install -yqq python3-pip
# sudo --preserve-env=http_proxy,https_proxy,no_proxy pip3 install tox
sudo snap install firefox
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
Expand Down Expand Up @@ -130,16 +125,6 @@ jobs:
sg microk8s -c "juju model-config"
sg microk8s -c "juju status"
- name: Configure env for Gecko driver
run: |
# required for gecko driver
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
echo "$(id -u)"
loginctl enable-linger $USER
sudo apt-get install dbus-user-session -yqq
systemctl --user start dbus.service
- name: Run bundle tests
run: |
eval "$(pyenv init -)"
Expand All @@ -158,16 +143,6 @@ jobs:
eval "$(pyenv init -)"
sg microk8s -c "tox -c ~/charmed-kubeflow-uats/ -e kubeflow"
# - name: Upload selenium screenshots
# if: failure()
# uses: actions/upload-artifact@v3
# with:
# name: selenium-screenshots
# path: |
# sel-screenshots
# **/sel-screenshots
# **/**/sel-screenshots

- name: Save debug artifacts
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
if: always()
Expand Down

0 comments on commit d52e3ad

Please sign in to comment.