We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1e2a4 commit 8aa90adCopy full SHA for 8aa90ad
.github/workflows/ci.yml
@@ -85,13 +85,6 @@ jobs:
85
]
86
if: needs.detect-noop.outputs.noop != 'true'
87
steps:
88
- - name: Remove unnecessary files
89
- run: |
90
- sudo rm -rf /usr/share/dotnet
91
- sudo rm -rf /opt/ghc
92
- sudo rm -rf "/usr/local/share/boost"
93
- sudo rm -rf "$AGENT_TOOLSDIRECTORY"
94
-
95
- name: Set up Go
96
uses: actions/setup-go@v6
97
with:
@@ -135,7 +128,10 @@ jobs:
135
128
136
129
- name: Collect logs
137
130
if: always()
131
+ # Wait for a bit before log collection; this gives the agent pods some time to shut down
132
+ # gracefully and flush their logs.
138
133
run: |
134
+ sleep 30
139
make collect-e2e-logs
140
env:
141
KUBECONFIG: '/home/runner/.kube/config'
0 commit comments