Skip to content

Commit 621aa5e

Browse files
authored
Revert "Upgrade axios 1.8.3 in buildkite (#215203)" (#215530)
This reverts commit d8f6bd6. ## Summary Since this upgrade, we're getting 404 on failed test annotation. Reverting this while we figure out what's causing it.
1 parent a3f6c17 commit 621aa5e

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.buildkite/package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.buildkite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@octokit/rest": "^18.10.0",
14-
"axios": "^1.8.3",
14+
"axios": "^1.7.9",
1515
"globby": "^11.1.0",
1616
"js-yaml": "^4.1.0",
1717
"minimatch": "^5.0.1",

.buildkite/pipeline-utils/buildkite/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export class BuildkiteClient {
175175
headers: {
176176
Authorization: `Bearer ${BUILDKITE_TOKEN}`,
177177
},
178-
allowAbsoluteUrls: false,
179178
});
180179

181180
this.exec = config.exec ?? execSync;

.buildkite/scripts/steps/cloud/purge_projects.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ const projectRequest = axios.create({
129129
headers: {
130130
Authorization: `ApiKey ${process.env.PROJECT_API_KEY}`,
131131
},
132-
allowAbsoluteUrls: false,
133132
});
134133

135134
purgeProjects().catch((e) => {

0 commit comments

Comments
 (0)