Skip to content

Commit

Permalink
Try to fetch from fedorapeople
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Mar 30, 2023
1 parent 68f7a48 commit 341fd88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/webui-periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
LAUNCHER_TIMEOUT_MINUTES: 60
# URL to the unpacked installation image
# TODO: use preview image
STATIC_REPO_URL: "http://10.43.136.2/users/rv/s2/webui-zveleba-f39"
STATIC_REPO_URL: "https://fedorapeople.org/groups/anaconda/webui_permian_tests/sources/periodic/x86_64/"

steps:
# self-hosted runners don't do this automatically; also useful to keep stuff around for debugging
Expand Down Expand Up @@ -67,11 +67,8 @@ jobs:
run: |
cat <<EOF > settings.ini
[AnacondaWebUI]
anaconda_repo=https://github.com/rhinstaller/anaconda.git
cockpit_branch=283
hypervisor_vm_limit=${{ env.TEST_JOBS }}
test_timeout=${{ env.LAUNCHER_TIMEOUT_MINUTES }}
# TODO - can we run without library?
[library]
directPath=${{ github.workspace }}/anaconda/ui/webui/test/integration
EOF
Expand Down

0 comments on commit 341fd88

Please sign in to comment.