зеркало из https://github.com/microsoft/CCF.git
Update azp base images (#6371)
This commit is contained in:
Родитель
59f20c4760
Коммит
1721658f12
|
@ -11,7 +11,7 @@ jobs:
|
||||||
variables:
|
variables:
|
||||||
Codeql.SkipTaskAutoInjection: true
|
Codeql.SkipTaskAutoInjection: true
|
||||||
skipComponentGovernanceDetection: true
|
skipComponentGovernanceDetection: true
|
||||||
container: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15
|
container: ghcr.io/microsoft/ccf/ci/default:latest
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-20.04
|
vmImage: ubuntu-20.04
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "CCF Development Environment",
|
"name": "CCF Development Environment",
|
||||||
"image": "ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15",
|
"image": "ghcr.io/microsoft/ccf/ci/default:latest",
|
||||||
"runArgs": [],
|
"runArgs": [],
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
name: Continuous Benchmarking with Bencher
|
name: Continuous Benchmarking with Bencher
|
||||||
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
|
runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub]
|
||||||
container:
|
container:
|
||||||
image: ccfmsrc.azurecr.io/ccf/ci:2024-06-26-virtual-clang15
|
image: ghcr.io/microsoft/ccf/ci/default:build-26-06-2024
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -130,10 +130,7 @@ def make_dev_container(id, name, image, command, ports, with_volume):
|
||||||
def parse_aci_args(parser: ArgumentParser) -> Namespace:
|
def parse_aci_args(parser: ArgumentParser) -> Namespace:
|
||||||
# Generic options
|
# Generic options
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--aci-image",
|
"--aci-image", help="The name of the image to deploy in the ACI", type=str
|
||||||
help="The name of the image to deploy in the ACI",
|
|
||||||
type=str,
|
|
||||||
default="ccfmsrc.azurecr.io/ccf/ci:2024-06-26-snp",
|
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--aci-type",
|
"--aci-type",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче