Skip to content

Commit

Permalink
Remove CircleCI (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
worxli authored Feb 13, 2019
1 parent 52d70cc commit 4554d8d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 118 deletions.
3 changes: 2 additions & 1 deletion .buildkite/scripts/build_scion_img
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ set -e

BASE_IMG=${BASE_IMG:-d0df659466340dfc30f277f383ade9f0e1069ae2d2ac621f1a04d3eed258f388}

./tools/ci/prepare_image "$BASE_IMG"
docker pull scionproto/scion_base@sha256:$BASE_IMG
docker tag scionproto/scion_base@sha256:$BASE_IMG scion_base:latest
./docker.sh build
106 changes: 0 additions & 106 deletions .circleci/config.yml

This file was deleted.

8 changes: 4 additions & 4 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ topology, specify the `-d` flag.

If you want to use `docker-compose` commands, `./tools/dc` might be helpful.

### Circle-CI
The SCION project uses Circle-CI as its continuous integration platform. To run a local version
of Circle-CI first build a docker image as described in `docker/README.md` and then run
`tools/ci/local`.
### CI
The SCION project uses Buildkite as its continuous integration platform. To run an approximated
local version of the CI pipeline (does not include acceptance tests), first build a docker image
as described in `docker/README.md` and then run `tools/ci/local`.
2 changes: 1 addition & 1 deletion scion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ cmd_mstart() {
}

run_setup() {
[ -n "$CIRCLECI" ] || python/integration/set_ipv6_addr.py -a
python/integration/set_ipv6_addr.py -a
# Create dispatcher and sciond dirs or change owner
local disp_dir="/run/shm/dispatcher"
[ -d "$disp_dir" ] || mkdir "$disp_dir"
Expand Down
6 changes: 0 additions & 6 deletions tools/ci/prepare_image

This file was deleted.

0 comments on commit 4554d8d

Please sign in to comment.