Skip to content

Commit

Permalink
reset to working state
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Sep 20, 2024
1 parent 572452b commit c7ad1f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ onboarding_fedora_host:

script:
- ./build.sh -i runner
- timeout 2700s ./run.sh $SCENARIO --vm-weblog test-app-${TEST_LIBRARY} --vm-env ${ONBOARDING_FILTER_ENV} --vm-library ${TEST_LIBRARY} --vm-provider aws --vm-default-vms False
- timeout 2700s ./run.sh $SCENARIO --vm-weblog test-app-${TEST_LIBRARY} --vm-env ${ONBOARDING_FILTER_ENV} --vm-library ${TEST_LIBRARY} --vm-provider aws

.onboarding_nodejs:
extends: .base_job_onboarding_system_tests
Expand Down
7 changes: 0 additions & 7 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ def pytest_addoption(parser):
parser.addoption("--vm-provider", type=str, action="store", help="Set provider for VMs")
parser.addoption("--vm-only-branch", type=str, action="store", help="Filter to execute only one vm branch")
parser.addoption("--vm-skip-branches", type=str, action="store", help="Filter exclude vm branches")
parser.addoption(
"--vm-default-vms",
type=str,
action="store",
help="True launch vms marked as default, False launch only no default vm. All launch all vms",
default="True",
)

# Docker ssi scenarios
parser.addoption("--ssi-weblog", type=str, action="store", help="Set docker ssi weblog")
Expand Down
2 changes: 1 addition & 1 deletion utils/_context/virtual_machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class Fedora39amd64(_VirtualMachine):
def __init__(sef, **kwargs) -> None:
super().__init__(
"Fedora_39_amd64",
aws_config=_AWSConfig(ami_id="ami-0ba8f2988373d0735", ami_instance_type="t2.medium", user="fedora"),
aws_config=_AWSConfig(ami_id="ami-0ee7ca65ea2e8c5d9", ami_instance_type="t2.medium", user="fedora"),
vagrant_config=None,
krunvm_config=None,
os_type="linux",
Expand Down

0 comments on commit c7ad1f2

Please sign in to comment.