Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 005d087

Browse files
authored
Revert "chore: add job to trigger intergation tests in buildbot" (#878)
* Revert "chore: add job to trigger intergation tests in buildbot (#853)" This reverts commit 780bc37. * fix lint
1 parent 8c05730 commit 005d087

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.circleci/config.yml

-30
Original file line numberDiff line numberDiff line change
@@ -309,31 +309,6 @@ jobs:
309309
image: << parameters.container-image >>
310310
tag: "${IMAGE_TAG_LIST}"
311311

312-
integration-tests:
313-
docker:
314-
- image: cimg/base:current
315-
steps:
316-
- run:
317-
name: Sanitize branch name
318-
command: echo export "BRANCH=${CIRCLE_BRANCH//\//-}" >> "$BASH_ENV"
319-
- run:
320-
name: Set payload
321-
command: |
322-
json_data='{
323-
"parameters":{
324-
"run-workflow-build-executer": true,
325-
"run-workflow-test-build-and-push": false,
326-
"run-workflow-integration-tests-only": true
327-
}
328-
}'; PAYLOAD=$(echo $json_data | jq --arg sha $BRANCH '.parameters["image-sha"]=$sha'); \
329-
echo "export PAYLOAD='${PAYLOAD}'" >> "$BASH_ENV"
330-
- run:
331-
name: Trigger buildbot integration tests pipeline
332-
command: |
333-
curl --location --request POST 'https://circleci.com/api/v2/project/github/netlify/buildbot/pipeline' \
334-
--header 'Content-Type: application/json' \
335-
-u "${CIRCLE_API_TOKEN}:" \
336-
--data "${PAYLOAD}"
337312
# Workflows are where we specify the job order and job parameters (if applicable)
338313
workflows:
339314
# Workflow responsible for building git tags (commonly the final releases we use within buildbot)
@@ -388,11 +363,6 @@ workflows:
388363
requires:
389364
- build-test-and-push-image
390365

391-
- integration-tests:
392-
requires:
393-
- build-test-and-push-image
394-
- create-multi-arch-image
395-
396366
########################################################################
397367
# FORKED PRS
398368
# Those jobs just apply to forked PRs

0 commit comments

Comments
 (0)