Skip to content

Commit

Permalink
Migrate container images to ghcr.io (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 authored Jan 29, 2025
1 parent d7f30f5 commit ab97cae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/scenarios/test_full_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{"key": "COMMAND", "value": "/bin/bash ./test.sh"},
{
"key": "TEST_RUNNER",
"value": "registry.nordix.org/eiffel/etos-python-test-runner:3.9.0",
"value": "ghcr.io/eiffel-community/etos-python-test-runner:3.9.0",
},
{"key": "EXECUTE", "value": ["echo 'this is the pre-execution step'"]},
{
Expand All @@ -79,7 +79,7 @@
},
}
],
"test_runner": "registry.nordix.org/eiffel/etos-python-test-runner:3.9.0",
"test_runner": "ghcr.io/eiffel-community/etos-python-test-runner:3.9.0",
"iut": {
"provider_id": "default",
"identity": "pkg:docker/production/etos/[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions tests/scenarios/test_log_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{"key": "COMMAND", "value": "exit 0"},
{
"key": "TEST_RUNNER",
"value": "registry.nordix.org/eiffel/etos-python-test-runner:3.9.0",
"value": "ghcr.io/eiffel-community/etos-python-test-runner:3.9.0",
},
{"key": "EXECUTE", "value": ["echo 'this is the pre-execution step'"]},
{
Expand All @@ -60,7 +60,7 @@
},
}
],
"test_runner": "registry.nordix.org/eiffel/etos-python-test-runner:3.9.0",
"test_runner": "ghcr.io/eiffel-community/etos-python-test-runner:3.9.0",
"iut": {
"provider_id": "default",
"identity": "pkg:docker/production/etos/[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions tests/scenarios/test_no_detected_test_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{"key": "COMMAND", "value": "/bin/bash ./test.sh"},
{
"key": "TEST_RUNNER",
"value": "registry.nordix.org/eiffel/etos-python-test-runner:3.9.0",
"value": "ghcr.io/eiffel-community/etos-python-test-runner:3.9.0",
},
{"key": "EXECUTE", "value": ["echo 'this is the pre-execution step'"]},
{
Expand All @@ -79,7 +79,7 @@
},
}
],
"test_runner": "registry.nordix.org/eiffel/etos-python-test-runner:3.9.0",
"test_runner": "ghcr.io/eiffel-community/etos-python-test-runner:3.9.0",
"iut": {
"provider_id": "default",
"identity": "pkg:docker/production/etos/[email protected]",
Expand Down

0 comments on commit ab97cae

Please sign in to comment.