scion

Public

Full test suite (unit, integration, acceptance, end to end)

router: move some more work into the links so it can be specialized

Passed in 18m 47s
:pipeline:
Build :bazel:
Package :debian: :openwrt: :rpm:
Unit Tests :bazel:
Lint :bash:
Check Generated :bash:
:pipeline:.buildkite/pipeline.sh | buildkite-agent pipeline upload
Waited 1s
·
Ran in 46s
Build :bazel:bazel build --verbose_failures --announce_rc //:scion //:scion-ci && bazel build --verbose_failures //docker:prod //docker:test
Waited 2s
·
Ran in 2m 0s
Package :debian: :openwrt: :rpm:make dist-deb BFLAGS="--file_name_version=0.12.0-modified-ci" && make dist-openwrt BFLAGS="--file_name_version=0.12.0-modified-ci" && make dist-rpm BFLAGS="--file_name_version=0.12.0-modified-ci"
Waited 2s
·
Ran in 2m 12s
Unit Tests :bazel:bazel test --config=race --config=unit_all
Waited 1s
·
Ran in 2m 19s
Lint :bash:make lint
Waited 38s
·
Ran in 5m 34s
Check Generated :bash:echo "--- go_deps.bzl" && mkdir -p /tmp/test-artifacts && cp go.mod go.sum go_deps.bzl /tmp/test-artifacts/ && make go.mod && make go_deps.bzl -B && diff -u /tmp/test-artifacts/go.mod go.mod && diff -u /tmp/test-artifacts/go.sum go.sum && diff -u /tmp/test-artifacts/go_deps.bzl go_deps.bzl && echo "--- protobuf" && cp -R pkg/proto/ /tmp/test-artifacts && make protobuf && diff -ur /tmp/test-artifacts/proto/ pkg/proto/ && echo "--- licenses" && mkdir -p /tmp/test-artifacts/licenses && ./tools/licenses.sh /tmp/test-artifacts/licenses && diff -rNu3 /tmp/test-artifacts/licenses ./licenses/data && echo "--- gomocks" && make mocksdiff && echo "--- antlr" && rm -rf /tmp/test-artifacts/antlr && cp -R antlr/ /tmp/test-artifacts/antlr && make antlr && diff -ur /tmp/test-artifacts/antlr/ antlr/ && echo "--- testdata" && ./tools/update_testdata.sh
Waited 39s
·
Ran in 4m 20s
E2E: default 🕴️ (scion, ping)echo "--- build" && make && echo "--- start topology" && ./scion.sh topology -c topology/default.topo && ./scion.sh run && tools/await-connectivity && ./bin/scion_integration || ( echo "^^^ +++" && false ) && ./bin/end2end_integration || ( echo "^^^ +++" && false )
Waited 3s
·
Ran in 3m 21s
E2E: failing links 🕴️echo "--- build" && make && echo "--- start topology" && ./scion.sh topology -c topology/default-no-peers.topo && ./scion.sh run && tools/await-connectivity && ./bin/end2end_integration || ( echo "^^^ +++" && false ) && ./tools/integration/revocation_test.sh
Waited 1m 24s
·
Ran in 1m 34s
E2E: default :docker: (ping)echo "--- build" && make build-dev docker-images && echo "--- start topology" && ./scion.sh topology -d && ./scion.sh run && tools/await-connectivity && echo "--- run tests" && ./bin/end2end_integration -d || ( echo "^^^ +++" && false )
Waited 2m 51s
·
Ran in 3m 39s
AT: app_vs_endhost_br_dispatchbazel test --test_output=streamed //acceptance/app_vs_endhost_br_dispatch:test
Waited 3m 0s
·
Ran in 43s
AT: cert_renewalbazel test --test_output=streamed //acceptance/cert_renewal:test
Waited 3m 27s
·
Ran in 1m 6s
AT: hidden_pathsbazel test --test_output=streamed //acceptance/hidden_paths:test
Waited 3m 45s
·
Ran in 50s
AT: router_benchmarkbazel test --test_output=streamed //acceptance/router_benchmark:test
Waited 3m 55s
·
Ran in 2m 37s
AT: router_benchmarkbazel test --test_output=streamed //acceptance/router_benchmark:test
Waited 2s
·
Ran in 2m 26s
AT: router_multi_bfdbazel test --test_output=streamed //acceptance/router_multi:test_bfd
Waited 4m 39s
·
Ran in 23s
AT: router_multi_nobfdbazel test --test_output=streamed //acceptance/router_multi:test_nobfd
Waited 4m 39s
·
Ran in 26s
AT: sig_pingbazel test --test_output=streamed //acceptance/sig_ping:test
Waited 5m 6s
·
Ran in 1m 6s
AT: topo_cs_reloadbazel test --test_output=streamed //acceptance/topo_cs_reload:go_default_test --test_arg=-test.v
Waited 5m 7s
·
Ran in 6s
AT: topo_daemon_reloadbazel test --test_output=streamed //acceptance/topo_daemon_reload:go_default_test --test_arg=-test.v
Waited 5m 15s
·
Ran in 6s
AT: trc_updatebazel test --test_output=streamed //acceptance/trc_update:test
Waited 5m 23s
·
Ran in 1m 0s
Demo: drkeybazel test --test_output=streamed //demo/drkey:test
Waited 6m 16s
·
Ran in 39s
Demo: file_transferbazel test --test_output=streamed //demo/file_transfer:file_transfer
Waited 6m 25s
·
Ran in 1m 9s
dist/test:deb_testbazel test --test_output=streamed //dist/test:deb_test
Waited 6m 33s
·
Ran in 29s
dist/test:openwrt_testbazel test --test_output=streamed //dist/test:openwrt_test
Waited 6m 57s
·
Ran in 2m 48s
dist/test:rpm_testbazel test --test_output=streamed //dist/test:rpm_test
Waited 7m 5s
·
Ran in 51s
IT: scion-pki/trcsbazel test --test_output=streamed //scion-pki/trcs:go_integration_test --test_arg=-test.v
Waited 7m 37s
·
Ran in 6s
AT: trc_ceremony_scion_pkibazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_scion_pki_test
Waited 7m 44s
·
Ran in 6s
AT: trc_ceremony_sensitive_scion_pkibazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_sensitive_scion_pki_test
Waited 7m 52s
·
Ran in 6s
AT: trc_ceremony_sensitivebazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_sensitive_test
Waited 7m 59s
·
Ran in 6s
AT: trc_ceremonybazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_test
Waited 8m 0s
·
Ran in 8s
Total Job Run Time: 43m 1s