Skip to content

Commit

Permalink
fix nightly pipeline nits
Browse files Browse the repository at this point in the history
  • Loading branch information
salsal97 committed Jul 16, 2021
1 parent f936019 commit a9cb5b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .azure_pipelines/ci-pipeline-makefile-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
scriptPath: $(SCRIPTS_ROOT)/run-azure-tests.sh
addSpnToEnvironment: true
arguments:
$(Build.SourcesDirectory)/solutions/dotnet_azure_sdk
$(Build.SourcesDirectory)/tests/azure-sdk-for-cpp
$(Build.SourcesDirectory)/solutions/dotnet_azure_sdk
env:
AZURE_KEYVAULT_URL: $(AZURE_TEST_KEYVAULT_URL)
STANDARD_STORAGE_CONNECTION_STRING: $(STANDARD_STORAGE_CONNECTION_STRING)
Expand Down
2 changes: 1 addition & 1 deletion solutions/dotnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ run-unsigned:
$(MYST_EXEC) $(OPTS) --memory-size=1024m rootfs /app/HelloWorld

run: appdir private.pem
$(MYST) package appdir private.pem config.json
timeout 45m $(MYST) package appdir private.pem config.json
myst/bin/$(APPNAME) $(OPTS)

gdb: appdir private.pem
Expand Down
2 changes: 1 addition & 1 deletion tests/libcxx2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(ROOTFS): run.c
$(MYST) mkext2 $(APPDIR) $(ROOTFS)
# run with posix spawn

OPTS += --memory-size=1024m
OPTS += --memory-size=1536m

tests:
$(RUNTEST) $(MAKE) __tests
Expand Down
4 changes: 2 additions & 2 deletions tests/sockperf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ tests:
docker run --network="host" temp-image-for-server /app/sockperf server &
./wait.sh
$(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf ping-pong
$(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf under-load
# $(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf under-load
$(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf throughput --msg-size=1472
./kill.sh
docker run --network="host" temp-image-for-server /app/sockperf server --tcp &
./wait.sh
$(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf ping-pong --tcp
$(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf under-load --tcp
# $(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf under-load --tcp
$(RUNTEST) $(MYST_EXEC) $(OPTS) $(ROOTFS) /app/sockperf throughput --msg-size=1472 --tcp
./kill.sh

Expand Down

0 comments on commit a9cb5b1

Please sign in to comment.