Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins cleanup #742

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .ci/Makefile

This file was deleted.

40 changes: 0 additions & 40 deletions .ci/jobs/defaults.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .ci/jobs/elastic+terraform-provider-ec+master.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci/jobs/elastic+terraform-provider-ec+pull-request.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .ci/jobs/elastic+terraform-provider-ec+tag.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .ci/pipelines/acceptance.Jenkinsfile

This file was deleted.

45 changes: 0 additions & 45 deletions .ci/pipelines/release.Jenkinsfile

This file was deleted.

5 changes: 0 additions & 5 deletions .ci/views/view.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ examples/*/*.tfstate.backup
.idea
.apikey
dist
.ci/.gpg_*
.ci/.github_*
.terraform.lock.hcl
.terraform.lock.hcl
8 changes: 0 additions & 8 deletions build/Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,3 @@ ifndef BUILD_ID
@ read -r -p "do you wish to continue? [y/N]: " res && if [[ "$${res:0:1}" =~ ^([yY]) ]]; then echo "-> Continuing..."; else exit 1; fi
endif
@ go test $(SWEEP_DIR) -v -sweep=$(SWEEP) $(SWEEPARGS) -timeout 60m

.PHONY: testacc-ci
testacc-ci:
@ EC_API_KEY=$(shell cat .ci/.apikey) $(MAKE) testacc

.PHONY: sweep-ci
sweep-ci:
@ EC_API_KEY=$(shell cat .ci/.apikey) SWEEPARGS=-sweep-run=$(SWEEP_CI_RUN_FILTER) $(MAKE) sweep
Loading