Skip to content
Snippets Groups Projects
Commit b9ca6911 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'update_execution_environment' into 'master'

Update test execution environment to Python for tests

See merge request !72
parents deb173cf 73914a39
Branches
No related tags found
1 merge request!72Update test execution environment to Python for tests
Pipeline #40395 passed
......@@ -80,7 +80,7 @@ CONFIGURATION = {
},
"algorithm": "user/integers_echo/1",
"parameters": {},
"environment": {"name": "Python 2.7", "version": "1.2.0"},
"environment": {"name": "Python for tests", "version": "1.3.0"},
"outputs": {
"out_data": {
"path": "20/61/b6/2df3c3bedd5366f4a625c5d87ffbf5a26007c46c456e9abf21b46c6681",
......@@ -113,7 +113,7 @@ CONFIGURATION_ERROR = {
},
"algorithm": "user/integers_echo/1",
"parameters": {},
"environment": {"name": "Python 2.7", "version": "1.2.0"},
"environment": {"name": "Python for tests", "version": "1.3.0"},
"outputs": {
"out_data": {
"path": "20/61/b6/2df3c3bedd5366f4a625c5d87ffbf5a26007c46c456e9abf21b46c6681",
......
......@@ -67,7 +67,7 @@ CONFIGURATION = {
"nb_slots": 1,
"channel": "integers",
"parameters": {},
"environment": {"name": "Python 2.7", "version": "1.2.0"},
"environment": {"name": "Python for tests", "version": "1.3.0"},
"inputs": {
"a": {
"database": "integers_db/1",
......
......@@ -65,7 +65,7 @@ CONFIGURATION_DB_LEGACY = {
"nb_slots": 1,
"channel": "integers",
"parameters": {},
"environment": {"name": "Python 2.7", "version": "1.2.0"},
"environment": {"name": "Python for tests", "version": "1.3.0"},
"inputs": {
"in": {
"database": "integers_db/1",
......@@ -94,7 +94,7 @@ CONFIGURATION_DB_SEQUENTIAL = {
"nb_slots": 1,
"channel": "integers",
"parameters": {},
"environment": {"name": "Python 2.7", "version": "1.2.0"},
"environment": {"name": "Python for tests", "version": "1.3.0"},
"inputs": {
"in": {
"database": "integers_db/1",
......@@ -123,7 +123,7 @@ CONFIGURATION_DB_AUTONOMOUS = {
"nb_slots": 1,
"channel": "integers",
"parameters": {},
"environment": {"name": "Python 2.7", "version": "1.2.0"},
"environment": {"name": "Python for tests", "version": "1.3.0"},
"inputs": {
"in": {
"database": "integers_db/1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment