Skip to content

Commit 0964efb

Browse files
committed
Include Capacity Reservation when testing on windows instance
Signed-off-by: Nathan Na <nzhenye@amazon.com>
1 parent f565852 commit 0964efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/aws/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def get_single_node_windows_test_stage_with_lock(stage_name, lock_label) {
107107
. venv/bin/activate;
108108
cd PortaFiducia/scripts;
109109
export PULL_REQUEST_ID=${env.CHANGE_ID};
110-
env AWS_DEFAULT_REGION=us-west-2 ./test_orchestrator_windows.py --ci public --s3-bucket-name libfabric-ci-windows-prod-test-output --pull-request-id ${env.CHANGE_ID};
110+
env AWS_DEFAULT_REGION=us-west-2 ./test_orchestrator_windows.py --odcr cr-096ce0beefcc82b44 --ci public --s3-bucket-name libfabric-ci-windows-prod-test-output --pull-request-id ${env.CHANGE_ID};
111111
"""
112112
}
113113
}

0 commit comments

Comments
 (0)