This repository was archived by the owner on Jan 25, 2023. It is now read-only.
File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -309,31 +309,6 @@ jobs:
309
309
image : << parameters.container-image >>
310
310
tag : " ${IMAGE_TAG_LIST}"
311
311
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}"
337
312
# Workflows are where we specify the job order and job parameters (if applicable)
338
313
workflows :
339
314
# Workflow responsible for building git tags (commonly the final releases we use within buildbot)
@@ -388,11 +363,6 @@ workflows:
388
363
requires :
389
364
- build-test-and-push-image
390
365
391
- - integration-tests :
392
- requires :
393
- - build-test-and-push-image
394
- - create-multi-arch-image
395
-
396
366
# #######################################################################
397
367
# FORKED PRS
398
368
# Those jobs just apply to forked PRs
You can’t perform that action at this time.
0 commit comments