fix all unit tests #365
Annotations
12 errors
list spool-files-by-jobid command › should display list spool files by job id help:
__tests__/__integration__/cli/list/spool-files-by-jobid/cli.list.spool-files-by-jobid.test.ts#L38
expect(received).toMatchSnapshot()
Snapshot name: `list spool-files-by-jobid command should display list spool files by job id help 1`
- Snapshot - 4
+ Received + 4
@@ -12,16 +12,16 @@
JES/spool queues. The command does not pre-validate the JOBID.
USAGE
-----
- zowe zos-ftp list spool-files-by-jobid <jobid> [options]
+ zowe zos-ftp list spool-files-by-jobid <jobId> [options]
POSITIONAL ARGUMENTS
--------------------
- jobid (string)
+ jobId (string)
The z/OS JOBID of the job with the spool files you want to list. No
pre-validation of the JOBID is performed.
FTP CONNECTION OPTIONS
@@ -173,9 +173,9 @@
================z/OS FTP LIST SPOOL-FILES-BY-JOBID HELP WITH RFJ===========
{
"success": true,
"exitCode": 0,
"message": "The help was constructed for command: spool-files-by-jobid.",
- "stdout": "\n COMMAND NAME\n ------------\n\n spool-files-by-jobid | sfbj\n\n DESCRIPTION\n -----------\n\n Given a z/OS job JOBID, list the spool files (DDs) for a z/OS job on the\n JES/spool queues. The command does not pre-validate the JOBID.\n\n USAGE\n -----\n\n zowe zos-ftp list spool-files-by-jobid <jobid> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n jobid\t\t (string)\n\n The z/OS JOBID of the job with the spool files you want to list. No\n pre-validation of the JOBID is performed.\n\n FTP CONNECTION OPTIONS\n ----------------------\n\n --host | -H (string)\n\n The hostname or IP address of the z/OS server to connect to.\n\n --port | -P (number)\n\n The port of the z/OS FTP server.\n\n Default value: 21\n\n --user | -u (string)\n\n Username for authentication on z/OS\n\n --password | -p | --pass | --pw (string)\n\n Password to authenticate to FTP.\n\n --secure-ftp (boolean)\n\n Set to true for both control and data connection encryption, 'control' for\n control connection encryption only, or 'implicit' for implicitly encrypted\n control connection (this mode is deprecated in modern times, but usually uses\n port 990). Note: Unfortunately, this plugin's functionality only works with FTP\n and FTPS, not 'SFTP' which is FTP over SSH.\n\n Default value: true\n\n --connection-timeout | --ct (number)\n\n How long (in milliseconds) to wait for the control connection to be established.\n\n Default value: 10000\n\n TLS / SECURE CONNECTION OPTIONS\n -------------------------------\n\n --reject-unauthorized | --ru (boolean)\n\n Reject self-signed certificates. Only specify this if you are connecting to a\n secure FTP instance.\n\n --server-name | --sn (string)\n\n Server name for the SNI (Server Name Indication) TLS extension. Only specify if\n you are connecting securely\n\n PROFILE OPTIONS\n ---------------\n\n --zftp-profile | --zftp-p (string)\n\n The name of a (zftp) profile to load for this command execution.\n\n --base-profile | --base-p (string)\n\n The name of a (base) profile to load for this command execution.\n\n BASE CONNECTION OPTIONS\n -----------------------\n\n --token-type | --tt (string)\n\n The type of token to get and use for the API. Omit this option to use the\n default token type, which is provided by 'zowe auth login'.\n\n --token-value | --tv (string)\n\n The value of the token to pass to the API.\n\n --cert-file (local file path)\n\n The file path to a certificate file to use for authentication.\n\n Note: The CLI does not support certificate files that require a password. For\n more information, search Troubleshooting PEM Certificates in Zowe Docs.\n\n --cert-key-file (local file path)\n\n The file path to a certificate key file to use for authentication\n\n RESPONSE FORMAT OPTIONS\n -----------------------\n\n --response-format-filter | --rff (array)\n\n Filter (include) fields in the response. Accepts an array of field/property\n names to include in the output response. You can filter JSON objects properties\n OR table columns/fie
|
test (18.x, macos-14)
Process completed with exit code 1.
|
list spool-files-by-jobid command › should display list spool files by job id help:
__tests__/__integration__/cli/list/spool-files-by-jobid/cli.list.spool-files-by-jobid.test.ts#L38
expect(received).toMatchSnapshot()
Snapshot name: `list spool-files-by-jobid command should display list spool files by job id help 1`
- Snapshot - 4
+ Received + 4
@@ -12,16 +12,16 @@
JES/spool queues. The command does not pre-validate the JOBID.
USAGE
-----
- zowe zos-ftp list spool-files-by-jobid <jobid> [options]
+ zowe zos-ftp list spool-files-by-jobid <jobId> [options]
POSITIONAL ARGUMENTS
--------------------
- jobid (string)
+ jobId (string)
The z/OS JOBID of the job with the spool files you want to list. No
pre-validation of the JOBID is performed.
FTP CONNECTION OPTIONS
@@ -173,9 +173,9 @@
================z/OS FTP LIST SPOOL-FILES-BY-JOBID HELP WITH RFJ===========
{
"success": true,
"exitCode": 0,
"message": "The help was constructed for command: spool-files-by-jobid.",
- "stdout": "\n COMMAND NAME\n ------------\n\n spool-files-by-jobid | sfbj\n\n DESCRIPTION\n -----------\n\n Given a z/OS job JOBID, list the spool files (DDs) for a z/OS job on the\n JES/spool queues. The command does not pre-validate the JOBID.\n\n USAGE\n -----\n\n zowe zos-ftp list spool-files-by-jobid <jobid> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n jobid\t\t (string)\n\n The z/OS JOBID of the job with the spool files you want to list. No\n pre-validation of the JOBID is performed.\n\n FTP CONNECTION OPTIONS\n ----------------------\n\n --host | -H (string)\n\n The hostname or IP address of the z/OS server to connect to.\n\n --port | -P (number)\n\n The port of the z/OS FTP server.\n\n Default value: 21\n\n --user | -u (string)\n\n Username for authentication on z/OS\n\n --password | -p | --pass | --pw (string)\n\n Password to authenticate to FTP.\n\n --secure-ftp (boolean)\n\n Set to true for both control and data connection encryption, 'control' for\n control connection encryption only, or 'implicit' for implicitly encrypted\n control connection (this mode is deprecated in modern times, but usually uses\n port 990). Note: Unfortunately, this plugin's functionality only works with FTP\n and FTPS, not 'SFTP' which is FTP over SSH.\n\n Default value: true\n\n --connection-timeout | --ct (number)\n\n How long (in milliseconds) to wait for the control connection to be established.\n\n Default value: 10000\n\n TLS / SECURE CONNECTION OPTIONS\n -------------------------------\n\n --reject-unauthorized | --ru (boolean)\n\n Reject self-signed certificates. Only specify this if you are connecting to a\n secure FTP instance.\n\n --server-name | --sn (string)\n\n Server name for the SNI (Server Name Indication) TLS extension. Only specify if\n you are connecting securely\n\n PROFILE OPTIONS\n ---------------\n\n --zftp-profile | --zftp-p (string)\n\n The name of a (zftp) profile to load for this command execution.\n\n --base-profile | --base-p (string)\n\n The name of a (base) profile to load for this command execution.\n\n BASE CONNECTION OPTIONS\n -----------------------\n\n --token-type | --tt (string)\n\n The type of token to get and use for the API. Omit this option to use the\n default token type, which is provided by 'zowe auth login'.\n\n --token-value | --tv (string)\n\n The value of the token to pass to the API.\n\n --cert-file (local file path)\n\n The file path to a certificate file to use for authentication.\n\n Note: The CLI does not support certificate files that require a password. For\n more information, search Troubleshooting PEM Certificates in Zowe Docs.\n\n --cert-key-file (local file path)\n\n The file path to a certificate key file to use for authentication\n\n RESPONSE FORMAT OPTIONS\n -----------------------\n\n --response-format-filter | --rff (array)\n\n Filter (include) fields in the response. Accepts an array of field/property\n names to include in the output response. You can filter JSON objects properties\n OR table columns/fie
|
test (18.x, ubuntu-latest)
Process completed with exit code 1.
|
list spool-files-by-jobid command › should display list spool files by job id help:
__tests__/__integration__/cli/list/spool-files-by-jobid/cli.list.spool-files-by-jobid.test.ts#L38
expect(received).toMatchSnapshot()
Snapshot name: `list spool-files-by-jobid command should display list spool files by job id help 1`
- Snapshot - 4
+ Received + 4
@@ -12,16 +12,16 @@
JES/spool queues. The command does not pre-validate the JOBID.
USAGE
-----
- zowe zos-ftp list spool-files-by-jobid <jobid> [options]
+ zowe zos-ftp list spool-files-by-jobid <jobId> [options]
POSITIONAL ARGUMENTS
--------------------
- jobid (string)
+ jobId (string)
The z/OS JOBID of the job with the spool files you want to list. No
pre-validation of the JOBID is performed.
FTP CONNECTION OPTIONS
@@ -173,9 +173,9 @@
================z/OS FTP LIST SPOOL-FILES-BY-JOBID HELP WITH RFJ===========
{
"success": true,
"exitCode": 0,
"message": "The help was constructed for command: spool-files-by-jobid.",
- "stdout": "\n COMMAND NAME\n ------------\n\n spool-files-by-jobid | sfbj\n\n DESCRIPTION\n -----------\n\n Given a z/OS job JOBID, list the spool files (DDs) for a z/OS job on the\n JES/spool queues. The command does not pre-validate the JOBID.\n\n USAGE\n -----\n\n zowe zos-ftp list spool-files-by-jobid <jobid> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n jobid\t\t (string)\n\n The z/OS JOBID of the job with the spool files you want to list. No\n pre-validation of the JOBID is performed.\n\n FTP CONNECTION OPTIONS\n ----------------------\n\n --host | -H (string)\n\n The hostname or IP address of the z/OS server to connect to.\n\n --port | -P (number)\n\n The port of the z/OS FTP server.\n\n Default value: 21\n\n --user | -u (string)\n\n Username for authentication on z/OS\n\n --password | -p | --pass | --pw (string)\n\n Password to authenticate to FTP.\n\n --secure-ftp (boolean)\n\n Set to true for both control and data connection encryption, 'control' for\n control connection encryption only, or 'implicit' for implicitly encrypted\n control connection (this mode is deprecated in modern times, but usually uses\n port 990). Note: Unfortunately, this plugin's functionality only works with FTP\n and FTPS, not 'SFTP' which is FTP over SSH.\n\n Default value: true\n\n --connection-timeout | --ct (number)\n\n How long (in milliseconds) to wait for the control connection to be established.\n\n Default value: 10000\n\n TLS / SECURE CONNECTION OPTIONS\n -------------------------------\n\n --reject-unauthorized | --ru (boolean)\n\n Reject self-signed certificates. Only specify this if you are connecting to a\n secure FTP instance.\n\n --server-name | --sn (string)\n\n Server name for the SNI (Server Name Indication) TLS extension. Only specify if\n you are connecting securely\n\n PROFILE OPTIONS\n ---------------\n\n --zftp-profile | --zftp-p (string)\n\n The name of a (zftp) profile to load for this command execution.\n\n --base-profile | --base-p (string)\n\n The name of a (base) profile to load for this command execution.\n\n BASE CONNECTION OPTIONS\n -----------------------\n\n --token-type | --tt (string)\n\n The type of token to get and use for the API. Omit this option to use the\n default token type, which is provided by 'zowe auth login'.\n\n --token-value | --tv (string)\n\n The value of the token to pass to the API.\n\n --cert-file (local file path)\n\n The file path to a certificate file to use for authentication.\n\n Note: The CLI does not support certificate files that require a password. For\n more information, search Troubleshooting PEM Certificates in Zowe Docs.\n\n --cert-key-file (local file path)\n\n The file path to a certificate key file to use for authentication\n\n RESPONSE FORMAT OPTIONS\n -----------------------\n\n --response-format-filter | --rff (array)\n\n Filter (include) fields in the response. Accepts an array of field/property\n names to include in the output response. You can filter JSON objects properties\n OR table columns/fie
|
test (20.x, macos-14)
Process completed with exit code 1.
|
list spool-files-by-jobid command › should display list spool files by job id help:
__tests__/__integration__/cli/list/spool-files-by-jobid/cli.list.spool-files-by-jobid.test.ts#L38
expect(received).toMatchSnapshot()
Snapshot name: `list spool-files-by-jobid command should display list spool files by job id help 1`
- Snapshot - 4
+ Received + 4
@@ -12,16 +12,16 @@
JES/spool queues. The command does not pre-validate the JOBID.
USAGE
-----
- zowe zos-ftp list spool-files-by-jobid <jobid> [options]
+ zowe zos-ftp list spool-files-by-jobid <jobId> [options]
POSITIONAL ARGUMENTS
--------------------
- jobid (string)
+ jobId (string)
The z/OS JOBID of the job with the spool files you want to list. No
pre-validation of the JOBID is performed.
FTP CONNECTION OPTIONS
@@ -173,9 +173,9 @@
================z/OS FTP LIST SPOOL-FILES-BY-JOBID HELP WITH RFJ===========
{
"success": true,
"exitCode": 0,
"message": "The help was constructed for command: spool-files-by-jobid.",
- "stdout": "\n COMMAND NAME\n ------------\n\n spool-files-by-jobid | sfbj\n\n DESCRIPTION\n -----------\n\n Given a z/OS job JOBID, list the spool files (DDs) for a z/OS job on the\n JES/spool queues. The command does not pre-validate the JOBID.\n\n USAGE\n -----\n\n zowe zos-ftp list spool-files-by-jobid <jobid> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n jobid\t\t (string)\n\n The z/OS JOBID of the job with the spool files you want to list. No\n pre-validation of the JOBID is performed.\n\n FTP CONNECTION OPTIONS\n ----------------------\n\n --host | -H (string)\n\n The hostname or IP address of the z/OS server to connect to.\n\n --port | -P (number)\n\n The port of the z/OS FTP server.\n\n Default value: 21\n\n --user | -u (string)\n\n Username for authentication on z/OS\n\n --password | -p | --pass | --pw (string)\n\n Password to authenticate to FTP.\n\n --secure-ftp (boolean)\n\n Set to true for both control and data connection encryption, 'control' for\n control connection encryption only, or 'implicit' for implicitly encrypted\n control connection (this mode is deprecated in modern times, but usually uses\n port 990). Note: Unfortunately, this plugin's functionality only works with FTP\n and FTPS, not 'SFTP' which is FTP over SSH.\n\n Default value: true\n\n --connection-timeout | --ct (number)\n\n How long (in milliseconds) to wait for the control connection to be established.\n\n Default value: 10000\n\n TLS / SECURE CONNECTION OPTIONS\n -------------------------------\n\n --reject-unauthorized | --ru (boolean)\n\n Reject self-signed certificates. Only specify this if you are connecting to a\n secure FTP instance.\n\n --server-name | --sn (string)\n\n Server name for the SNI (Server Name Indication) TLS extension. Only specify if\n you are connecting securely\n\n PROFILE OPTIONS\n ---------------\n\n --zftp-profile | --zftp-p (string)\n\n The name of a (zftp) profile to load for this command execution.\n\n --base-profile | --base-p (string)\n\n The name of a (base) profile to load for this command execution.\n\n BASE CONNECTION OPTIONS\n -----------------------\n\n --token-type | --tt (string)\n\n The type of token to get and use for the API. Omit this option to use the\n default token type, which is provided by 'zowe auth login'.\n\n --token-value | --tv (string)\n\n The value of the token to pass to the API.\n\n --cert-file (local file path)\n\n The file path to a certificate file to use for authentication.\n\n Note: The CLI does not support certificate files that require a password. For\n more information, search Troubleshooting PEM Certificates in Zowe Docs.\n\n --cert-key-file (local file path)\n\n The file path to a certificate key file to use for authentication\n\n RESPONSE FORMAT OPTIONS\n -----------------------\n\n --response-format-filter | --rff (array)\n\n Filter (include) fields in the response. Accepts an array of field/property\n names to include in the output response. You can filter JSON objects properties\n OR table columns/fie
|
test (20.x, ubuntu-latest)
Process completed with exit code 1.
|
list spool-files-by-jobid command › should display list spool files by job id help:
__tests__/__integration__/cli/list/spool-files-by-jobid/cli.list.spool-files-by-jobid.test.ts#L38
expect(received).toMatchSnapshot()
Snapshot name: `list spool-files-by-jobid command should display list spool files by job id help 1`
- Snapshot - 4
+ Received + 4
@@ -12,16 +12,16 @@
JES/spool queues. The command does not pre-validate the JOBID.
USAGE
-----
- zowe zos-ftp list spool-files-by-jobid <jobid> [options]
+ zowe zos-ftp list spool-files-by-jobid <jobId> [options]
POSITIONAL ARGUMENTS
--------------------
- jobid (string)
+ jobId (string)
The z/OS JOBID of the job with the spool files you want to list. No
pre-validation of the JOBID is performed.
FTP CONNECTION OPTIONS
@@ -173,9 +173,9 @@
================z/OS FTP LIST SPOOL-FILES-BY-JOBID HELP WITH RFJ===========
{
"success": true,
"exitCode": 0,
"message": "The help was constructed for command: spool-files-by-jobid.",
- "stdout": "\n COMMAND NAME\n ------------\n\n spool-files-by-jobid | sfbj\n\n DESCRIPTION\n -----------\n\n Given a z/OS job JOBID, list the spool files (DDs) for a z/OS job on the\n JES/spool queues. The command does not pre-validate the JOBID.\n\n USAGE\n -----\n\n zowe zos-ftp list spool-files-by-jobid <jobid> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n jobid\t\t (string)\n\n The z/OS JOBID of the job with the spool files you want to list. No\n pre-validation of the JOBID is performed.\n\n FTP CONNECTION OPTIONS\n ----------------------\n\n --host | -H (string)\n\n The hostname or IP address of the z/OS server to connect to.\n\n --port | -P (number)\n\n The port of the z/OS FTP server.\n\n Default value: 21\n\n --user | -u (string)\n\n Username for authentication on z/OS\n\n --password | -p | --pass | --pw (string)\n\n Password to authenticate to FTP.\n\n --secure-ftp (boolean)\n\n Set to true for both control and data connection encryption, 'control' for\n control connection encryption only, or 'implicit' for implicitly encrypted\n control connection (this mode is deprecated in modern times, but usually uses\n port 990). Note: Unfortunately, this plugin's functionality only works with FTP\n and FTPS, not 'SFTP' which is FTP over SSH.\n\n Default value: true\n\n --connection-timeout | --ct (number)\n\n How long (in milliseconds) to wait for the control connection to be established.\n\n Default value: 10000\n\n TLS / SECURE CONNECTION OPTIONS\n -------------------------------\n\n --reject-unauthorized | --ru (boolean)\n\n Reject self-signed certificates. Only specify this if you are connecting to a\n secure FTP instance.\n\n --server-name | --sn (string)\n\n Server name for the SNI (Server Name Indication) TLS extension. Only specify if\n you are connecting securely\n\n PROFILE OPTIONS\n ---------------\n\n --zftp-profile | --zftp-p (string)\n\n The name of a (zftp) profile to load for this command execution.\n\n --base-profile | --base-p (string)\n\n The name of a (base) profile to load for this command execution.\n\n BASE CONNECTION OPTIONS\n -----------------------\n\n --token-type | --tt (string)\n\n The type of token to get and use for the API. Omit this option to use the\n default token type, which is provided by 'zowe auth login'.\n\n --token-value | --tv (string)\n\n The value of the token to pass to the API.\n\n --cert-file (local file path)\n\n The file path to a certificate file to use for authentication.\n\n Note: The CLI does not support certificate files that require a password. For\n more information, search Troubleshooting PEM Certificates in Zowe Docs.\n\n --cert-key-file (local file path)\n\n The file path to a certificate key file to use for authentication\n\n RESPONSE FORMAT OPTIONS\n -----------------------\n\n --response-format-filter | --rff (array)\n\n Filter (include) fields in the response. Accepts an array of field/property\n names to include in the output response. You can filter JSON objects properties\n OR table columns/fie
|
test (20.x, windows-latest)
Process completed with exit code 1.
|
list spool-files-by-jobid command › should display list spool files by job id help:
__tests__/__integration__/cli/list/spool-files-by-jobid/cli.list.spool-files-by-jobid.test.ts#L38
expect(received).toMatchSnapshot()
Snapshot name: `list spool-files-by-jobid command should display list spool files by job id help 1`
- Snapshot - 4
+ Received + 4
@@ -12,16 +12,16 @@
JES/spool queues. The command does not pre-validate the JOBID.
USAGE
-----
- zowe zos-ftp list spool-files-by-jobid <jobid> [options]
+ zowe zos-ftp list spool-files-by-jobid <jobId> [options]
POSITIONAL ARGUMENTS
--------------------
- jobid (string)
+ jobId (string)
The z/OS JOBID of the job with the spool files you want to list. No
pre-validation of the JOBID is performed.
FTP CONNECTION OPTIONS
@@ -173,9 +173,9 @@
================z/OS FTP LIST SPOOL-FILES-BY-JOBID HELP WITH RFJ===========
{
"success": true,
"exitCode": 0,
"message": "The help was constructed for command: spool-files-by-jobid.",
- "stdout": "\n COMMAND NAME\n ------------\n\n spool-files-by-jobid | sfbj\n\n DESCRIPTION\n -----------\n\n Given a z/OS job JOBID, list the spool files (DDs) for a z/OS job on the\n JES/spool queues. The command does not pre-validate the JOBID.\n\n USAGE\n -----\n\n zowe zos-ftp list spool-files-by-jobid <jobid> [options]\n\n POSITIONAL ARGUMENTS\n --------------------\n\n jobid\t\t (string)\n\n The z/OS JOBID of the job with the spool files you want to list. No\n pre-validation of the JOBID is performed.\n\n FTP CONNECTION OPTIONS\n ----------------------\n\n --host | -H (string)\n\n The hostname or IP address of the z/OS server to connect to.\n\n --port | -P (number)\n\n The port of the z/OS FTP server.\n\n Default value: 21\n\n --user | -u (string)\n\n Username for authentication on z/OS\n\n --password | -p | --pass | --pw (string)\n\n Password to authenticate to FTP.\n\n --secure-ftp (boolean)\n\n Set to true for both control and data connection encryption, 'control' for\n control connection encryption only, or 'implicit' for implicitly encrypted\n control connection (this mode is deprecated in modern times, but usually uses\n port 990). Note: Unfortunately, this plugin's functionality only works with FTP\n and FTPS, not 'SFTP' which is FTP over SSH.\n\n Default value: true\n\n --connection-timeout | --ct (number)\n\n How long (in milliseconds) to wait for the control connection to be established.\n\n Default value: 10000\n\n TLS / SECURE CONNECTION OPTIONS\n -------------------------------\n\n --reject-unauthorized | --ru (boolean)\n\n Reject self-signed certificates. Only specify this if you are connecting to a\n secure FTP instance.\n\n --server-name | --sn (string)\n\n Server name for the SNI (Server Name Indication) TLS extension. Only specify if\n you are connecting securely\n\n PROFILE OPTIONS\n ---------------\n\n --zftp-profile | --zftp-p (string)\n\n The name of a (zftp) profile to load for this command execution.\n\n --base-profile | --base-p (string)\n\n The name of a (base) profile to load for this command execution.\n\n BASE CONNECTION OPTIONS\n -----------------------\n\n --token-type | --tt (string)\n\n The type of token to get and use for the API. Omit this option to use the\n default token type, which is provided by 'zowe auth login'.\n\n --token-value | --tv (string)\n\n The value of the token to pass to the API.\n\n --cert-file (local file path)\n\n The file path to a certificate file to use for authentication.\n\n Note: The CLI does not support certificate files that require a password. For\n more information, search Troubleshooting PEM Certificates in Zowe Docs.\n\n --cert-key-file (local file path)\n\n The file path to a certificate key file to use for authentication\n\n RESPONSE FORMAT OPTIONS\n -----------------------\n\n --response-format-filter | --rff (array)\n\n Filter (include) fields in the response. Accepts an array of field/property\n names to include in the output response. You can filter JSON objects properties\n OR table columns/fie
|
test (18.x, windows-latest)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
macos-14-18.x-results
Expired
|
1.54 MB |
|
macos-14-20.x-results
Expired
|
1.54 MB |
|
ubuntu-latest-18.x-results
Expired
|
1.54 MB |
|
ubuntu-latest-20.x-results
Expired
|
1.54 MB |
|
windows-latest-18.x-results
Expired
|
1.54 MB |
|
windows-latest-20.x-results
Expired
|
1.54 MB |
|